Welcome to deepcode.co.uk Sign in | Join | Help

July 2007 - Posts

Twice is two weeks SQL 2005 has reported the following error when I've clicked on the database diagrams node on certain databases; "Database diagram support objects cannot be installed because this database does not have a valid owner". The databases Read More...
The database uses of LINQ (to SQL/to Entities) get all of the glory, but LINQ can be used against your run of the mill objects in .NET. Take for example sorting strings; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 static void Main( string [] args) { string Read More...