Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / Razor

Razor

Razor

Great Reads

by Liviu Ignat
MVC 3 plugin architecture with embedded razor views: steb-by-step description and demo application.
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 Shaun C Curtis
How to build a Modal Dialog for Blazor

Latest Articles

by Liviu Ignat
MVC 3 plugin architecture with embedded razor views: steb-by-step description and demo application.
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 Shaun C Curtis
How to build a Modal Dialog for Blazor

All Articles

Sort by Score

Razor 

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 towaso
A short example on how to create a hierarchical web checklist
by suhas.shiv
Custom CheckBoxList in ASP.NET MVC3
by DaveAuld
Quick way to modify the logon view depending on if the user has been redirected.
by khanzzirfan
Creating circular arrow of an svg image
by Mikhail-T
Tutorial on how to create simple extension that converts view model propety name to string
by #realJSOP
Sharing files between multiple web apps in a single solution.
by Suraj Sahoo | Coding Passion
Customizing the view Engines (Razor View Engine) in MVC4 to optimize our App.
by sridharnetha
Binding autocomplete feature to a textbox dynamically using JQuery
by Mystery123
Ajax search modal dialog with item selection
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.
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 Ibrahim ben Salah
This tip talks about a new way of rendering the Razor template (cshtml files) using Xania.AspNet.Simulator.
by Gianmaria Gregori
Using an upload plugin with progress bar in Razor pages
by Gianmaria Gregori
Additions to the implementations of the Uploadify plugin in Webmatrix
by Ankesh Dave
This article explains the basic usage of MVC Template System