Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ASP.NET MVC RC1, ValidateInput, A potential dangerous request and the Pitfall

    In the latest release of ASP.NET MVC, a new attribute ValidateInput is introduced which is same as Web Forms ValidateRequest page directive, certainly a good choice. Phil Haack blogged it , so as Steven Smith and also Nick Berarrdi . But it starts to break when you want to accept html tags from your...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 02-14-2009, 12:00 AM
    Filed under: Asp.net, MVC, DotNetShoutout, ASPNETMVC, ASP.NET MVC
  • Use Bootstrapper in Your ASP.NET MVC Application and Reduce Code Smell

    In this post, I will show how you can use a simple bootstrapper to make your application more extensible. In a typical ASP.NET MVC application you will find there are lots of thing going on in Application_Start , like configuring your IoC/DI, registering routes, model binders etc. The following is the...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 02-17-2009, 12:00 AM
    Filed under: Asp.net, DotNetShoutout, ASPNETMVC, ASP.NET MVC, Common Service Locator, IoC/DI, Unity, ocp, Open Closed Principle
  • KiGG is now upgraded to ASP.NET MVC RTM 1.0

    Just to let you know that I have uploaded the latest source of KiGG in Codeplex. Other than upgrading to ASP.NET MVC RTM, there are few enhancements: Implementing EventAggregator. Background Services like: Broadcast in Twitter. Ping different Feed Servers automatically. Restrict Story submit from specific...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 04-07-2009, 12:00 AM
    Filed under: Asp.net, DotNetShoutout, ASPNETMVC, KiGG, ASP.NET MVC
  • AdRotator for ASP.NET MVC

    I was looking  for an Ad Rotator for DotNetShoutout , as the sponsors are coming and most of them wants to show different images for the site and as well as in the feed. Certainly, I can use the built-in AdRotator control for the site, but it does not at all feels MVC-ish. So I decided to create...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 04-20-2009, 12:00 AM
    Filed under: Asp.net, MVC, DotNetShoutout, ASPNETMVC, ASP.NET MVC
  • Script and CSS Management in ASP.NET MVC

    If you are familiar with YSlow recommendations, I guess you know that it recommends to put your CSS files at the top( #5 )  and JavaScript files at the bottom( #6 ) of the pages. Placing the CSS files at the top is not an issue but putting the JavaScript files at the bottom of the pages has some...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 04-28-2009, 12:00 AM
    Filed under: Asp.net, MVC, DotNetShoutout, ASPNETMVC, KiGG, ASP.NET MVC, Unit Test, JavaScript
Page 1 of 1 (5 items)