Welcome to Windows Communication Foundation (WCF)
Top Tasks :

WCF Team Bloggers

Browse by Tags

All Tags » LINQ   (RSS)
Sorry, but there are no more tags available to filter with.

  • Migrating from the VS2008 Beta2 LINQ-to-SQL to RTM

    While I'm on migration, here are some pointers for stuff I had to do when migrating my LINQ-to-SQL project from VS2008 Beta2 to RTM. The DBML file was unreadable because the Beta2 version had an encoding="utf-16" attribute on the <?xml> decl, but the file itself didn't have an Unicode BOM. Changing this to utf-8 fixed that problem. .Remove() has been renamed (probably more aptly) to .DeleteOnSubmit(). That's pretty much all I had to do to port my LINQ-to-SQL project to VS2008 RTM.. Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us