Subscribe to this Blog

Subscribe to this Blog

ASP.NET MVC - Stephen Walther on ASP.NET MVC

Browse by Tags

All Tags » ASP.NET MVC (RSS)

New ASP.NET MVC Tutorials by swalther

I created three new ASP.NET MVC tutorials that were just published at the www.ASP.net/mvc website. There are both C# and VB.NET versions of each tutorial. Here are the direct links and descriptions: Creating Custom HTML Helpers Create new HTML Helpers...
Filed under: ,

ASP.NET MVC Tip #45 – Use Client View Data by swalther

In this tip, I explore one approach to building Ajax applications with ASP.NET MVC. I show how you can use view data when building Ajax applications with ASP.NET MVC in the same way as you would use view data when building server-side application. I demonstrate...

ASP.NET MVC Application Building: Family Video Website #5 – Multiple File Upload with Progress by swalther

In this series of tutorials, I build an entire ASP.NET MVC application from start to finish. In this entry, I add a Silverlight file upload control to make it easier to upload multiple media files. This blog entry is part of a series of entries on using...

ASP.NET MVC Application Building: Forums #6 – Ajax by swalther

In this series of blog entries, I build an entire MVC Forums application from start to finish. In this entry, I create the user interface for the Forums application by taking advantage of ASP.NET AJAX client templates. I build the entire user interface...

ASP.NET MVC Application Building: Family Video Website #4 – Paging, Silverlight and Flip by swalther

(ASP.NET MVC + Silverlight + Flip Video) is a wonderful combination! In this blog entry, I continue building the Family Video Website. I integrate a new Silverlight video player, demonstrate how to upload Flip videos, and add paging. This blog entry is...

ASP.NET MVC Tip #44 – Create a Pager HTML Helper by swalther

In this tip, I demonstrate how you can create a custom HTML Helper that you can use to generate a user interface for paging through a set of database records. I build on the work of Troy Goode and Martijn Boland. I also demonstrate how you can build unit...
Filed under: , ,

ASP.NET MVC Application Building: Forums #5 – Membership by swalther

In this series of blog posts, I build an entire ASP.NET MVC Forums application from start to finish. In this post, I explain how to test and implement authentication and authorization for the Forums application. Before you read this blog post, you should...

ASP.NET MVC Tip #43 – Use Data Annotation Validators by swalther

In this tip, I demonstrate how to take advantage of the validators from the System.ComponentModel.DataAnnotations namespace in an MVC application. You can take advantage of these validators to validate form data before submitting the form data into a...
Filed under: , ,

ASP.NET MVC Tip #42 – Use the Validation Application Block by swalther

In this tip, I demonstrate how you can use the Microsoft Enterprise Validation Application Block within an MVC application to perform both basic and advanced form validation. The Validation Application Block supports a rich set of validators that you...
Filed under: , ,

ASP.NET MVC Application Building: Forums #4 1/2– Validation Revisited by swalther

I received a lot of feedback on my last blog entry on implementing server-side form validation for the MVC Forums application. Thank you everyone for the feedback! In my previous blog entry, I described how you can perform validation in an MVC application...
More Posts Next page »