June 2021
Intermediate to advanced
310 pages
5h 27m
English
In this chapter, we will go through Entity Framework and create a database where we can store our blog posts. Since most applications use data in one form or another, the goal of this chapter is to be able to use data from our database in our Blazor application. We will also create an API to access the data.
By the end of this chapter, we will have learned how to use the .NET CLI to create a new project, add new NuGet packages, and create migrations.
In this chapter, we will cover the following:
Make sure you have followed the previous chapters, or use the Ch2 folder as the starting point.
In this chapter, we will create a ...
Read now
Unlock full access