News

Brad Abrams, founding member of the CLR and .NET Framework teams at Microsoft, published a good example of how developers can leverage the MVC Framework with some of the new tools from Microsoft.
For example, consider this code from the Northwind database: IF (SELECT COUNT(*) FROM Orders WHERE ShipVia = 3) > 0 PRINT 'You cannot delete this shipper' The execution plan shows that SQL Server has ...