Summary: Building Websites Using ASP.NET Core Razor Pages
Take a look at what we have covered in this section.
This section exposed us to the foundational principles of web development through HTTP. Constructing a basic website capable of serving static files was covered. The integration of ASP.NET Core Razor Pages with Entity Framework Core was demonstrated, illustrating the creation of dynamic web pages generated from a database’s information. The configuration of the HTTP request and response pipeline and the functionality of helper extension methods were explained.
Let’s recap the key takeaways:
Foundations of web development using HTTP.
How to build a simple website that returns static files.
How to use ASP .NET Core Razor Pages with Entity Framework Core to create web pages that are dynamically generated from information in a database.
How to configure the HTTP request and response pipeline, what the helper extension methods do, and how we can add our own middleware that affects processing.
Get hands-on with 1400+ tech skills courses.