Subscribe to this Blog
If you liked this blog post then please
subscribe
to this blog.
September 2008 - Posts - Stephen Walther on ASP.NET MVC
Stephen Walther on ASP.NET MVC
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
AJAX
Application Building
ASP.NET
ASP.NET MVC
ASP.NET Unleashed
Books
JavaScript
Talks
TDD
Tips
Sponsors
advertise here
Navigation
Home
Blogs
Archives
December 2008 (1)
November 2008 (1)
October 2008 (7)
September 2008 (13)
August 2008 (17)
July 2008 (16)
June 2008 (16)
April 2008 (2)
March 2008 (11)
February 2008 (3)
Blogs I Read
Object Mentor
September 2008 - Posts
12
Comments
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...
Filed under:
AJAX
,
ASP.NET MVC
,
ASP.NET
,
Application Building
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...
Filed under:
ASP.NET MVC
,
ASP.NET
,
Application Building
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:
ASP.NET MVC
,
ASP.NET
,
Tips
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...
Filed under:
ASP.NET MVC
,
ASP.NET
,
TDD
,
Application Building
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:
ASP.NET MVC
,
ASP.NET
,
Tips
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:
ASP.NET MVC
,
ASP.NET
,
Tips
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...
Filed under:
ASP.NET MVC
,
ASP.NET
,
Application Building
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...
Filed under:
ASP.NET MVC
,
ASP.NET
,
Application Building
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:
ASP.NET MVC
,
ASP.NET
,
Tips
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...
Filed under:
ASP.NET MVC
,
ASP.NET
,
TDD
,
Application Building
More Posts
Next page »