I won't like O/R mapping in VS2005 any more.
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i was surprise when i knew O/R mapping in VS2005. then i used it in my project, it's company inner website for view document, discuss, sharing sth(like blog) and so on. everything looked good until i modified database structure, the VS IDE doesn't have a tool to synchronous the database and the objects. i had to updated all methods refer to modified tables. the second troublesome is the name of O/R mapped objects. if you have a table 'table1' then you will have a dozen of long name objects, like 'table1DataTable' 'table1Row' 'table1DataAdapter'... even if i know it can be modified. but i don't want to modify it manually... LINQ sounds a good O/R mapping way to replace old in VS2005. what's your opinion about this?