In SQL Server 2005 and 2008 the Common Language Runtmie (CLR) is tightly integrated with the database engine, allowing you to write stored procedures in any .NET language such as C# and VB.NET. CLR stored procedures have some distinct advantages over traditional stored procedures, and they also have...
The other day Scott Guthrie wrote a post on Silverlight 2.0 on his blog and included a working example app that posts to DIGG , most amazing is that it is only 25 lines of C# code, and 75 lines of XAML. Read up, we'll be seeing a lot more of Silverlight this year.