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
Getting Started with Razor View Engine in MVC 3
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...
Sandeep Singh Shekhawat
Jul 19, 2013
Displaying Data On View From Controller
In ASP.NET MVC, data from a controller can be displayed on a view using various methods like ViewData, ViewBag, or strongly-typed models. Controllers pass data to views, leveraging Razor syntax to ...
Sandeep Singh Shekhawat
Sep 01, 2013
ActionResult Return Type in MVC 3.0
In this article, you will learn how action methods help us to return models to views, file streams, and also redirect to other controllers Action method in MVC 3.0.
Jignesh Trivedi
Jul 14, 2012
Viewstart Page in ASP.NET MVC 3
The Viewstart page in ASP.NET MVC 3, denoted as _ViewStart.cshtml, sets the default layout and global settings for views. It initializes layout pages, enabling uniform structure and design across m...
Priti Ranjan Dash
Aug 31, 2015
Various Ways to Pass Data From Controller to View in MVC 4
In this article, we will discover the myriad ways to transfer data between controllers and views in MVC 4. Explore techniques like ViewBag, ViewData, TempData, Models, and ViewModel for efficient c...
Rohatash Kumar
Jun 27, 2013
Understanding Validation In MVC - Part 4
Understanding Validation In MVC - Part 4" delves into advanced techniques of data validation in ASP.NET MVC, covering custom validation, remote validation, error handling, and client-server va...
Ajay Gandhi
Nov 17, 2015
Database First Approach With ASP.NET MVC Step By Step Part 1
In this article, I will demonstrate you about Database First Approach in Entity Framework and will also show how to implement it with ASP.NET MVC.
Mukesh Kumar
Nov 08, 2015
Similarities and Dissimilarities Between MVC and Web Forms
MVC (Model-View-Controller) and Web Forms are two distinct architectural patterns in ASP.NET. MVC emphasizes a clear separation of concerns, routing, and testability. In contrast, Web Forms offer a...
Sachin Kalia
Jan 02, 2014
Optimizing ASP.NET MVC Applications with Output Caching
In this article you will learn everything about Output Caching in MVC. Output Caching enables us to cache the content returned by any controller method so that the same content does not need to be ...
Abhimanyu K Vatsa
Mar 15, 2013
Terminologies in MVC: Part 3 (Scaffolding)
This article is a sub-part of my MVC article series. This series contains all the terminologies, acronyms and terms usually used in the MVC framework. Knowledge of these is as important as knowing ...
Abhishek Jaiswal
Mar 30, 2015
Explain Route Constraints in MVC
Route constraints in MVC define rules for matching incoming URLs to route templates, enhancing control over routing behavior. They specify conditions like data type, length, or regular expressions,...
Sourav Kayal
Apr 17, 2014
Form Authentication in MVC 5: Part 1
In this article we will learn what Authentication and Authorization is with a small demo of what we will accomplish by the end of this series.
Harpreet Singh
May 01, 2015
HTML Helpers in MVC: Part 1
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.
Harpreet Singh
Mar 06, 2015
All About the TempData in MVC
TempData is a temporary data storage mechanism in ASP.NET MVC, facilitating state management between HTTP requests. Stored in session variables, it aids in passing data between consecutive requests...
Jignesh Trivedi
Apr 18, 2014
Attribute Based Routing In ASP.NET MVC 5
Explore ASP.NET MVC 5's attribute-based routing, offering debugging ease, decoupling benefits, and flexible route configuration. Learn to optimize routing with RoutePrefix, Route Constraints, a...
Bhushan Gawale
Jan 06, 2015
Brief Introduction to MVC3
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...
Aravind Bs
Feb 01, 2012
Routing In MVC with Code Example
MVC applications rely on a routing system to handle URL requests, mapping them to controllers and actions. RouteConfig.cs defines routes, connected to Global.asax.cs. Routes can be added via RouteC...
Suraj Sahoo
Sep 27, 2015
Display Mode Provider in MVC 5 Application
Display Mode Provider in MVC 5 Application facilitates adaptive rendering based on user agents. It utilizes DefaultDisplayMode and ContextCondition to insert modes for specific devices like Windows...
Vikas Kumar Saini
Jun 03, 2014
What Are Areas in ASP.Net MVC - Part 6
Discover the intricacies of ASP.NET MVC Areas in the sixth installment of our series. Explore how Areas facilitate modularization and organization in MVC applications, optimizing code structure for...
Nitin Pandit
Aug 01, 2015
ASP.NET MVC with Action Filters
In this article, we will learn how to enhance your ASP.NET MVC applications with Action Filters. Action Filters provide a powerful mechanism for injecting cross-cutting concerns such as logging, au...
Prashant Chaudhary
Nov 29, 2011
No Records Available.
261
-
280
of
4502
<<
12
13
14
15
16
>>
Learn ASP.NET MVC 5.0
Challenge yourself
ASP.Net MVC
E-Book Download
Get Certified
iOS Developer