Samir Bhogayta
What is ADO .NET and what is difference between ADO and ADO.NET?
By Samir Bhogayta in ADO.NET on Jun 27 2016
  • Lawrence Peters
    Apr, 2017 24

    in a simple term or lay mans language Ado.net is just the integration of your Database with your project which you develop in either vb.net or C#. i.e integrating your sqlserver to your visual studio project.

    • 0
  • Samir Bhogayta
    Jun, 2016 27

    ADO.NET is stateless mechanism. I can treat the ADO.Net as a separate in-memory database where in I can use relationships between the tables and select insert and updates to the database. I can update the actual database as a batch

    • 0