Browse by Tags

All Tags » LINQ to SQL (RSS)

Converting web site projects from Visual Studio 2008 Beta 2 to Visual Studio 2008 RTM by bschooley

The good news is that this conversion was a lot less painful than the move from the final beta of .Net 2.0 to it's released version. The only breaking changes I ran into were minor changes in LINQ to SQL. While I was converting web site projects, I imagine...
Filed under: ,

MSDN's 101 LINQ Samples by bschooley

I've been reading about, studying, and using LINQ to SQL for a couple months now and after all this time I somehow never ran across this MSDN web page. 101 LINQ Samples - C# Version 101 LINQ Samples - VB Version (has lots more content and sections on...
Filed under:

LINQ to SQL : Handling disconnected CRUD operations in ASP.Net by bschooley

Most LINQ to SQL examples you find on the net tend to be written in a way that assumes a connected environment. I've found some blogs and posts that also talk about disconnected operations, but many of those are coming from the perspective of multiple...
Filed under: ,

LINQ to SQL : Start with a good foundation by defining a custom DataContext by bschooley

This is my first post in a what will become a series of posts on LINQ to SQL. As the title of my blog suggests, I'm going to be "thinking out loud" as I write these and I'm hoping for feedback from others on the pro's and con's of the approaches I'm suggesting...
Filed under:
More Posts