I recently did a project using LINQ to SQL. I decided to convert it to the ADO.NET Linq to Entities model instead. It was fairly easy to convert with a few gotchas. I will list the changes here: Linq to SQL ADO.NET Linq to Entities Creating a Model: Add...
I have spent the last two weeks researching the latest ASP.net technologies and I have to admit, my mind's been swimming with the mass amount of new things out there to learn. I purchased Visual Studio 2008 with framework 3.5 and SP1 and Windows Web Server...