Home » Archive

Articles tagged with: SQL

.net, Entity Framework, SQL »

[2 Sep 2009 | No Comment | ]

This post shows how to use a stored proc to insert an entity into your database and return the new identity.

SQL »

[11 Apr 2009 | No Comment | ]

This post shows you how to effectively use Case statements in SQL Server 2005.

.net, Featured »

[11 Apr 2009 | No Comment | ]

This post shows you how to insert and update rows in your database directly from an asp.net Gridview using C#.