This is the code repository for Mastering Entity Framework Core 2.0, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
Entity Framework 4.1 allows us to dive into the world of data access without having to write SQL statements. With the power to shape data access by your object model comes questions and this book holds the answers.
All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
All the code files are present in their respective code folders.
The code will look like the following:
public interface IPostDetailQueryHandler
{
Task<Post> Handle(PostDetailQuery query);
}
To work with this text, we assume you are familiar with .NET Core and C#. You require the following tools to successfully execute the code in this book: Visual Studio 2017 Express SQL Server 2017 Express SQL Server 2017 Developer
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.