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 Pages
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Virender Verma (8)
Abhishek Yadav (5)
Kirtesh Shah (2)
Guest User (2)
Shrimant Telgave (2)
Catcher Wong (2)
Mohammad Rabie (1)
Mukesh Kumar (1)
Chittaranjan Swain (1)
Jignesh Trivedi (1)
Nishan Aryal (1)
Asma Khalid (1)
Farhan Ahmed (1)
Jamil Moughal (1)
Jitendra Mesavaniya (1)
Kajul Nisha (1)
Jin Necesario (1)
Munib Butt (1)
Ankit Sharma (1)
Saineshwar Bageri (1)
Fatima Khan (1)
Related resources for Razor Pages
No resource found
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.
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
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
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
_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.
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
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
How To Use Razor Pages In ASP.NET Core 2.0
11/29/2018 2:58:13 AM.
In this article, we will learn how to use Razor Pages in ASP.NET Core 2.0. Razor Pages are introduced in ASP.NET Core 2.0 to make building simple web applications quicker and is a good way to play wit
CRUD Operation In ASP.NET Core 2.0 Using Dapper ORM
8/20/2018 9:59:58 AM.
In this article, we will learn CRUD operation in ASP.NET Core 2.0 using Dapper ORM step by step. We will use Visual Studio 2017 to develop the web application using ASP.NET Core 2.0 wi
CRUD Operation In ASP.NET Core 2.0 With Razor Pages Using ADO.NET
8/6/2018 2:29:13 AM.
In this article, we will learn CRUD Operation In ASP.NET Core 2.0 With Razor Pages Using ADO.NET Step by Step.
Creating An SPA Using Razor Pages With Blazor
6/6/2018 2:13:44 PM.
We will create a SPA using Razor pages in Blazor with the help of Entity Framework Core database first approach.
CRUD Operation With Razor Pages In ASP.NET Core 2.0
9/27/2017 12:16:07 PM.
In this article, we are going to learn how to perform CRUD operations with Razor Pages in ASP.NET CORE 2.0
Razor Pages In ASP.NET Core
9/18/2017 4:07:03 AM.
Razor Pages is a new feature of ASP.Net Core MVC. We can use this approach when there are some page focused scenarios.
More Details About Razor Pages In ASP.NET Core 2.0
8/27/2017 12:42:45 PM.
I built a simple web app to show you the new feature named Razor Pages in ASP.NET Core 2.0 . However it doesn't contain some useful and basic functions. So I decided to write one more article to s
Building A Simple Web App Using Razor Pages
8/23/2017 12:36:34 AM.
In this article , you will learn how to build a simple CRUD web app using Razor Pages , which is new in ASP.NET Core 2.0. This web app is about the management of the students , and all operations of t