What is ADO.NET and what difference between it and SQL Server?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ADO.NET is a .NET technology designed to make writing code against the database more easy.
It’s not a database (SQL Server is a Database server), it’s a tool used to access a database. ADO.NET last incarnation comes with “Entity Framework”, an Object Relational Mapper (an other tool designed to make the developper life easier too)