LINQ to SQL talk stuff

Posted on February 29th, 2008 in .NET, LINQ by Jon Kruger

Here is the sample project from my talk at the Columbus .NET Users’ Group last night. If you open the project, you’ll notice a Northwind.sql file. This is my modified version of the Northwind database (I had to add a timestamp column to the Employees table to get it to cooperate with LINQ to SQL).

Like I mentioned yesterday, if you’re new to LINQ to SQL, a great place to start is Scott Guthrie’s series of blog posts on LINQ to SQL. Here they are:

Part 1: Introduction to LINQ to SQL
Part 2: Defining our Data Model Classes
Part 3: Querying our Database
Part 4: Updating our Database
Part 5: Binding UI using the ASP:LinqDataSource Control
Part 6: Retrieving Data Using Stored Procedures
Part 7: Updating our Database using Stored Procedures
Part 8: Executing Custom SQL Expressions
Part 9: Using a Custom LINQ Expression with the <asp:LinqDatasource> control

5 Responses to 'LINQ to SQL talk stuff'

Subscribe to comments with RSS or TrackBack to 'LINQ to SQL talk stuff'.

  1. Arnulfo Wing said,

    on February 29th, 2008 at 10:44 pm

    I really enjoy your LinQ to SQL talk. Now I am inspired to take a deeper look at this technology. Thanks for the links to S. Guthrie.

  2. Steve Horn said,

    on March 2nd, 2008 at 12:24 am

    Also enjoyed the presentation. Excited to learn more about it.


  3. on March 5th, 2008 at 3:34 am

    Lightning Talk Recap:15 Minutes with Rhino.Mocks…

    Lightning Talk Recap:15 Minutes with Rhino.Mocks…

  4. Konstantin said,

    on March 7th, 2008 at 5:00 am

    May I ask a stupid question? Anyone knows how to post a comment to Guthrie’s blog?


  5. on April 30th, 2009 at 8:59 pm

    You know, the thing about SQL is, that there is virtually nothing that can replace it.

    Does anyone know if a substitute exists for sql? I mean besides MS SQL and Oracle and all that jazz. Thanks.

Post a comment