MVC Tutorials Subscribe to MVC Tutorials
ASP.NET MVC Controller Overview
In this video, Stephen Walther introduces you to ASP.NET MVC controllers and controller actions. You learn how to return different types of action results.
CLICK HERE
ASP.NET MVC Controller … Read more
How Do I: Return JSON Formatted Data for an AJAX Call in an ASP.NET MVC Web Application?
In this video Chris Pels shows how to use the JsonResult and Json classes to return instances of classes as JSON formatted data. First, a sample MVC web … Read more
Creating Custom HTML Helpers
Create new HTML Helpers to make it easier to generate view content. Stephen Walther demonstrates two simple methods of creating new HTML Helpers.
CLICK HERE
Creating Custom HTML Helpers,html helpers … Read more
Creating Unit Tests for ASP.NET MVC Applications
Learn how to create unit tests for controller actions. In this tutorial, Stephen Walther demonstrates how to test whether a controller action returns a particular view, returns a … Read more
Preventing JavaScript Injection Attacks
Prevent JavaScript Injection Attacks and Cross-Site Scripting Attacks from happening to you. In this tutorial, Stephen Walther explains how you can easily defeat these types of attacks by … Read more
What is ASP.NET MVC (Model–View–Controller) ?
ASP.NET MVC is a part of the ASP.NET Web application framework. It is one of the two different programming models you can use to create ASP.NET Web applications,the … Read more