Learn about the COM Interoperability improvements coming with the .NET Framework 4.0 and how they will make your COM Interop such as Office applications much easier.
Articles Written by Mark Strawmyer
The Future of Managed Languages: C# and Visual Basic
Learn three industry trends that are influencing the next releases of C# and Visual Basic.
Introducing the Entity Framework
The Entity Framework provides a .NET class-based model of a data store, letting you query the model with LINQ, while the model do the background grunt work of contacting the data store to add, update, or delete data.
Language Integrated Query (LINQ) to SQL
Discover another valuable part of the LINQ family, LINQ to SQL. LINQ to SQL that allows users to query and manipulate objects associated with relational database tables.
C# Tips and Tricks
Learn some tips and tricks with the C# 3.0 language features along with exploring some productivity gains with the Visual Studio IDE.
LINQ to XML
Gain an understanding of LINQ (Language Integrated Query) to XML and see why you'll never want to use the DOM again.
