Lessons: 16Length: 3.9 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.11 The Dynamic Keyword and Late Binding

Yes, C# is a strongly typed language, but what happens if you need to call some other code that targets the .NET framework, but is dynamically typed? Should we just give up? NO! Let’s get dynamic in C#.