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
ASP.NET
FOLLOW
ASP.NET is a free web framework for building Web sites and Web applications using HTML, CSS and JavaScript. Create Web APIs, mobile sites and use real-time technologies.
Articles
(4502)
Blogs
(1457)
Resources
(112)
Videos
(36)
News
(20)
Articles
Learn about ASP.NET MVC Life Cycle
Understand the MVC life cycle from HTTP request to response. Learn about ASP.NET's Page class, IHttpHandler interface, and MVC's Controller. Explore RouteTable and UrlRoutingModule for rout...
Rasmita Dash
Oct 16, 2014
Different ActionResult Types in ASP.NET MVC & Their Uses
In this article we will learn What are the different types of ActionResult in ASP.NET MVC, and when would you use each one?
Ishika Tiwari
Apr 01, 2024
ASPX View Engine VS Razor View Engine
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 offer...
Jignesh Trivedi
Sep 17, 2013
Introduction to Microsoft ASP.NET MVC 3 Razor View Engine
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 fo...
Richa Garg
Jul 25, 2012
Various Return Types From MVC Controller
The content explores the diverse return types available in an MVC controller within the ASP.NET framework. From rendering HTML views to returning JSON data or redirecting to different URLs, MVC con...
Sourav Kayal
Apr 18, 2014
Creating a Simple Application Using MVC 4.0
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-Co...
Anuja Pawar
Nov 07, 2012
Overview Of ASP.NET MVC
In this article, you will learn about MVC patterns and ASP.NET MVC. MVC is an architectural pattern to develop enterprise applications.
Mukesh Kumar
Nov 03, 2015
Web API Helper Page
A Web API Helper Page serves as a documentation hub, offering essential information about endpoints, parameters, and functionality. It acts as a reference guide for developers, aiding in the integr...
Manikanta Pattigulla
May 02, 2017
Configure IIS to Host Your Website Without ASP.NET
Set up IIS to host your website without ASP.NET by configuring it to serve static content like HTML, CSS, and JavaScript files. Simplify server setup for non-dynamic websites with this approach....
Prabhakar Parihar
Apr 27, 2011
Validate Multiple Tokens with Different Providers in ASP.NET 8 API
Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation...
Simran Verma
Mar 15, 2024
Inserting List of Records into Single SQL Column As XML File In ASP.NET MVC
This tutorial guides you through the process of converting a list of records into XML and inserting it into a single SQL column, streamlining data storage and retrieval in your application.
Vithal Wadje
Apr 24, 2016
Creating An ASP.NET MVC 5 Site Using Bootstrap Custom Templates
This tutorial guides you through the process of integrating Bootstrap into your MVC project, leveraging its responsive layout and pre-designed components to create visually appealing user interface...
Rajib Rezwan
Apr 11, 2016
ASP.NET MVC Tooltip with Web API, Bootstrap Popover, jQuery UI Dialog
This article provides a detailed guide on dynamically adding help/tooltip icons to form elements using jQuery UI modal or Bootstrap popover. The tooltips are fetched from a centralized location via...
Bryian Tan
Jul 03, 2017
Generate QR Code with Text Around It Using ASP.NET
To generate a QR code with text around it using ASP.Net, leverage the QRCoder NuGet package. This code snippet demonstrates creating, customizing, and adding text to a QR code.
Vignesh Kumar
Mar 07, 2024
Entity Framework 6.0: NGen.exe and Startup Performance
This content discusses native code generation, focusing on the process where the Just In Time (JIT) compiler converts MSIL code into native code for execution. It explains how the Native Image Gene...
Jignesh Trivedi
Sep 18, 2014
Practical Introduction to Entity Framework: Day 6
In this article, you will Explore Day 6 of our Practical Introduction to Entity Framework series, diving deeper into database integration. Learn essential concepts, including object-relational mapp...
Sai Sherlekar
Aug 25, 2014
ASP.NET Performance Optimization
The content emphasizes the significance of application performance, particularly from the client's viewpoint, highlighting issues such as excessive round trips, resource consumption, and server...
Muhammad Aqib Shehzad
May 01, 2016
Introduction to Structure Map
This article provides an introduction to the concepts of the Dependency Injection Principle (DIP) and Inversion of Control (IOC), explaining their significance in software development.
Dhana Lakshmi
Sep 01, 2010
How To Write Simple Todo CRUD ASP.NET MVC Application
This article includes a lab exercise for you to demonstrate what have you learned from this training material to create your own Employee CRUD operation using EmployeeRepository
John Kocer
Sep 22, 2017
Programming Template in Web Server Controls
Templates play a major role in managing the layout and format of the data being displayed in ASP.NET data bound controls.
Mahesh Chand
Jul 15, 2002
No Records Available.
281
-
300
of
4502
<<
13
14
15
16
17
>>
Learn ASP.NET MVC 5.0
Challenge yourself
ASP.Net MVC
E-Book Download
Get Certified
ASP.NET Core