- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 91字
- 2021-07-02 20:13:00
Entity Framework Core
Entity Framework Core (EF Core) is a cross-platform version of Microsoft Entity Framework that is one of the most popular object-relational mappers (ORMs).
ORM is a technique that helps you to query and manipulate data as per required business output. Refer to the discussion at https://stackoverflow.com/questions/1279613/what-is-an-orm-and-where-can-i-learn-more-about-it for more details.
EF Core supports various databases. A complete list of databases is available here: https://docs.microsoft.com/en-us/ef/core/providers/index. The current version of EF Core is 2.0. To get familiar with EF Core, I suggest you read this: https://docs.microsoft.com/en-us/ef/core/get-started/index in detail.
推薦閱讀
- DB2 V9權威指南
- AngularJS入門與進階
- Mastering QGIS
- 樂學Web編程:網站制作不神秘
- C#程序設計(慕課版)
- Java Web及其框架技術
- 零基礎學Java(第4版)
- Yocto for Raspberry Pi
- Symfony2 Essentials
- Building Machine Learning Systems with Python(Second Edition)
- Python網絡爬蟲技術與應用
- 從零開始學Android開發
- Mobile Forensics:Advanced Investigative Strategies
- 企業級Java現代化:寫給開發者的云原生簡明指南
- 編程的原則:改善代碼質量的101個方法