LINQ to SQL talk stuff
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
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.
on March 2nd, 2008 at 12:24 am
Also enjoyed the presentation. Excited to learn more about it.
on March 5th, 2008 at 3:34 am
Lightning Talk Recap:15 Minutes with Rhino.Mocks…
Lightning Talk Recap:15 Minutes with Rhino.Mocks…
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?