Subscribe to this Blog

Subscribe to this Blog

Stephen Walther on ASP.NET MVC

Recent Posts

8
Comments

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...
12
Comments

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: , ,
16
Comments

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...
16
Comments

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: , ,
22
Comments

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: , ,
41
Comments

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...
16
Comments

ASP.NET MVC Application Building: Forums #4 – Server-Side Form Validation by swalther

In this series of blog entries, I build an entire ASP.NET MVC forums application from start to finish. In this blog entry, I add server-side form validation to the forums application. This post has been updated. Please read the updated post here: Forums...
16
Comments

ASP.NET MVC Tip #41 – Create Cascading Dropdown Lists with Ajax by swalther

In this tip, I demonstrate three methods of creating cascading drop down lists in an MVC application. First, I demonstrate how to write JavaScript code to update one dropdown list when another dropdown list changes. Next, I show you how you can retrieve...
Filed under: , ,
18
Comments

ASP.NET MVC Application Building: Forums #3 – Post Messages by swalther

In this series of blog entries, I build an entire ASP.NET MVC forums application from start to finish. In this blog entry, I add the functionality to the Forums application that enables users to post new messages and replies. Before reading this blog...
19
Comments

ASP.NET MVC Application Building: Forums #2 – Create the First Unit Test by swalther

In this series of blog entries, I build an entire ASP.NET MVC Forums application from scratch. In this blog entry, I create my first unit test for the Forums application and implement the code necessary to pass the test. Before reading this blog entry...
More Posts « Previous page - Next page »