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

Posted by: OhmBlog, on 16 Mar 2008 | View original | NEW Bookmarked: 0 time(s)

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 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.. ...

Advertisement
Category: XLinq | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 509 | Hits: 11

Similar Posts

  • Repairing SQL 2005 Business Intelligence Studio after uninstalling VS2005 more
  • date validations more
  • VS2010 Beta 1 - It's Better on Metal more
  • Visual Studio Add-In vs. Integration Package Part 1 more
  • what I miss in LINQdatasource more
  • Important Entity Framework Query Improvements for .NET 4.0 more
  • Migrating to Postgresql with my friend NHibernate more
  • Building Silverlight 2 and 3 applications with Visual Studio 2008 more
  • Visual Studio SP1 and Silverlight tools more
  • Visual Studio SP1 and Silverlight tools more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD