New Data Tools Features in Visual Studio Orcas
Posted by: The Visual Basic Team,
on 13 Mar 2007 |
View original | Bookmarked: 0 time(s)
Here's a list of new data tools features in Visual Studio. I will be discussing each one in more detail in upcoming posts.
Object Relational Designer
The object relational mapping technology lets you map relational databases to objects. Once the mapping is done, you can manipulate mapped objects as normal objects and easily submit changes back to relational database without writing complex data access logic. It is the latest enhancement in data access technology and there are many different implementations...