background preloader

Handleerror

Facebook Twitter

MVC Preview 3 Release - ScottGu's Blog. This morning we released the Preview 3 build of the ASP.NET MVC framework.

MVC Preview 3 Release - ScottGu's Blog

I blogged details last month about an interim source release we did that included many of the changes with this Preview 3 release. Today's build includes some additional features not in last month's drop, some nice enhancements/refinements, as well as Visual Studio tool integration and documentation. You can download an integrated ASP.NET MVC Preview 3 setup package here. You can also optionally download the ASP.NET MVC Preview 3 framework source code and framework unit tests here.

ASP.NET MVC Framework Preview 4 - HandleError Authorize OutputCa. LINQ to SQL (Part 3 - Querying our Database) - ScottGu's Bl. Last month I started a blog post series covering LINQ to SQL.

LINQ to SQL (Part 3 - Querying our Database) - ScottGu's Bl

LINQ to SQL is a built-in O/RM (object relational mapping) framework that ships in the .NET Framework 3.5 release, and which enables you to easily model relational databases using .NET classes. You can then use LINQ expressions to query the database with them, as well as update/insert/delete data from it.