lesson
Module 1 SummaryThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll summarize what we did in module 1.
lesson
Adding our First ControllerThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll add our first controller which will get us data from our database
lesson
Seeding Data in our DatabaseThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll add initial data to our database
lesson
Creating a DatabaseThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll creating our database based on the migration
lesson
Adding our First MigrationThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll be making our first migration
lesson
Adding Entity FrameworkThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll be adding Entity Framework to our project
lesson
What is Entity Framework?The newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, I'll be introducing you to the Entity Framework
lesson
Adding Course Model to our ProjectThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll add a course model to our project
lesson
Exploring PostmanThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll explore Postman tool and make a HTTP request
lesson
Reviewing the API ControllersThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll go through and review the API Controllers
lesson
Reviewing the Project FilesThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll go through the entire project that comes with Web API project and Class library Project
lesson
Creating WebAPI Project using DOTNET CLIThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll create our DOT NET web Api project using the DOTNET CLI.