Лекции
This talk focuses on the new features introduced in C# 4.0. You’ll learn about what the new features are, how they work and how to best apply them to your projects.
This talk focuses on the new features introduced in the Visual C# IDE with the release of Visual Studio 2010. You’ll get to see in action the features that will help you navigate, understand and test your application better and faster.
One of the main features introduced in C# 4.0 is Dynamic. By using this feature you will be able to more easily interop with dynamic languages such as IronPython, have a better COM experience and also leverage the notion of late binding for regular .NET objects. This talk will explain how Dynamic works beneath the cover and in doing so will give you a better understanding of how to use it.