February 25th, 2008

What I Learned About MVC On Day One

I am really blown back about how fast and easy MVC is to develop with.  I know the guys at Microsoft do a good job with their .NET coding, but I am really impressed by the forethought they put in to MVC.  It builds on top of the standard ASP.NET package, but does it in such a way that makes it lean on top of the already feature-rich (read bloated) ASP.NET Page object.  It really doesn’t feel like I have all that baggage anymore.

These are the following links that got me started designing my very first MVC application.

Keep a watch on my blog about for my posts about Unit Testing MVC and using Validators in the Routing table.  Also I am currently exploring if it is possible for my URL Rewriter and Reverse Proxy to be used in combination with the MVC Routing table.  I will keep you informed.

Tags: , , , , ,

Social: kick it on DotNetKicks.com | Bookmark | View blog reactions

This entry was posted on Monday, February 25th, 2008 at 7:21 pm and is filed under ASP.NET, C#. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

8 Responses to “What I Learned About MVC On Day One”

  1. DotNetKicks.com Says:

    What I Learned About MVC On Day One

    You’ve been kicked (a good thing) - Trackback from DotNetKicks.com

  2. Ralph Says:

    Um, so would you like to share what you learned, maybe something insightfull? Or were you just hoping to provide a set of links to other blogs and try to make money off AdSense?

  3. Daily Bits - February 29, 2008 | Alvin Ashcraft's Daily Geek Bits Says:

    [...] What I Learned About MVC on Day One (Nick Berandi) [...]

  4. Nick Berardi Says:

    Honestly the what I learned was more about finding the good resources that facilitate any learning process. I will be following up next week with some exception handling and form posting tips. I also commented about URL handling in MVC a couple days ago.

  5. Wöchentliche Rundablage: ASP.NET MVC, ASP.NET, Windows Live, Silverlight 2, LINQ, C# 3.0, CardSpace… | Code-Inside Blog Says:

    [...] What I Learned About MVC On Day One [...]

  6. ASP.NET MVC Route Validation and SEO - Nick Berardi’s Coder Journal Says:

    [...] I have been using the ASP.NET MVC framework for a project at work. And one of the requirements was that certain data inputed in to the URL be [...]

  7. ASP.NET MVC CAPTCHA - Nick Berardi’s Coder Journal Says:

    [...] my MVC application that I have been working on required a CAPTCHA today. The problem is that all of the solutions out there, that I could find [...]

  8. Jay R. Wren Says:

    Everything I ever needed to know about ASP.NET MVC: MonoRail.

Leave a Reply