1
Reply

Difference between LINQ and SQL when it comes to ASP.NET

Pranam Bhat

Pranam Bhat

3y
2.5k
1
Reply

Difference between LINQ and SQL when it comes to ASP.NET

  • How to use them?
  • What are the advantages/disadvantages of using them?

    LinQ is a language integrated query. SQL is a structured query language. Linq is a simplified way to interact with any data source like collections, xml, database etc. While SQL only attracts with database.