Has Microsoft confirmed their stance on LINQ to SQL end-of-life?

后端 未结 4 1079
自闭症患者
自闭症患者 2021-01-02 08:50

I\'m trying to make an educated decision about what ORM to use for a number of legacy applications I\'m responsible for porting to MVC 2. The ORMs I\'ve looked at are LINQ t

4条回答
  •  一整个雨季
    2021-01-02 09:10

    The message I'v received is: looking forward we should really use Entity Framework in as much as possible; LINQ to SQL is basically in maintenance mode: it won't go away any time soon but it won't evolve significantly either. Meanwhile Entity Framework is evolving and also being integrated with other products/frameworks like RIA Services or WCF Data Services.

提交回复
热议问题