Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Using LINQ
Using LINQ
blog.dmbcllc.com This example will be relatively brief but once you understand the underlying parts, which we've covered already, there really isn't much to actually using LINQ.
Stored Procedures using LINQ to SQL Classes
blog.dmbcllc.com While it is true that LINQ will allow you to write all of your data access in .NET without writing a line of SQL, many organizations have already determined that using stored procedures to retrieve the data from their database is the preferred way of accessing the data. So, what we want to look at today is, how do you use the LINQ 2 SQL classes (let's call that L2S from now on, eh?) in combination with stored procedures?
O'Reilly Webcast: Writing LINQ Queries with LINQPad
In this webinar, Joseph Albahari, author of C# 3.0 in a Nutshell, the LINQ Pocket Reference, and C# 3.0 Pocket Reference, provides an introduction and brief tutorial to LINQPad, the querying tool that's sweeping the .NET world. This is a must-watch webinar for anyone working in C# 3.0 and .NET Framework 3.5.