December 2009 - Posts

Multiple ModelMetadata Provider support added to ASP.NET MVC Extensibility by Kazi Manzur Rashid's Blog

For last few days I was pushing Brad Wilson to add support for multiple metadata provider in the ASP.NET MVC framework. The reason is very simple, lets say you are developing a relatively large application which has multiple modules, new modules can be...

ASP.NET MVC 2 and why Dynamic Area is not supported by Kazi Manzur Rashid's Blog

In my previous post , I mentioned that Area is one of the thing that the coming ASP.NET MVC2 needs heavy enhancements (I also created an Issue in CodePlex ). The idea was, Area should have dynamic registering/unregistering support instead of registering...
Filed under: , , ,

More on Fluent MetadataProvider for ASP.NET MVC by Kazi Manzur Rashid's Blog

In my last post, one of the thing you complained about the maintaining view model meta data configuration in two separate place and I admit this becomes a pain when you skim through the codes. I have changed the  implementation, so now you will be...

Introducing Fluent MetadataProvider for ASP.NET MVC by Kazi Manzur Rashid's Blog

I have just included a Fluent Metadata provider in my open source System.Web.Mvc.Extensibility project. Currently it contains all of the features of the Built-in DataAnnotations Metadata provider that comes with the ASP.NET MVC 2 framework. Consider it...

ASP.NET MVC 2 RC and My List of Requirements by Kazi Manzur Rashid's Blog

As you already know ASP.NET MVC 2 hits the RC, as far as I know this is the last release before the final. There has been quite a few things that the ASP.NET MVC team has added since the v1.0. I know people says human nature is “More you get the more...
Filed under: , , ,

MVCTurbine and my response by Kazi Manzur Rashid's Blog

As mentioned in my last post’s comment, Javier has posted his thoughts . Though I criticized his pet project in three different aspects, but in his response he has only discussed the first two, and skipped the last one completely. Please read his response...

Meet my new ASP.NET MVC Extension - System.Web.Mvc.Extensibility by Kazi Manzur Rashid's Blog

After hearing Phil Haack and Scott Hanselman in their latest podcast and PDC session I decided to give a good look at the MvcTrubine project in this weekend. I totally agree the intend of this project, let your favorite IoC to rule everywhere, but I do...

Do you Encode your interface ? by Mehfuz's WebLog

Yesterday , i was reading Clean Code by Uncle Bob. While i was doing so , i came across a line that really stuck my thought patterns and i would like to share it with my readers as well. The line looks something like, provided that there is a shape factory...
Filed under: , , ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems