开发者

LINQ vs SQL while working with RDBMS

开发者 https://www.devze.com 2022-12-08 19:49 出处:网络
Can I absolutely abandon SQL if I choose LINQ? If Yes, then, Should I ab开发者_开发知识库solutely abandon SQL if I choose LINQ?

Can I absolutely abandon SQL if I choose LINQ?

If Yes, then, Should I ab开发者_开发知识库solutely abandon SQL if I choose LINQ?

After making a connection to RDBMS using DataContext-class, do I actually need SQL?


Only for the most simple cases, and no. Respectively.

Linq is certainly awesome, but I don't know why you'd intentionally abandon SQL. Linq2SQL's translations are pretty good, but sometimes, for an extra hairy report or something, there's no substitute for writing a stored procedure yourself.

0

精彩评论

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