- 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.
- Python科學(xué)計(jì)算(第2版)
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Python Geospatial Development(Second Edition)
- Windows Presentation Foundation Development Cookbook
- 小程序,巧運(yùn)營(yíng):微信小程序運(yùn)營(yíng)招式大全
- Learning ELK Stack
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Apache Spark 2.x for Java Developers
- Learning R for Geospatial Analysis
- 一塊面包板玩轉(zhuǎn)Arduino編程
- Kubernetes源碼剖析
- Java并發(fā)編程之美
- 人工智能算法(卷1):基礎(chǔ)算法
- Visual C++開(kāi)發(fā)寶典
- TypeScript全棧開(kāi)發(fā)