Blogs Posts on "Mvc"




Setting up an ASP.NET MVC 2 Application for Windows Azure by The .NET Addict's Blog on Nov 14, 2009Yesterday, Microsoft released another update to the Windows Azure SDK. This update includes a truckload of new goodies that I will be covering in additional blog posts. For this blog post, however, I want to walk you through getting an ASP.NET MVC 2...



Client-Side Validation with jQuery, DataAnnotations, MVC 2, and VS2010 Beta 2 by The .NET Addict's Blog on Oct 26, 2009Anytime a feature of a framework gives me something for free that I don't need to manually implement I'm a happy camper. One such feature of ASP.NET MVC 2 is jQuery client-side validation. The reason I like this is that unlike other jQuery fr...



Templated Helpers in ASP.NET MVC 2 (VS2010 Beta 2 Version) by The .NET Addict's Blog on Oct 22, 2009Templated Helpers are one of the new features in ASP.NET MVC 2. The other day, Visual Studio 2010 Beta 2 came out and some of you may have noticed that it comes pre-equipped with a beta release of ASP.NET MVC 2. In short a templated helper is a way o...



Using ASP.NET MVC Action Filters to Declare Reference Data for Views by The .NET Addict's Blog on Oct 2, 2009When we all build websites, usually we're concerned with figuring out how we're going to get the major entities into the view. We want to know how we're going to handle the shopping cart or how we're going to get the customer record o...



How to Build your First Azure-Powered MVC App by The .NET Addict's Blog on Sep 29, 2009A good friend and colleague of mine has put up a great tutorial that walks you through the process of creating a new "classic" ASP.NET Azure web application and converting it into a cloud-based MVC application. In addition, he shows you how t...





ASP.NET Membership Provider in the Cloud : The Chicken and the Egg Problem by The .NET Addict's Blog on Sep 28, 2009Let's take a look at this pretty common scenario. You're building an ASP.NET application (MVC or otherwise) and you intend to publish it in the cloud and you're using Azure Storage (not SQL Azure) for your underlying data store. You'v...



Modifying the default unit tests for an ASP.NET MVC project to use Moq by The .NET Addict's Blog on May 4, 2009When 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 by The .NET Addict's Blog on May 4, 2009One 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 by The .NET Addict's Blog on May 3, 2009This evening I discovered a minor bug in the new project template for the ASP.NET MVC 1.0 release...



Oh Snap Marvel Vs. Capcom 2 Re-Release Rumors by Gaming and Software News and Reviews on Apr 21, 2009XBL has just added another leg to the rumor of a Marvel Vs. Capcom 2 re-release.  Last month the ESRB rating for MVC added PS3 and Xbox 360 to its list of platforms, leading some to expect a re-release for the consoles.  Today, MVC achievements pop...




Generated page in 0.227 seconds