View On GitHub
reading-notes
Reading Notes for Codefellows!
Project maintained by
AlanYHung
Hosted on GitHub Pages — Theme by
mattgraham
Code 401 ASP.NET
Reading 25
(All My Notes are attributed/sourced from the Resources directly preceding them.)
Summary
A Razor Page is a view model in Visual Studio that combines both the view page and the controller into one project object.
Razor Page attempts to simplify and make it easier to design an website over the current MVC model.
Razor Pages attempts to be more beginner friendly and easier to build for small scale projects.
Resources
Introduction to Razor Pages in ASP.NET Core
Author: Microsoft Docs
Article Source
Introduction to ASP.NET Core Razor Pages - Damian Edwards
Author: NDC Conferences (YouTube)
Article Source
Razor Pages with ASP.NET Core 2
Author: Gunnar Peipman
Article Source
Tutorial: Get started with Razor Pages in ASP.NET Core
Author: Microsoft Docs
Article Source
MVC vs Razor Pages - A quick comparison
Author: Jon Hilton
Article Source
<– Back