c# - LINQ or something else? -



c# - LINQ or something else? -

i left little company writing .net mvc apps using linq2sql info access take new position. here still using web forms , in house written orm, looking move mvc , possible linq2sql here in near future. liked linq2sql except problems run when create changes table (adding column or something) , having regenerate dbml file everytime.

1) has issue been worked out or know if microsoft planning on resolving issue?

2) if going utilize other linq2sql here our new info access layer, everyone's suggestions be?

the current ms force towards entity framework. why? because, frankly, linq sql kludge thrown in due ef beingness delayed. love linq means of "iterating" (not quite true, works on rx instead of enumerations, getting bit technically specific).

if want head ms heading, aim ef. i, personally, find issues in current iteration, getting better. mileage may vary.

if not way info access, consider non-custom or mapper. there tons of them out there, many of have long history , stable plenty recommend enterprise utilize (nhibernate, example). maintaining custom or mapper more work team should incur, unless absolutely necessary.

c# linq linq-to-sql orm data-access-layer

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -