Final Remarks

Here's a quick summary of what we learned from the "Designing Applications with ASP.NET Core" module.

We'll cover the following

Congratulations! You have successfully completed the “Designing Applications with ASP.NET Core” module.

Summary

In this module, we explored .NET and learned the differences between .NET Core and .NET Framework. Then, we also looked into the structure of an ASP.NET application after setting up our application. Later, we examined the concept of Model-View-Controller. Afterward, we studied the different types of relationships in ASP.NET. In the end, we learned how to create model classes, scaffold controllers with views, and configure a database with an application.

What's next?

Now that we know how to design applications with ASP.NET, we’ll learn how to implement web applications with ASP.NET Core MVC in the next “ASP.NET Core MVC” module.