- The newline Guide to Fullstack ASP.NET Core and React
- Preparing Our Server
Module 1 Summary
In this lesson, we'll summarize what we did in module 1.
Finally, we have finished Module 1. I understand it was too much for someone who's new to Dot Net world and I don't expect you to remember all the steps and the sequence. This project is a big one. We are going to make more controllers, use more services, so it'd be very difficult to not get used to it.
Now let's recall everything we did in this module.
We created solution files, web API projects, and class libraries using the command line interface. API project is our web API and our main project. The other two projects, Entity and Infrastructure are class libraries. Entity project is where we will store all our Model properties such as the Course model and the Interfaces to our methods which we'll create in future lessons.
This page is a preview of The newline Guide to Fullstack ASP.NET Core and React
- Module 1 Summary
Contents