Some useful links for ASP.Net MVC

 

Here are some links that contains more useful information on ASP.Net MVC.

ASP.NET MVC Preview 3 Release

This links contains highlevel chnages in MVC preview 3 release and also link to source code at codeplex.

Inversion of Control, ASP.NET MVC and Unit Testing

Fredrik Kalseth has a cool article that talks about the concepts behind inversion of control (IOC) and how you can use this with ASP.NET MVC to better isolate dependencies and enable better unit testing of your code.

ASP.net MVC, MVCContrib, and Using Spring.net as a Controller ...

The ASP.net MVC CTP as been out for a few days and I have read quite a number of good posts about using the framework and extending the available.

Testing Action Results with ASP.NET MVC

Jeremy Skinner blogs about some cool extension method helpers he has added to MvcContrib to enable pretty sweet testing of Controller actions.

MVC Membership Starter Kit - 1.2 Release

 Troy Goode has posted an update to his excellent MVC Membership Starter Kit.  This version works with the interim ASP.NET MVC source release.

MVC Contrib - MvcContrib.org - Home

This is the contrib project for the ASP.Net MVC framework.

ASP.NET MVC Framework (Part 4): Handling Form Edit and Post Scenarios

The last few weeks I have been working on a series of blog posts that cover the new ASP.NET MVC Framework we are working on.  The ASP.NET MVC Framework is an optional approach you can use to structure your ASP.NET web applications to have a clear...

ASP.NET MVC Framework (Part 3): Passing ViewData from Controllers to Views

The last few weeks I have been working on a series of blog posts that cover the new ASP.NET MVC Framework we are working on.  The ASP.NET MVC Framework is an optional approach you can use to structure your ASP.NET web applications to have a clear...

ASP.NET MVC Framework (Part 2): URL Routing

Last month I blogged the first in a series of posts I'm going to write that cover the new ASP.NET MVC Framework we are working on.  The first post in this series built a simple e-commerce product listing/browsing scenario.  It covered the high...

ASP.NET MVC Framework (Part 1)

Two weeks ago I blogged about a new MVC (Model View Controller) framework for ASP.NET that we are going to be supporting as an optional feature soon. It provides a structured model that enforces a clear separation of concerns within applications, and...

ASP.NET MVC Framework

One of the things that many people have asked for over the years with ASP.NET is built-in support for developing web applications using a model-view-controller (MVC) based architecture. Last weekend at the Alt.NET conference in Austin I gave the first...

Stephen Walther has posted very useful articles.

ASP.NET MVC Tip #1 - Create New HTML Helpers with Extension Methods

In this tip, I show you how you can create two new HTML Helpers that you can use within an ASP.NET MVC View. I show you how you can use extension methods to create new HTML Helpers for displaying bulleted and numbered lists....

ASP.NET MVC Tip #2 - Create a custom Action Result that returns Microsoft Excel Documents

In this tip, I show you how to create a custom action result that you can return from an ASP.NET MVC controller action. This action result generates a Microsoft Excel Document from a LINQ to SQL query....

ASP.NET MVC Tip #3 - Provide Explicit View Names when Unit Testing

In this tip, Stephen Walther explains how you can unit test whether a controller action returns a particular view. He recommends that you be explicit about view names when you plan to create unit tests....

ASP.NET MVC Tip #4 - Create a Custom Data Controller Base Class

In this tip, you learn how to create a custom controller base class that exposes actions for performing common database operations such as displaying, inserting, updating, and deleting data. ...

ASP.NET MVC Tip #5 - Create Shared Views

In this tip, I explain how to create shared views for controller actions. A shared view can be used with multiple controllers. In particular, I explain how to create shared views for displaying and editing database data. ...

ASP.NET MVC Tip #6 - Call RedirectToAction after Submitting a Form

In this tip, I explain why you should call the RedirectToAction() method after submitting form data instead of returning a view....

ASP.NET MVC Tip #7 - Prevent JavaScript Injection Attacks with Html.Encode

In this tip, Stephen Walther convinces you that JavaScript Injection attacks are much more serious than you might think. I show you how to do very evil things with an ASP.NET MVC website using a JavaScript Injection attack and then I explain an easy way to prevent this type of attack.

ASP.NET MVC Tip #8 - Create an ASP.NET MVC GridView Helper Method

In this tip, Stephen Walther shows you how to extend the ASP.NET MVC framework with a new helper method that displays an HTML table of database data. ...

ASP.NET MVC Tip #9 - Create a GridView View User Control

In this tip, Stephen Walther demonstrates how to build an ASP.NET MVC View User Control that accepts a set of database records and renders the records in an HTML table automatically. The advantage of using a View User Control is that you can customize the rendering of particular columns. ...

ASP.NET MVC Tip #10 - Prevent URL Manipulation Attacks

In this tip, Stephen Walther explains how hackers can steal sensitive information from an ASP.NET MVC website by manipulating URLs. I also discuss how you can build unit tests to prevent this type of attack by mocking the ControllerContext....

ASP.NET MVC Tip #11 - Use Standard Controller Action Names

In this tip, I recommend that you use standard names for your controller actions in order to make your code more transparent to other developers. Adopting naming conventions makes your code easier to read for other developers and your future self. Naming...

Published Wednesday, July 02, 2008 10:17 PM by Karlapudi

Comments

# ASP.NET MVC Archived Blog Posts, Page 1

Wednesday, July 02, 2008 10:29 PM by ASP.NET MVC Archived Blog Posts, Page 1

Pingback from  ASP.NET MVC Archived Blog Posts, Page 1

# 22 useful links for ASP.NET MVC

Thursday, July 03, 2008 3:07 AM by DotNetKicks.com

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# re: Some useful links for ASP.Net MVC

Thursday, July 03, 2008 8:57 AM by Elijah Manor

That is a great compilation of MVC links. I wasn't aware of a couple of them. Thanks for putting those together.

Leave a Comment

(required) 
(required) 
(optional)
(required)