- 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.
推薦閱讀
- Windows系統管理與服務配置
- C語言程序設計基礎與實驗指導
- Mastering Python Scripting for System Administrators
- Implementing Cisco Networking Solutions
- Windows Presentation Foundation Development Cookbook
- 正則表達式經典實例(第2版)
- 快速念咒:MySQL入門指南與進階實戰
- Python機器學習算法與實戰
- Visual C#.NET程序設計
- C程序設計實踐教程
- Learning Apache Karaf
- R用戶Python學習指南:數據科學方法
- Regression Analysis with Python
- 軟件測試綜合技術
- 從零開始學Android開發