简体   繁体   中英

ADO.Net + LINQ To SQL

Can I use Both ADO.NET and LINQ To SQL in my Web Application developed in ASP.NET? Will it be ok at the time of deployment?

Actually i am developing web application where i want to use both some tasks in LINQ To SQL and some in ADO.Net.

Yes. You can because LINQ is actually a TSQL in C#!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM