News

Will Entity Framework 2 Appease Early Adopters of LINQ to SQL? With the release last week of the Visual Studio 2010 beta and the .NET Framework 4, developers are getting their first peek at ...
Thanks to LINQ and Entity Framework, I don't write a lot of online, transactional SQL any more (I like to think that, thanks to Entity Framework, I have Microsoft's ADO.NET team doing that for me).
You aren't likely to discover a new .NET feature's code corners until you build a test harness that at least partially emulates a real-world database front-end. This relatively small WinForm app, ...