C# 4.0: A Preview with Anders Hejlsberg & Scott Wiltamuth
Learn about some of the new features with a preview of C# 4.0 from the inventor of the language; Anders Hejlsberg and his co-author, Scott Wiltamuth.
Learn about some of the new features with a preview of C# 4.0 from the inventor of the language; Anders Hejlsberg and his co-author, Scott Wiltamuth.
In this episode we are going to take a look at another refactoring technique, the Extract Interface technique. This technique allows you to extract an interface from a class in order to break your concrete dependencies. By doing this you can provide yourself with better testing support as well as …
ADO Entity Framework can be used in ASP.NET as well. There are only minor things to keep in mind. The EntityDataSource makes using an Entity Model in ASP.NET much easier. This video demonstrates how to use Entity Framework in ASP.NET. http://msdn.microsoft.com/en-gb/vcsharp/dd565859.aspx
In this episode we are going to take a look at how create overloaded operators for your objects.Operator overloading permits user-defined operator implementations to be specified for operations where one or both of the operands are of a user-defined class or struct type. When creating your own operators there are …
With any new technology, performance implications are important to consider. If you want to get the best performance from Entity Framework queries, you should use the Compile function of the CompiledQuery class. This video demonstrates how to use compiled queries in the Entity Framework. http://msdn.microsoft.com/en-gb/vcsharp/dd565858.aspx
Visual Basic IDE Program Manager, Dustin Campbell, speaks with Peter Golde and Ted Neward about the relationship between C# and Visual Basic (VB).