- 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.
- Mastering JavaScript Functional Programming
- arc42 by Example
- Python程序設計(第3版)
- 跟小海龜學Python
- The React Workshop
- 基于免疫進化的算法及應用研究
- 軟件架構:Python語言實現
- QTP自動化測試進階
- Highcharts Cookbook
- Visual Basic程序設計實驗指導(第二版)
- Processing創意編程指南
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Learning Image Processing with OpenCV
- 深入淺出 HTTPS:從原理到實戰
- Java程序設計(項目教學版)