登入
選單
返回
Google圖書搜尋
Entity Framework Notes For Professionals
Dr. Ashad Ullah Qureshi
出版
Concepts Books Publication
, 2023-03-01
主題
Computers / Internet / Web Programming
ISBN
9798386318512
URL
http://books.google.com.hk/books?id=7JuyEAAAQBAJ&hl=&source=gbs_api
EBook
SAMPLE
註釋
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.