"ADO.NET Entity data model" or "edmx" or "L2E" debug visualizer
Posted by: ASP.NET Announcements,
on 29 Sep 2009 |
View original | Bookmarked: 0 time(s)
Hi,
Those of you who are using ADO.NET Entity Data model or edmx file (L2E=Linq to Entities) in place of Linq to SQL (L2S), you probably could be using MS SQL server or any other database which supports LInQ. Currently there are many vendors like Oracle and DB2 (LUW9.7) supporting LInQ but you may have to use EDMX file instead of DBML file in your solution.
While debuging a L2S program you had Scott Gu's Linq to SQL debug Visualizer [http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx]...