Click here to Skip to main content
15,860,859 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
by Shaun C Curtis
How to build a Modal Dialog for Blazor

All Articles

Sort by Score

Razor 

22 Dec 2018 by Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
9 Mar 2022 by Coding Notes
An introduction to ASP.NET Core MVC
23 Jul 2018 by Ajcek84
Implementation of radar chart for various .NET platforms
9 Jan 2013 by Adrian Holland
JSRazor brings the power of razor-like templates to client-side javascript.
30 Oct 2018 by Leonard E. James
Create initial object model and database and display first Razor Page
22 Dec 2018 by Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
2 Aug 2021 by Pete O'Hanlon
Fourth part of a series of articles where we build an application showing the entire thought process when writing it
18 Sep 2015 by Frank Rem
This is a single page ASP.NET application for splitting and stitching PDF documents.
30 May 2012 by Miloslav Beno
This article describes how to extend WordPress with plugins written in C# and shows very first C# plugin for this system.
13 Dec 2016 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.
19 May 2014 by DaveAuld
A look at how I implemented Drag 'n Drop Role Management in a Asp.Net MVC project.
25 Nov 2012 by jgauffin
How to create a flexible plugin system with Griffin.MvcContrib.
10 Sep 2017 by Bart-Jan Brouwer
Old and new style all in one project
24 Oct 2016 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.
15 Jan 2015 by Guruprasad.K.Basavaraju
An MVC application to make a copy of CodeProject articles in your Browser Cache using HTML5's AppCache feature
29 Oct 2013 by B. Clay Shannon
Demonstrates three ways to dynamically add or replace HTML content on a web page
13 Jan 2015 by Shivprasad koirala, Marla Sukesh
This article is Day 6 of learn MVC step by step in 7 days.
8 Jul 2013 by Liviu Ignat
MVC 3 plugin architecture with embedded razor views: steb-by-step description and demo application.
19 Apr 2012 by Jovan Popovic(MSFT)
Simple tutorial to create first MVC app
16 Jun 2013 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.
1 Aug 2014 by Shivprasad koirala, Marla Sukesh
This article is Part 3 and continuation to the Learn MVC Step by Step in 7 Days series.
12 Dec 2013 by DataBytzAI
Using NancyFX to provide a web-interface to a Windows service using VS 2013
5 Jul 2013 by NewAmbition
A tutorial on how to use common technologies to improve the general speed of your site.
1 Oct 2017 by Marcelo Ricardo de Oliveira
Building a tiny e-Commerce on ASP.NET Core, Razor pages, React JS.NET and EF Core
25 Jan 2013 by Jaap Lamfers
Razor 2.0 template engine that works outside MVC and that supports layouts (masterpages) and _ViewStart, like ASP.NET MVC.
22 Jul 2011 by Gil Fink
Razor Helpers Syntax
15 Aug 2014 by Omar Al Zabir
Let browser download Javascripts, CSS while server is still performing expensive operation and generating the page output
9 Jul 2014 by Theo Kand
Single Page Application with MVC 4 / C# / Razor / JQuery demonstrating a chat room.
20 Jun 2013 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.
2 Jan 2020 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.
20 Aug 2013 by DataBytzAI
A quick tutorial on using Google Maps in MS MVC 4
22 May 2014 by Alex Taimassov
Learn how to build an interface that allows you to scroll through thumbnails in an album and view each selected image.
15 Dec 2014 by Talal Tayyab
This article talks about TagHelpers - a new feature added in ASP.NET vNext
20 May 2014 by Jonathan Cardy
Guide to creating SharePoint 2013 Autohosted Apps with ASP.NET MVC 5.
10 Sep 2014 by Nasir Darwish
The article describes an ASP.NET Web Pages project to grab URLs of pages with high matches for certain words.
15 Apr 2021 by Ev Uklad
How to develop a Blazor server application dynamically and generate UI from visually designed entities using Platz.SqlForms open-source
23 Oct 2012 by Vygandas Pliasas
Article about creating a custom login form with MVC4, C# and Razor
6 Dec 2012 by Mark Heath
A step by step tutorial for using Azure BLOB storage on an ASP.NET MVC site hosted on Azure Web Sites.
6 Oct 2015 by Chris A. Johnson
This article explains a gradual approach on moving to Typescript, using Angular and also using a Hybrid Approach.
31 Jul 2013 by Teddy Segoro
Lazy load control to load items on window scroll using jQuery and ASP.NET MVC.
25 Mar 2023 by Shaun C Curtis
How to build a Modal Dialog for Blazor
12 Jul 2012 by Slava Khristich
How to use JSRender templates with knockout.js in MVC4
26 Sep 2017 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
25 Jan 2016 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.
13 May 2012 by Riccardo Bassilichi
A system that permit you to manage your external javascript files and use server localizations in it.