Mike Bosch's Blog on .NET

Agile enterprise architecture in .NET, SOA, WCF, WS-*, AJAX, MVC, Sharepoint and more...

Browse by Tags

All Tags » LINQ » ASP.NET (RSS)
Sorry, but there are no more tags available to filter with.
Part II - Fluent Filters, IQueryable and Linq To Sql for Easy Data Access
I decided to write a second part to my previous post on extending the IQueryable interface to create a really neat and organized data access layer with Linq To Sql. The cool thing about this practice is that it nicely separates individual filters for...
Posted: Aug 01 2008, 08:00 AM by MikeBosch | with 3 comment(s)
Filed under: ,
How To: Sort a LINQ to SQL Entity at the Parent and Child Level
I've been really diving head first into the CTP of the ASP.NET MVC Framework as well as getting my hands dirty with LINQ to SQL, as I'm sure many of you have been. During this time, I hit a road bump and was banging my head against the wall trying to...
Posted: Dec 26 2007, 09:51 PM by MikeBosch | with 5 comment(s)
Filed under: ,
More Posts