开发者

what are the pros and cons using LINQ to SQL?

开发者 https://www.devze.com 2023-01-12 23:59 出处:网络
performance ? architecture ? the system in question will always be a MS SQL database there is an existing DAL but there 开发者_运维百科will be refactoring done on the system and Linq-to-SQL seems a go

performance ? architecture ? the system in question will always be a MS SQL database there is an existing DAL but there 开发者_运维百科will be refactoring done on the system and Linq-to-SQL seems a good candidate to avoid maintaining a DAL or SP's


For advantages, see the accepted answer on this related question: What are the advantages of LINQ to SQL?.

For disadvantages, you may be interested in the discussion at this related question: linq2sql disadvantages


Try looking at for a discussion on the pros and cons

http://kevine323.blogspot.co.uk/2011/08/linq-to-sql-and-entity-framework-vs.html

-- Lee

0

精彩评论

暂无评论...
验证码 换一张
取 消