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: ASP.NET, C#, Framework 3.5, MVC, Reverse Proxy, URL Rewriter








February 26th, 2008 at 7:03 am
What I Learned About MVC On Day One
You’ve been kicked (a good thing) – Trackback from DotNetKicks.com
February 28th, 2008 at 8:56 pm
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?
February 29th, 2008 at 7:03 am
[...] What I Learned About MVC on Day One (Nick Berandi) [...]
February 29th, 2008 at 7:29 am
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.
March 3rd, 2008 at 12:19 pm
[...] What I Learned About MVC On Day One [...]
March 3rd, 2008 at 1:30 pm
[...] 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 [...]
March 3rd, 2008 at 1:41 pm
[...] 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 [...]
March 8th, 2008 at 8:15 am
Everything I ever needed to know about ASP.NET MVC: MonoRail.