Kumar Bhimsen
What is the difference between old ADO .NET and Entity framework coding techniques?
By Kumar Bhimsen in .NET on Jan 06 2016
  • Bhuvanesh Mohankumar
    May, 2016 30

    Ado.Net - Database should be ready, Entity Framework you can create database by code first approach.

    • 0
  • Thiruppathi R
    May, 2016 3

    Entity Framework and the system will automatically produce objects for you. and ADO.Net is not doing this much.

    • 0
  • Kumar Bhimsen
    Jan, 2016 6

    When you used ADO, you connected to the database and had to define a stored procedure or query to retrieve data. With Entity framework, you don’t have to be “blind” when it comes to your tables. ADO did not allow you to get the table structure. With code first, you already have the table structure and Entity framework connects to the database and hides any connection processes. With Entity framework, you’re more aware of the database structure, which helps you avoid any coding mistakes. In addition, if the table structures change, Entity framework updates the data models for you during a refresh.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS