June 2020
Intermediate to advanced
802 pages
16h 11m
English
This chapter covers Razor Pages, a functionality introduced in ASP.NET Core 2.0, which provides a simplified development model that does not use controllers.
By studying this chapter, we will be able to develop dynamic websites that are driven by data.
We will talk about the following:
To implement the examples introduced in this chapter, you will need the .NET Core 3 SDK and a text editor. Of course, Visual Studio 2019 (any edition) meets all of the requirements, but you can also use Visual Studio Code, for example.
The source code can be retrieved from GitHub here: https://github.com/PacktPublishing/Modern-Web-Development-with-ASP.NET-Core-3-Second-Edition ...