May 11, 2024
2 minute read
Code First is a software development approach that uses code to define the structure and behavior of a database, rather than using a graphical user interface (GUI) or a database management system (DBMS). This approach has several advantages, including increased flexibility, control, and efficiency. Code First is often used in conjunction with Entity Framework, an object-relational mapper (ORM) that simplifies the process of working with databases in .NET applications.
Code First Concepts
m38f1r|
Find a path to becoming a Code First. Learn more at:
OpenCourser.com/topic/m38f1r/code
Reading list
We've selected five books
that we think will supplement your
learning. Use these to
develop background knowledge, enrich your coursework, and gain a
deeper understanding of the topics covered in
Code First.
Provides a deep dive into Entity Framework Core, the latest version of Entity Framework, and how to use it with Code First.
Provides a comprehensive introduction to Entity Framework Core 2, the latest version of Entity Framework, and how to use it with ASP.NET Core 2.
Provides a practical guide to using Dapper, a popular open-source micro-ORM for .NET, with Code First.
Provides a gentle introduction to Entity Framework Core, the latest version of Entity Framework, and how to use it with Code First.
Covers the basics of ASP.NET MVC, including how to use Code First to create and manage databases.
For more information about how these books relate to this course, visit:
OpenCourser.com/topic/m38f1r/code