- Mastering Entity Framework Core 2.0
- Prabhakaran Anbazhagan
- 162字
- 2021-07-02 21:16:42
Summary
We have learned how to leverage Entity Framework on an existing system that has a live database (for illustrative purposes, we have created SQL scripts to create and simulate an existing database). We have explored NuGet packages that expose the APIs required to reverse engineer the database (including database context and corresponding data models). Finally, we have consumed the existing database in our MVC application using the scaffolding tool (which was installed on the way), and have also seen the changes required to the auto-generated code (which were not covered in Chapter 1, Kickstart - Introduction to Entity Framework Core). The database-first approach was just a mechanism used for building existing systems (leveraging EF in the existing system). So far, we have used relationships (new or existing ones), but haven't figured out the relationships supported by Entity Framework. Let's explore them in Chapter 3, Relationships – Terminology and Conventions.
- Monkey Game Development:Beginner's Guide
- 少年輕松趣編程:用Scratch創作自己的小游戲
- UML+OOPC嵌入式C語言開發精講
- Hands-On C++ Game Animation Programming
- Python機器學習編程與實戰
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- 程序員修煉之道:通向務實的最高境界(第2版)
- C# 8.0核心技術指南(原書第8版)
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- 低代碼平臺開發實踐:基于React
- Python之光:Python編程入門與實戰
- 圖數據庫實戰
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Visual Basic程序設計習題與上機實踐
- C編程技巧:117個問題解決方案示例