Dynamic Programming in C# 10

Go to class
Write Review

Free Online Course: Dynamic Programming in C# 10 provided by Pluralsight is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Dynamic Programming in C# 10 is taught by Jason Roberts.

Overview
  • C# is a statically typed language but it also has (often overlooked) dynamic features. This course will teach you to use dynamic C# to make some difficult and cumbersome programming tasks easier and allow you to create more flexible C# applications.

    The statically typed nature of C# helps prevent bugs but can make some programming tasks harder and some types of applications more difficult to write. In this course, Dynamic Programming in C# 10, you’ll gain the ability to make difficult or time-consuming programming tasks easier and help you create applications where data structures are not known at compile time. First, you’ll explore how to create and work with dynamic object instances. Next, you’ll discover how dynamic C# can make applications easier and quicker to create. Finally, you’ll learn how to create your own custom dynamic classes and how to take advance of features from other dynamic languages from right inside your C# code. When you’re finished with this course, you’ll have the skills and knowledge of dynamic C# needed to make difficult and cumbersome programming tasks easier and allow you to create more flexible C# applications.