Entity Framework Notes For Professionals
Download or Read eBook Entity Framework Notes For Professionals PDF written by Dr. Ashad Ullah Qureshi and published by Concepts Books Publication. This book was released on 2023-03-01 with total page 94 pages. Available in PDF, EPUB and Kindle.
Author | : Dr. Ashad Ullah Qureshi |
Publisher | : Concepts Books Publication |
Total Pages | : 94 |
Release | : 2023-03-01 |
ISBN-10 | : 9798386318512 |
ISBN-13 | : |
Rating | : 4/5 (12 Downloads) |
Book Synopsis Entity Framework Notes For Professionals by : Dr. Ashad Ullah Qureshi
Book excerpt: Prior to .NET 3.5, we (developers) often used to write ADO.NET code or Enterprise Data Access Block to save or retrieve application data from the underlying database. We used to open a connection to the database, create a DataSet to fetch or submit the data to the database, convert data from the DataSet to .NET objects or vice-versa to apply business rules. This was a cumbersome and error prone process. Microsoft has provided a framework called "Entity Framework" to automate all these database related activities for your application.