Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ASP.NET MVC Best Practices (Part 1)

    [Also check out the next part of this series] In this post, I will share some of the best practices/guideline in developing ASP.NET MVC applications which I have learned in the hard way. I will not tell you to use DI or Unit Test instead I will assume you are already doing it and you prefer craftsmanship...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 04-01-2009, 12:00 AM
    Filed under: Asp.net, ASPNETMVC, ASP.NET MVC, Patterns
  • ASP.NET MVC Best Practices (Part 2)

    This is the second part of the series and may be the last, till I find some thing new. My plan was to start with routing, controller, controller to model, controller to view and last of all the view, but some how I missed one important thing in routing, so I will begin with that in this post. 15. Routing...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 04-03-2009, 12:00 AM
    Filed under: Asp.net, ASPNETMVC, ASP.NET MVC, Patterns, Best Practise
  • RESTify – Extending ASP.NET MVC

    Recently there has been a talk of Actionless Controller in ASP.NET MVC space. Basically we are doing a lot of things in the controller and that is the reason we often finds our controllers with number of dependencies in the constructor. Jeffrey Palermo initially suggested a version where he separated...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 08-25-2009, 12:00 AM
    Filed under: Asp.net, MVC, ASPNETMVC, ASP.NET MVC, Patterns, Open Source
Page 1 of 1 (3 items)