The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Latest Diggs - Programming

Computers Blogs - Blog Top Sites

Site Hits

Total: 4,741,052
since: 19 Jan 2005

Latest tagged entries for 'MVC'



Html.JqGrid - Cleaning up your jqGrid Code

Tue 22 Dec 09 3:46 P GMT-05
I just finished writing an HTML Helper Extension for ASP.NET MVC 2 that produces a jqGrid. Following this example, I think a lot of people can make their code easy to read and maintain

Setting up an ASP.NET MVC 2 Application for Windows Azure

Sat 14 Nov 09 4:48 P GMT-05
As of yesterday, you can now create ASP.NET MVC 2 applications in your Azure web roles. Not only is this scenario supported, but it's even got built-in VS2010 template support! Read on to find out more

Client-Side Validation with jQuery, DataAnnotations, MVC 2, and VS2010 Beta 2

Mon 26 Oct 09 8:58 A GMT-05
This blog post gives you an introduction to how to utilize automatically generated jQuery code to enforce client-side validation rules using MVC 2, DataAnnotations, jQuery, and VS2010 Beta 2

Templated Helpers in ASP.NET MVC 2 (VS2010 Beta 2 Version)

Thu 22 Oct 09 7:21 A GMT-05
Yesterday I spent some time exploring one of the new features of ASP.NET MVC 2 as found in VS 2010 Beta 2. What I saw made me giddy as a school girl.

Using ASP.NET MVC Action Filters to Declare Reference Data for Views

Fri 02 Oct 09 11:17 A GMT-05
Every view in your application needs "support data" like the information needed to populate dropdown boxes and turn lookup IDs into user-friendly strings. This blog post discusses an elegant way to declare what each view needs and make it available

How to Build your First Azure-Powered MVC App

Tue 29 Sep 09 9:16 A GMT-05
A good friend and colleague of mine has put up a really good tutorial on going from the stock VS template to running your MVC app in the cloud

ASP.NET Membership Provider in the Cloud : The Chicken and the Egg Problem

Mon 28 Sep 09 10:22 A GMT-05
Here's a problem people might run into: You're utilizing an ASP.NET membership provider over cloud storage and your application has no administrators. How do you log in as admin to create a new admin??

Modifying the default unit tests for an ASP.NET MVC project to use Moq

Mon 04 May 09 5:35 P GMT-05
When you create a new ASP.NET MVC project, you get a fully unit tested controller but there are also hundreds of lines of wasted code creating Mock classes. In this blog post, I remove all that stuff and replace it with some easy Moq code.

Upgrading the default ASP.NET MVC project with IoC and the Unity Controller Factory

Mon 04 May 09 10:53 A GMT-05
One of the first things that I did after creating a new ASP.NET MVC project was to rig it up so that it was dependency-injected via Unity, including the controller factory itself

Fix for Minor Bug in ASP.NET MVC New Project Template

Sun 03 May 09 9:48 P GMT-05
This evening I discovered a minor bug in the new project template for the ASP.NET MVC 1.0 release

Creating a RESTful POX Service using the ASP.NET MVC Framework

Wed 09 Jul 08 11:40 A GMT-05
In a previous blog entry, I talked about how to consume a POX service using Cocoa. In this entry, I talk about how to create that POX service using ASP.NET MVC and how incredibly easy it is. Makes you wonder why anybody uses SOAP anymore...

Consuming an ASP.NET MVC POX Service from Cocoa

Mon 30 Jun 08 9:39 A GMT-05
In this blog post I'll take a look at the Objective-C/Cocoa code required to consume a POX service hosted by an ASP.NET MVC application.

A molten flow of beta goodness erupts from Mount Microsoft

Wed 05 Mar 08 2:37 P GMT-05
After the initial keynotes at MIX '08, Microsoft unleashed an onslaught of betas, CTPs, and other goodies that people like me have been waiting for. I've got details and links and some thoughts on the releases

Scott Guthrie Updates the ASP.NET MVC Roadmap

Wed 13 Feb 08 10:49 A GMT-05
It's no secret that new drops of the ASP.NET MVC and Silverlight 2.0 are impending at MIX '08. Scott Guthrie has just released a list of what will be coming out in the next drop of the MVC CTP!

ASP.NET MVC Dev Series IV : Using Astoria as a front for the Back-End Database

Wed 30 Jan 08 12:15 P GMT-05
In this entry in my ASP.NET MVC development series, I take a look at how I've used the Astoria client library to communicate with a back-end data store that resides behind a RESTful ATOM facade

ASP.NET MVC Dev Series II : Revisiting Forms-based Authentication

Thu 20 Dec 07 2:17 P GMT-05
In this blog post I will follow up on my initial post showing how to use the role and membership providers with ASP.NET MVC framework to show how to implement fine-grained security

ASP.NET MVC Dev Series III : Creating User Controls for Strongly Typed ViewData

Thu 20 Dec 07 9:57 A GMT-05
This article in my ASP.NET MVC development series covers creating re-usable user controls that are flexible enough to be used on multiple pages but still work with strongly-typed Views and ViewData

ASP.NET MVC Dev Series I : Using the ASP.NET Membership Provider and Forms Authentication in a 3.5 MVC Application

Tue 11 Dec 07 2:15 P GMT-05
In this blog post I cover some of the things that I discovered when integrating the new ASP.NET 3.5 Extensions Preview (MVC application) with the existing provider model for membership and forms authentication

ASP.NET 3.5 Extensions Preview Released

Mon 10 Dec 07 9:10 A GMT-05
The ASP.NET 3.5 Extensions (including MVC and Astoria) have been released in their first CTP. Read on for my take on this release and its impact on ASP.NET development

What Santa is bringing ASP.NET Developers this Christmas

Thu 29 Nov 07 9:10 A GMT-05
From what Scott Guthrie has been saying, there's a lot of really cool goodies that will be under the trees of ASP.NET developers everywhere.

Nikhil shows how to hack some Ajax into the ASP.NET MVC Framework

Tue 27 Nov 07 8:16 A GMT-05
Nikhil Kothari shows how to hack some Ajax support into the MVC framework before official support for it arrives in a more public release

Microsoft unveils an MVC framework for ASP.NET

Mon 08 Oct 07 7:58 A GMT-05
Microsoft unveiled their intent to produce an MVC framework for ASP.NET at the alt.net conference. This post contains my thoughts on the subject

Exploring the MVC Pattern in WPF

Tue 10 Apr 07 7:51 A GMT-05
In a previous article I explored a comparison between VS 2005 and the Xcode/Interface Builder IDEs. In this article, I explore implementing the MVC pattern in WPF applications