Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Controls Collection Cannot Be Modified Issue with ASP.NET MVC RC1

    In my last post, I announced the happy news that the Release Candidate for ASP.NET MVC is available . In this post, I say mea culpa for a known bug within this release. This bug is a consequence of a change we made in our default template. We know have a content placeholder in the <head> section...
    Posted to What's New (Weblog) by Anonymous on 01-27-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, release candidate, aspnetmvc
  • ASP.NET MVC Release Candidate

    At long last I am happy, relieved, excited to announce the release candidate for ASP.NET MVC . Feel free to go download it now (NOTE: The download page is having technical difficulties, so I linked to the MSI directly here). I’ll wait right here patiently. There have been a lot of improvements made since...
    Posted to What's New (Weblog) by Anonymous on 01-27-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc
  • Simple jQuery Delete Link For ASP.NET MVC

    In a recent post, Stephen Walther pointed out the dangers of using a link to delete data . Go read it as it provides very good coverage of the issues. The problem is not restricted to delete operations. Any time you allow a GET request to modify data, you’re asking for trouble . Read this story about...
    Posted to What's New (Weblog) by Anonymous on 01-30-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Security, delete, jquery
  • Delete Link With Downlevel Support

    Earlier this morning, I posted on making a simple jQuery delete link which makes it easy to create a delete link that does a form post to a delete action. Commenters pointed out that my solution won’t work for down-level browsers such as some mobile phones, and they were right. I wasn’t really concerned...
    Posted to What's New (Weblog) by Anonymous on 01-30-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Security
  • ASP.NET MVC RC Refresh

    Hello there. :) On Tuesday, we announced the release candidate for ASP.NET MVC . While there is much new in there to be excited about and many many bug fixes, there were two changes introduced in the RC that broke some scenarios which previously worked in the Beta, as reported by customers. We’ve updated...
    Posted to What's New (Weblog) by Anonymous on 01-30-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, release candidate, aspnetmvc
  • T4 Templates in ASP.NET MVC

    Here’s a little known fact about T4 Templates…well besides that they exist in the first place. Visual Studio 2005 had support for T3 templates. T4 is the natural successor to T3. T3 is also the abbreviation used when marketing the movie Terminator 3: Rise of the Machines . I heard that the names are...
    Posted to What's New (Weblog) by Anonymous on 01-31-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, tooling
  • Take Charge of Your Security

    Today I read something where someone was comparing Web Forms to ASP.NET MVC and suggested that Web Forms does a lot more than ASP.NET MVC to protect your site from malicious attacks. One example cited was that Server controls automatically handled HTML encoding so you don’t have to really think about...
    Posted to What's New (Weblog) by Anonymous on 02-07-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Security, Software Development
  • 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
  • ASP.NET MVC, Unity and Common Service Locator

    In this post, I will show you how can you extend Microsoft Patterns & Practices Unity Application Block and use it in ASP.NET MVC in conjunction with Patterns & Practices Common Service Locator . Extending Unity Unity is a dependency injection container from MS Patterns & Practices team....
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 02-15-2009, 12:00 AM
    Filed under: Asp.net, MVC, ASPNETMVC, ASP.NET MVC, Common Service Locator, IoC/DI, Unity
  • 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
Page 1 of 13 (122 items) 1 2 3 4 5 Next > ... Last »