- 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.
- INSTANT Mock Testing with PowerMock
- Building Mapping Applications with QGIS
- STM32F0實(shí)戰(zhàn):基于HAL庫(kù)開(kāi)發(fā)
- 人人都懂設(shè)計(jì)模式:從生活中領(lǐng)悟設(shè)計(jì)模式(Python實(shí)現(xiàn))
- 零基礎(chǔ)輕松學(xué)SQL Server 2016
- Learning Zurb Foundation
- C語(yǔ)言程序設(shè)計(jì)
- 圖數(shù)據(jù)庫(kù)實(shí)戰(zhàn)
- 計(jì)算機(jī)應(yīng)用技能實(shí)訓(xùn)教程
- Mapping with ArcGIS Pro
- 菜鳥(niǎo)成長(zhǎng)之路
- Appcelerator Titanium Smartphone App Development Cookbook
- Cloud Development andDeployment with CloudBees
- Learning Redis
- The Python Apprentice