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 Liviu Ignat
MVC 3 plugin architecture with embedded razor views: steb-by-step description and demo application.
by Shaun C Curtis
How to build a Modal Dialog for Blazor
by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by Leonard E. James
Create initial object model and database and display first Razor Page
by jgauffin
How to create a flexible plugin system with Griffin.MvcContrib.
by Jovan Popovic(MSFT)
Simple tutorial to create first MVC app
by Vygandas Pliasas
Article about creating a custom login form with MVC4, C# and Razor
by Kelum Priyadarshane
This project developed using combination of Entity Framework 6.0 + Code First Approach + Web API 2 + Repository Pattern + ASP.NET MVC 5 + SQL Server 2012 + Unit of Work Testing + Bootstrap.
by DaveAuld
A look at how I implemented Drag 'n Drop Role Management in a Asp.Net MVC project.
by syed shanu
In this article, we will see in detail how to draw our own bar chart for ASP.NET Core Blazor Web Application using HTML5 Canvas Blazor Extensions.
by DataBytzAI
Using NancyFX to provide a web-interface to a Windows service using VS 2013
by Pete O'Hanlon
Fourth part of a series of articles where we build an application showing the entire thought process when writing it
by Miloslav Beno
This article describes how to extend WordPress with plugins written in C# and shows very first C# plugin for this system.
by Omar Al Zabir
Let browser download Javascripts, CSS while server is still performing expensive operation and generating the page output
by Marcelo Ricardo de Oliveira
Building a tiny e-Commerce on ASP.NET Core, Razor pages, React JS.NET and EF Core
by jamuro77
This article explains how to create a simple Multi-Language ASP.NET MVC 5 Web Application. I'll show how to translate texts, localize images or entire views as well as how to deal with URL routing to support several languages.
by DataBytzAI
A quick tutorial on using Google Maps in MS MVC 4
by Alex Taimassov
Learn how to build an interface that allows you to scroll through thumbnails in an album and view each selected image.
by Mark Heath
A step by step tutorial for using Azure BLOB storage on an ASP.NET MVC site hosted on Azure Web Sites.
by Guruprasad.K.Basavaraju
An MVC application to make a copy of CodeProject articles in your Browser Cache using HTML5's AppCache feature
by NewAmbition
A tutorial on how to use common technologies to improve the general speed of your site.
by Slava Khristich
How to use JSRender templates with knockout.js in MVC4
by Shivprasad koirala, Marla Sukesh
This article is Part 3 and continuation to the Learn MVC Step by Step in 7 Days series.
by Shivprasad koirala, Marla Sukesh
This article is Day 6 of learn MVC step by step in 7 days.
by Ev Uklad
How to develop a Blazor server application dynamically and generate UI from visually designed entities using Platz.SqlForms open-source
by Bart-Jan Brouwer
Old and new style all in one project
by Chris A. Johnson
This article explains a gradual approach on moving to Typescript, using Angular and also using a Hybrid Approach.
by Ajcek84
Implementation of radar chart for various .NET platforms
by Theo Kand
Single Page Application with MVC 4 / C# / Razor / JQuery demonstrating a chat room.
by Riccardo Bassilichi
A system that permit you to manage your external javascript files and use server localizations in it.
by santosh poojari
The intent is to try getting reportviewer like control in MVC razor by rendering RDLC report in View form. Moreover also tried to output report based on search filter criteria in MVC Razor.
by Jaap Lamfers
Razor 2.0 template engine that works outside MVC and that supports layouts (masterpages) and _ViewStart, like ASP.NET MVC.
by Gil Fink
Razor Helpers Syntax
by raddevus
Why is the _ViewStart.cshtml file so important to understanding MVC and the Razor ViewEngine? This article shows you the magic of the _ViewStart file and reveals secrets of MVC code using ILSpy.
by Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
by Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
by Teddy Segoro
Lazy load control to load items on window scroll using jQuery and ASP.NET MVC.
by Saineshwar Bageri
In this article, we are going to learn how to perform CRUD Operation with Razor Pages in ASP.NET CORE 2.0
by Frank Rem
This is a single page ASP.NET application for splitting and stitching PDF documents.
by Talal Tayyab
This article talks about TagHelpers - a new feature added in ASP.NET vNext
by Adrian Holland
JSRazor brings the power of razor-like templates to client-side javascript.
by Adam Tibi
ASP.NET MVC Views give you the power of Razor View Engine with the flexibility of writing C# code. However, if you do too much C#, you will end up with Fat-Razors that need to go on a diet or you might be risking separation of concern attacks.
by B. Clay Shannon
Demonstrates three ways to dynamically add or replace HTML content on a web page
by Nasir Darwish
The article describes an ASP.NET Web Pages project to grab URLs of pages with high matches for certain words.
by Jonathan Cardy
Guide to creating SharePoint 2013 Autohosted Apps with ASP.NET MVC 5.