- 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.
推薦閱讀
- 基于粒計算模型的圖像處理
- JSP網(wǎng)絡(luò)編程(學(xué)習(xí)筆記)
- CMDB分步構(gòu)建指南
- Developing Middleware in Java EE 8
- Getting Started with CreateJS
- SAS數(shù)據(jù)統(tǒng)計分析與編程實踐
- Full-Stack React Projects
- Node.js 12實戰(zhàn)
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)實驗指導(dǎo)與習(xí)題選解(第2版)
- 精通Spring:Java Web開發(fā)與Spring Boot高級功能
- Hack與HHVM權(quán)威指南
- Python計算機視覺與深度學(xué)習(xí)實戰(zhàn)
- 一步一步學(xué)Spring Boot:微服務(wù)項目實戰(zhàn)(第2版)
- 軟件開發(fā)中的決策:權(quán)衡與取舍
- 虛擬現(xiàn)實:引領(lǐng)未來的人機交互革命