Razor
Everything on SkillVeris tagged Razor — collected across the glossary, study notes, blog, and cheat sheets.
7 resources across 1 library
Study Notes(7)
Razor Syntax in Web Pages
A practical guide to the Razor markup syntax that lets you embed C# or VB.NET code inline with HTML using the @ symbol, including expressions, code blocks, loo…
The Razor View Engine
Understand how Razor compiles .cshtml templates into C# classes, its @ syntax, encoding rules, and how it fits into the ASP.NET MVC request pipeline.
Project Structure and App.razor
How a default Blazor Web App project is organized, and the role of App.razor, layouts, and Program.cs.
Razor Syntax Basics
The fundamentals of Razor markup: the @ transition character, control flow, data binding, and HTML encoding.
Your First Razor Component
A hands-on walkthrough of creating, parameterizing, and wiring events into a basic Blazor component.
Blazor vs MVC vs Razor Pages
Compare ASP.NET Core's three UI programming models — Blazor, MVC, and Razor Pages — to understand their rendering models, state handling, and when each is the…
Razor Pages Fundamentals
Learn the page-based programming model in ASP.NET Core where markup and code-behind logic live together, simplifying page-focused scenarios without a separate…