- 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.
推薦閱讀
- Vue.js設計與實現
- Django開發從入門到實踐
- 算法大爆炸:面試通關步步為營
- Effective Python Penetration Testing
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- PHP編程基礎與實例教程
- SQL 經典實例
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- ExtJS Web應用程序開發指南第2版
- 新印象:解構UI界面設計
- Getting Started with Web Components
- Maya Programming with Python Cookbook
- Ionic Framework By Example