- Mastering Entity Framework Core 2.0
- Prabhakaran Anbazhagan
- 176字
- 2021-07-02 21:16:38
Summary
We started our journey with Entity Framework by knowing what difference it made when compared with the legacy approach at a high level. We also looked at building the .NET environment and creating and configuring the .NET Core web application with Entity Framework. We explored NuGet packages and package manager, which will be extensively used in the entire book. We also identified and installed the packages required for the Entity Framework in this chapter. Using the Code-First approach, we built the schema, configured them with EF and created and seeded the database with schema and seed data. Finally, we consumed the built schema in our MVC application using the scaffolding tool (which was installed along the way), and also looked at the usage of the database context in the controllers. The Code-First approach can be used for building new systems, but we need a different approach for existing systems. That's where the Database-First approach comes into the picture. Let's explore this in Chapter 2, The Other Way Around – Database First Approach.
- Deploying Node.js
- Python程序設計教程(第2版)
- Python進階編程:編寫更高效、優雅的Python代碼
- Data Analysis with IBM SPSS Statistics
- Spring Cloud、Nginx高并發核心編程
- Expert Android Programming
- Python Data Analysis(Second Edition)
- GameMaker Programming By Example
- Haxe Game Development Essentials
- Linux:Embedded Development
- Java面向對象程序設計
- QGIS Python Programming Cookbook(Second Edition)
- R語言實戰(第2版)
- ANSYS FLUENT 16.0超級學習手冊
- 算法訓練營:海量圖解+競賽刷題(入門篇)