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

October 2008 - Posts

http://blogs.msdn.com/adonet/archive/2008/10/29/update-on-linq-to-sql-and-linq-to-entities-roadmap.aspx Microsoft are dropping support for LINQ to SQL as of .NET 4.0. This is a kick in the face for anyone who has invested time in what is a reasonable, Read More...
Reminder for me more than anything.... Useful information about this annoying error: http://yetanotherdeveloper.com/post/2008/08/10/Could-not-load-file-or-assembly-App_Web.aspx Summary of options: Turn off batch compilation in web.config (<compilation Read More...
Silverlight 2 allows you to invoke a web service on a different domain to where your XAP came from. In order to do this however, the owner of the service needs to enable it to allow cross domain calls. This entails creating an xml file in the root of Read More...
A set is a collection in which no item can occur more than once. A bag is a collection in which the same item can appear more than once. Apparently bags are a big inefficient, eg with many-to-many relationships where nhibernate will apparently re-create Read More...
0 Comments
Filed under: