Click here to Skip to main content
15,884,472 members
Everything / Programming Languages / Razor

Razor

Razor

Great Reads

by Pete O'Hanlon
Rather than littering a razor component with @if (a == b) logic to show items, use render fragments to make a declarative component
by Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
by Coding Notes
An introduction to ASP.NET Core MVC
by Ajcek84
Implementation of radar chart for various .NET platforms

Latest Articles

by Victor Sirghii
On the parent razor page, we add Partial View which will serve as the updatable container. On Ajax calls from the parent page, we update only Partial view content, not the whole page, thus creating a smooth user interaction experience.
by Jani Giannoudis
Structured approach to ASP.NET Localization
by Pete O'Hanlon
Rather than littering a razor component with @if (a == b) logic to show items, use render fragments to make a declarative component

All Articles

Sort by Score

Razor 

26 Jun 2023 by Pete O'Hanlon
Rather than littering a razor component with @if (a == b) logic to show items, use render fragments to make a declarative component
6 Mar 2012 by Gianmaria Gregori
Using an upload plugin with progress bar in Razor pages
11 Mar 2012 by Gianmaria Gregori
Additions to the implementations of the Uploadify plugin in Webmatrix
18 Jun 2012 by DaveAuld
Quick way to modify the logon view depending on if the user has been redirected.
12 Sep 2015 by Ibrahim ben Salah
This tip talks about a new way of rendering the Razor template (cshtml files) using Xania.AspNet.Simulator.
18 Sep 2022 by towaso
A short example on how to create a hierarchical web checklist
8 Sep 2012 by suhas.shiv
Custom CheckBoxList in ASP.NET MVC3
27 Sep 2023 by Victor Sirghii
On the parent razor page, we add Partial View which will serve as the updatable container. On Ajax calls from the parent page, we update only Partial view content, not the whole page, thus creating a smooth user interaction experience.
3 Jun 2014 by Ankesh Dave
This article explains the basic usage of MVC Template System
6 Mar 2014 by Suraj Sahoo | Coding Passion
Customizing the view Engines (Razor View Engine) in MVC4 to optimize our App.
10 May 2015 by khanzzirfan
Creating circular arrow of an svg image
25 Jan 2014 by sridharnetha
Binding autocomplete feature to a textbox dynamically using JQuery
12 Jan 2020 by Ejrr1085
This article describes two ways of how to create a multiple HTML select control in ASP.NET MVC programmatically, using JQuery, C# and Razor.
3 Apr 2012 by Mikhail-T
Tutorial on how to create simple extension that converts view model propety name to string
25 Jan 2019 by #realJSOP
Sharing files between multiple web apps in a single solution.
21 Apr 2017 by Mystery123
Ajax search modal dialog with item selection