TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Razor
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhishek Yadav (9)
Virender Verma (9)
Rikam Palkar (4)
Farhan Ahmed (4)
Saineshwar Bageri (4)
George (3)
Kirtesh Shah (2)
Mohammad Rabie (2)
Mukesh Kumar (2)
Guest User (2)
Jignesh Trivedi (2)
Asma Khalid (2)
Sandeep Singh Shekhawat (2)
Jitendra Mesavaniya (2)
Ankit Sharma (2)
Sachin Kalia (2)
Munib Butt (2)
Rakeshkumar Desai (2)
Jay Krishnareddy (1)
Chittaranjan Swain (1)
Nikunj Satasiya (1)
Velladurai (1)
Nishan Aryal (1)
Suthish Nair (1)
Sarathlal Saseendran (1)
Manoj Kalla (1)
S.Ravi Kumar (1)
Jamil Moughal (1)
Sourabh Somani (1)
Ashish Shukla (1)
Harpreet Singh (1)
Richa Garg (1)
Aravind Bs (1)
Anuja Pawar (1)
Ajay Kumar (1)
Khuram Shahzad (1)
Ashutosh Singh (1)
Sardar Mudassar Ali Khan (1)
Kajul Nisha (1)
Amit Mohanty (1)
Abhishek Singhal (1)
Charles Ogbonna (1)
Dhanesh Kumar M J (1)
CSharp TV (1)
Shivprasad (1)
Suchitkumar Khunt (1)
Sola Oshinowo (1)
Raj Kumar (1)
Gnanavel Sekar (1)
Dinkar Chavhan (1)
Rijwan Ansari (1)
Jin Necesario (1)
Rahul Kumar Saxena (1)
Muralidharan Deenathayalan (1)
Riyaz Akhtar (1)
Mohamed Fawas Perooli (1)
Gaurav Kumar (1)
Abhimanyu K Vatsa (1)
Shrimant Telgave (1)
Romil Shah (1)
Debasis Saha (1)
Related resources for Razor
No resource found
Entity Framework (13), with .Net Core Code-First Summary
10/11/2024 4:35:11 PM.
This is a summary article to discuss .Net Core Entity Framework Code First Approach.
Introduction To ASP.NET Core Razor Pages
9/19/2024 10:07:58 AM.
This article introduces Razor Pages in ASP.NET Core using .NET 5, guiding beginners and experienced developers through creating a "Hello World" project. It covers prerequisites, installation
Explaining WebForms in ASP.NET Core
9/13/2024 1:53:06 AM.
Learn about alternatives like Blazor and Razor Pages, leveraging component-based architecture, state management, server-side rendering, and enhancing web app performance and scalability.
Explaning .NET Razor ≠ .NET Blazor
9/5/2024 5:14:36 AM.
Razor and Blazor are distinct web technologies. Razor is a server-side templating engine in ASP.NET Core MVC, combining HTML with C# for dynamic server-side content. Blazor, in contrast, enables inter
Entity Framework (11-1), with .Net Core Razor Pages Code-First (2)
9/4/2024 12:15:27 PM.
This is a discussion for Entity Framework Razor, the second part.
Entity Framework (11), with .Net Core Razor Pages Code-First
9/4/2024 12:14:57 PM.
This article is discussing Entity Framework with .Net Core Razor Pages Code-First.
Blazor Meets Azure Maps
8/30/2024 4:59:43 AM.
This guide walks you through creating a Map component using Azure APIs in a Blazor application. It covers setting up an Azure Maps account, obtaining a subscription key, and integrating the map into y
Getting Started With Razor Pages In ASP.NET Core 2.0
8/5/2024 3:54:59 AM.
ASP.NET Core 2.0 introduces Razor Pages, a streamlined alternative to MVC for focusing on UI rather than complex logic. With Razor Pages, you manage server-side logic in code-behind files, simplify ro
ASP.NET Core 2.0 Razor Pages
8/2/2024 5:11:42 AM.
To use Razor Pages in ASP.NET Core 2.0, start by creating an empty project and configuring services and middleware in Startup.cs. Define a service and domain model, input/output models, and create CRU
How To Create Razor Pages In ASP.NET Core 6.0
8/1/2024 8:22:52 AM.
Learn how to create Razor Pages in an ASP.NET Core 6.0 application. This guide covers the essentials, from installing Visual Studio 2022 and setting up your project to configuring Razor Pages and runn
Integrating Razorpay Payment Gateway with .NET Core
8/1/2024 4:36:06 AM.
Integrating Razorpay in a .NET Core application involves setting up the Razorpay account, installing necessary packages, and safely handling API keys. By following these steps, you can implement a sec
Top 10 New Features Of ASP.NET Core 2.0
7/31/2024 4:33:41 AM.
ASP.NET Core 2.0, part of the .NET Core ecosystem, offers enhanced performance and productivity with features like minimal code requirements, Razor Pages, and new meta packages like Microsoft.AspNetCo
Authorization In Razor Pages ASP.NET Core
7/31/2024 4:00:51 AM.
Learn how to implement authorization in ASP.NET Core Razor Pages using AddRazorPagesOptions. This guide covers configuring access controls with methods like AuthorizePage, AuthorizeFolder, and AllowAn
Managing CRUD Operations in ASP.NET MVC with Razor and C#
7/3/2024 11:01:59 AM.
Learn how to implement CRUD operations in an ASP.NET MVC application using Razor views and C#. This guide covers creating, reading, updating, and deleting records, with detailed controller actions and
Send Email Using Templates In ASP.NET Core
6/14/2024 10:39:29 AM.
Learn to send personalized emails in ASP.NET Core using templates. This tutorial covers setting up email templates with HTML and CSS, integrating MailKit for email functionality, and dynamically repl
ASP.NET Core 2 - Architecture And Design Pattern Ideology
6/8/2024 12:52:03 PM.
The need for a robust, interactive web experience is rapidly growing, necessitating improved, simpler, developer-friendly web technologies. ASP.NET Core 2 enhances productivity by providing a pre-defi
Registration And Login Functionality In ASP.NET Core 3.0 MVC Web Application Using Identity
6/6/2024 11:31:32 AM.
In this article, I will discuss how to create Registration and login functionalities in ASP.NET Core web application In this article, I will discuss how to create Registration and login functionalitie
NancyFx - a light weight .NET framework
5/14/2024 11:01:51 AM.
NancyFx is a lightweight, low-ceremony framework for building HTTP-based services on .NET. It emphasizes simplicity and ease of use, featuring a minimal API for routing, handling requests, and generat
Let's Create WPF Blazor Hybrid App
4/18/2024 7:26:12 AM.
Unlock the potential of WPF and Blazor by combining their strengths in a hybrid application. Let's seamlessly blend the rich, desktop-centric features of WPF with the modern, web-enabled capabilit
Share Data Between Child And Parent Components In Blazor
4/12/2024 11:14:56 AM.
Explore Blazor, Microsoft's framework for building dynamic web UIs with .NET. Learn about Razor components, data sharing between parent and child components, and creating reusable UI elements like
_Layout And _ViewStart And _ViewImports In ASP.NET MVC Core 3.0
4/11/2024 11:12:11 AM.
Today in this article I will discuss about _Layout, ViewStart and ViewImports file in ASP.Net MVC Core 3.0. These are the file place in views folder. We will understand all 3 files step by step.
Blazor Component: Creation, Lifecycle, Nesting, & UI Integration
4/11/2024 10:41:35 AM.
Blazor Components offer a modern approach to web development by utilizing Razor syntax and C#. They enable building interactive and reusable UI elements with data binding and event handling.
Register Form In ASP.NET MVC Core 3.0
4/10/2024 9:34:52 AM.
Create a sleek Register Form in ASP.NET MVC Core 3.0 utilizing HTML, Razor syntax for dynamic content, Bootstrap for styling, and jQuery for interactivity. Enable smooth navigation with a responsive n
Future Ready Blazor Application Architecture
4/9/2024 9:16:46 AM.
Learn how to separate UI components in Blazor applications for code reuse using Razor Class Library. Step-by-step guide to create and integrate UI components into Blazor Server applications. Future-re
ViewComponent In ASP.NET Core
4/8/2024 9:02:10 AM.
ViewComponent in ASP.NET Core enables the creation of reusable UI components, enhancing code modularity and separation of concerns. Leveraging Razor syntax, it facilitates rendering dynamic content an
ASP.Net MVC 4 - Layout and Section in Razor
4/2/2024 9:25:29 AM.
Razor has a feature called "layouts" that allow you to define a common site template, and then inherit its look and feel across all the views/pages on your web application.
ASP.Net MVC View
4/2/2024 9:13:55 AM.
In this article, we will learn ASP.NET MVC Views offer flexible presentation layer control. Utilize Razor syntax for dynamic HTML rendering, leverage Layouts for consistent design, and employ Partial
HtmlHelper Methods in ASP.NET MVC
4/2/2024 9:12:31 AM.
Explore the power of HtmlHelper methods in ASP.NET MVC for efficient HTML generation. Learn how to leverage Razor syntax to streamline MVC Views, utilizing form helpers, tag helpers, and other techniq
Getting Started with Razor View Engine in MVC 3
4/2/2024 9:08:59 AM.
Learn about the Razor View Engine in MVC 3 through this beginner-level article, covering syntax basics, creating a User Registration Application, and utilizing Data Annotation Validator Attributes fo
ASPX View Engine VS Razor View Engine
4/1/2024 8:27:59 AM.
View engines render HTML to the browser. ASP.Net MVC supports ASPX and Razor View Engines by default, with options for third-party engines. ASPX syntax mirrors ASP.Net web forms, while Razor offers a
HTML Helpers in MVC: Part 1
4/1/2024 8:17:21 AM.
In this article we will learn the purpose of HTML helpers in MVC. A HTML helper is a special type of method used to render HTML content in a view.
Introduction to Microsoft ASP.NET MVC 3 Razor View Engine
4/1/2024 7:03:26 AM.
In this article, we will explore the fundamentals of Microsoft ASP.NET MVC 3 with the intuitive Razor View Engine. Learn how MVC architecture streamlines web development, delve into Razor syntax for c
Brief Introduction to MVC3
4/1/2024 6:58:40 AM.
MVC3, or Model-View-Controller version 3, is a web development framework by Microsoft, emphasizing separation of concerns. It divides applications into model, view, and controller layers, enhancing ma
Creating a Simple Application Using MVC 4.0
3/29/2024 9:57:04 AM.
In this article, we will learn to build a basic web application using MVC 4.0, a powerful framework for web development. Utilize ASP.NET and C# in Visual Studio to create a structured Model-View-Contr
What is Blazor WebAssembly?
3/26/2024 4:05:36 AM.
Blazor WebAssembly, a client-side web framework powered by .NET and C#, empowers developers to craft dynamic and interactive web applications directly in the browser. In this article, we'll explor
Razor Syntax in ASP.NET
3/23/2024 3:52:21 PM.
Razor syntax provides seamless integration of server-side code within HTML markup, resulting in cleaner and more readable code compared to traditional ASP.NET Web Forms
Difference Between .NET Razor & .NET Blazor
3/20/2024 6:35:31 AM.
.NET Razor and .NET Blazor are two approaches in the .NET framework for web development. Razor offers server-side rendering, while Blazor enables client-side interactivity with C#.
Anchor, Link And Script Tag Helper In ASP.NET Core 3.1
3/19/2024 5:31:19 AM.
Anchor, Link, and Script Tag Helpers in ASP.NET Core 3.1 simplify HTML generation and ensure correct URL generation, script inclusion, and CSS referencing, enhancing productivity and maintainability i
Single Page Application Using Server-Side Blazor
2/20/2024 7:24:40 AM.
This comprehensive tutorial guides you through creating a Single Page Application (SPA) using server-side Blazor with Entity Framework Core. It covers CRUD operations, modal popups for user input, dro
Understanding Server-Side Blazor
2/20/2024 5:57:53 AM.
Blazor is a .NET Core web framework that allows developers to run C# code directly in the browser using WebAssembly.It provides an alternative to traditional JavaScript frameworks like React, Angular,
Introduction To Tag Helpers in HTML
2/12/2024 11:49:41 AM.
Explore the power of ASP.NET Core's Tag Helpers with this introductory guide. Learn how to simplify HTML generation in Razor views using C# code. Discover the benefits of server-side rendering and
ASP.NET Core MVC vs Razor Pages vs CodeBehind Framework
2/2/2024 7:16:16 AM.
In this article, we compare the performance of ASP.NET Core with the CodeBehind framework. Once we compare Razor Pages with CodeBehind and once again we compare ASP.NET Core MVC with the CodeBehind fr
Identity API Endpoints based Authentication and Authorization in .NET 8
11/15/2023 12:10:49 PM.
The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP
Design a Snake game in Blazor
9/22/2023 6:29:06 AM.
The Snake Game, with its roots tracing back to the 90’s arcade era. Thanks to Blazor, Let's give this timeless gem a new home on your web browser.
SignalR to enable real-time communication between clients and the server
9/5/2023 2:37:57 AM.
SignalR to enable real-time communication between clients and a server. SignalR is a library for ASP.NET that allows you to build real-time, interactive web applications. In this example, we'll cr
Consume ChatGPT Open AI API Inside .Net Core Application Using Razor Pages
8/28/2023 10:33:37 AM.
This article demonstrates how to develop a ChatGPT application utilizing Razor pages and the OpenAI API in an ASP.Net Core web application.
Creating Custom Components in Blazor
7/21/2023 6:46:23 AM.
Building Custom Components in Blazor: Create Reusable UI Elements Using C# and .NET. Learn to build interactive web apps with Microsoft's open-source framework.
How To Integrate Razorpay Payment Gateway In Flutter?
7/14/2023 8:56:23 AM.
In this article, you will learn about how to integrate the Razorpay payment gateway in Flutter.
Create, Read, Update, and Delete (CRUD) with ASP.NET Core
6/22/2023 5:47:35 AM.
This article introduces developer to the Create, Read, Update, and Delete (CRUD) using ASP.NET Core and Razor pages
Revolutionize Your Umbraco Development with View Components
5/7/2023 4:23:51 PM.
Umbraco is an open-source content management system(C M S). mbraco has the ability to use view components to build dynamic and reusable user interface (UI) elements. The latest version of Umbraco is b
Introduction to Razor - Blazor Framework Learning Series Ep. 2
11/9/2022 6:30:52 AM.
Watch this session by Debasis Saha on Introduction to the Blazor Framework - Blazor Framework Learning Series - Ep. 2
Learn MVC (Model view controller) Step by Step in 7 days - Day 3
8/26/2022 9:35:00 AM.
This article is continuation to Learn MVC step by step in 7 days
ASP.NET Core Razor Pages - Simple Login Using Entity Framework Database First Approach
7/8/2022 3:31:52 AM.
This article is about creating razor pages base simple asp.net core login application using entity framework.
Dynamic CSS Values In Blazor
5/13/2022 1:42:15 PM.
This article explains how to apply dynamic values on css for blazor components.
Good Vs Bad - Highlight The Active Page In The Nab-Bar For MVC Razor View Engine
4/27/2022 2:34:11 PM.
In this article, you will learn how to highlight the active page in the nab-bar for mvc razor view engine.
Creating Various Layouts For Different Razor Pages In Blazor
4/25/2022 1:07:58 PM.
In this article, you will learn how to create various layouts for different razor pages in blazor.
How to Make Custom Login, Register, and Logout in MVC 4 Using Razor and EF
11/8/2021 6:08:20 AM.
In this article, you will learn how to make login, register, and logout screens with real-world functionality using Razor and Entity Framework data models.
Different Ways Of Binding Razor DropdownList In ASP.NET MVC 5
7/1/2021 9:30:46 AM.
This article will demonstrate how to bind the values to Razor DropDownList in various ways using ASP.NET MVC5. In this article, I will demonstrate the simple ways to populate a DropDownList using View
Learn About Layout View In Razor Pages
5/30/2021 11:27:51 AM.
In this article, you will learn about Layout View in Razor Pages.
Conversion Helpers in MVC Razor: Validating Posted Data
5/26/2021 9:49:23 AM.
This article describes Conversation Helpers in MVC Razor and explains how to validate posted data.
Creating Application in MVC 4 Using Razor
5/26/2021 9:40:37 AM.
In this article, we will learn how to create a basic application in MVC 4 using Razor.
RDLC Report in ASP.Net MVC Razor/.Aspx
5/6/2021 9:00:09 AM.
This article explains RDLC reports in MVC razor or .aspx.
File Upload Insights And Upload Single Or Multiple Files In ASP.NET Core Razor Pages
4/28/2021 5:44:59 AM.
In this article, you will learn about File upload Insights and Upload Single or Multiple files in ASP.NET Core 5.0 Razor Pages.
Enable Razor Runtime Compilation
4/25/2021 8:05:40 AM.
This article/tutorial will show you how to enable runtime compilation when creating ASP.NET Core and ASP.NET Core MVC projects.
Partial View in MVC Razor
4/15/2021 12:08:59 PM.
In this article, I am going to explain what a partial view is in MVC.
Creating Insert Update and Delete Application In MVC 4 Using Razor
4/8/2021 11:49:19 AM.
Here we will see how to create an insert, update and delete application in MVC 4 using Razor.
Creating Simple Cascading DropDownList In MVC 4 Using Razor
4/8/2021 5:56:21 AM.
This article shows how to create a Cascading Dropdownlist.
ASP.NET Web Pages - Connecting to the Database
3/16/2021 8:04:55 AM.
This article is about ASP.Net web pages that are a combination of HTML, C# and Razor syntax which produces dynamic web pages and fetches the data from the existing database.
Custom Button With TagBuilder Using MVC Razor Engine
3/3/2021 5:34:05 AM.
This article is primarily about the Custom Button with TagBuilder in MVC with Razor View Engine.
Create PDF Using RazorPDF in ASP.Net MVC
2/2/2021 7:53:05 AM.
In this article, you will learn how to create a PDF using the RazorPDF package in ASP.NET MVC.
ASP.Net MVC - How to Post a Collection
1/29/2021 10:48:07 AM.
Here I will describe how to post a collection in ASP.Net MVC 3 with the help of a sample application.
How To Integrate Razorpay In Android
1/5/2021 3:07:22 PM.
This article tells us about the step by step integration of Razorpay with test payments modes.
Example on View to Controller (HttpPost) & Warn on Duplicate Entry & Delete Duplicates in MVC
11/27/2020 12:19:11 AM.
In this article you will learn how to pass data for a view to a controller (HttpPost) and you will even learn how to warn on duplicate entry or just delete duplicates silently in MVC.
Filter Grid With Cascading Dropdownlist In MVC Using Razor
11/23/2020 9:14:29 AM.
This article shows how to filter Grid records using a cascading Dropdownlist in MVC.
ASP.NET Core 2.0 MVC Razor
11/23/2020 3:25:47 AM.
ASP.NET Core MVC middleware will find and execute the Razor template (.cshtml file) when the Controller returns ViewResult. Razor templates use syntax that combine C# and HTML to produce the final HTM
ASP.NET MVC Razor vs Blazor
8/6/2020 12:03:37 AM.
We have recently heard about a new Microsoft technology called Blazor for building web applications. What is this new technology and how does it compare to the existing ASP.NET MVC technology from Mic
Adding Role Authorization to a ASP.NET MVC Core Application
5/6/2020 4:14:36 PM.
Today, we will look at one of the most important aspects of any application, and that is security. The two main methods to ensure security in an application is using Authentication and Authorization.
Displaying a Customers List Inside an ASP.NET Core 3.0 Razor Pages Web Application
4/4/2020 2:49:42 PM.
In this article, we will be displaying a list of all of the customers from the database.
Adding Roles to Registration Razor Page in ASP.NET Core
3/28/2020 9:08:26 AM.
In this article, we will be creating different roles for our application.
Registration Razor Page in ASP.NET Core Razor Pages Web Application
3/26/2020 9:05:02 PM.
In this article, we will be working on registration page of the ASP.NET Core razor page web application.
Performing Update and Delete Operations in ASP.NET Core 3 Razor Pages Using Microsoft SQL Server
3/18/2020 12:44:49 AM.
In this article, you will learn how to perform update and delete operations in ASP.NET Core 3 Razor Pages using Microsoft SQL Server.
Inserting Data into SQL Server Database Using ASP.NET Core 3 Razor Pages
3/17/2020 5:49:33 PM.
In this article, you will learn how to insert data into SQL Server Database using ASP.NET Core 3 Razor Pages.
Creating Page Model And Performing CRUD Operations In ASP.NET Core 3 Razor Pages
3/16/2020 9:31:24 AM.
In this article, you will learn how to create Page Model and Performing CRUD Operations in ASP.NET Core 3 Razor Pages.
Creating a Model and Database in ASP.NET Core Razor Pages Using Entity Framework Core
3/12/2020 5:31:57 PM.
In this article, you will learn how to create model and DbContext objects in ASP.Net Core razor pages using entity framework along with migrations.
Understanding ASP.NET Core 3 Razor Pages Project Files
3/11/2020 8:43:15 PM.
In this article, a new project has been created through which we will learn all the default files as well as the folder structure.
Creating Xamarin iOS Binding For Razorpay Payment Gateway
2/5/2020 8:22:54 AM.
This article explains the creation of Xamarin iOS binding for RazorPay payment gateway
Creating Xamarin Android Binding For RazorPay Payment Gateway - Part One
1/30/2020 8:50:06 AM.
This article explains a step by step method of creating a Xamarin Android binding for RazorPay payment gateway.
People Picker Control Getting User Suggestions from Novell Directory in .NET Core 2 Razor Pages
12/1/2019 7:02:39 AM.
In this article, you will learn about People Picker control getting User Suggestions from Novell Directory in .NET Core 2 Razor Pages.
Razor View Engine In ASP.NET MVC 5
9/23/2019 11:56:39 PM.
We will learn Razor View Engine in MVC 5 and why View Engine is required in MVC 5. Also, we will learn about Razor syntax in ASP.NET MVC 5 with examples.
Razor View Syntax In ASP.NET MVC
7/28/2019 10:34:45 PM.
In this article, you will learn the syntax of Razor View in ASP.NET MVC.
Authorization Using Windows Active Directory Groups In .NET Core 2 Razor Pages
6/21/2019 6:03:13 AM.
In this article, you will learn about authorization using Windows Active Directory groups in .NET Core 2 Razor Pages.
Logging Errors And Information Using NLog In .NET Core 2 Razor Pages
6/12/2019 8:50:02 AM.
In this article, you will learn about logging errors and information using NLog In .NET Core 2 Razor Pages.
Getting Started With Blazor - Part Two
5/29/2019 11:38:50 PM.
In this second part, we will learn about the basic models (Flow) of Blazor technology.
Get Details Of Logged In User From LDAP In .NET Core 2 Razor Pages
5/12/2019 10:53:58 AM.
In this article, I will provide information on how to get the details of a logged-in user, like his Manager, Department, Last Name, First Name etc. from LDAP in a Razor page.
Impersonation Using WindowsIdentity.RunImpersonated In .NET Core 2 Razor Pages
5/9/2019 11:22:31 PM.
In this article, I will provide information on how to impersonate a different Windows user to execute a method.
Setting A Custom Page As Landing Page In .Net Core Razor Pages
5/9/2019 10:03:38 AM.
In this article, I will provide information on how to set a custom .NET Core Razor Page as your home/landing page.
Send Email From A Razor Page In .NET Core 2 Using System.Net.Mail
5/6/2019 9:29:10 AM.
In this article, I will provide information on how to send an email from a .NET Core Razor Page.
Export And Import Excel Data Using NPOI Library In .NET Core 2 Razor Pages
4/30/2019 9:22:30 AM.
In this article, I will provide the information on how to export data to Excel and import data from MS Excel using NPOI in .NET Core Razor Pages.
Sorting, Filtering (Search Box) And Paging In .NET Core 2 Razor Pages
4/29/2019 12:11:52 AM.
In this blog, I will provide information on how to sort and search inside a Razor Page.
Create Reusable View Using Razor Class Library In ASP.NET Core
4/3/2019 9:53:30 AM.
In this article, we will discuss the basic concept of Reusable View.