• ASP.NET MVC, Programming

    Posted on May 3rd, 2011

    Written by Emad Ibrahim

    Tags

    , , , , , ,

    AppHarbor + ASP.NET MVC + Orchard = Awesome

    ASP.NET development has come a long way.  It’s now easier to practice Test Driven Development (TDD) thanks to ASP.NET MVC and all the open source tools out there from Ninject to Moq to Entity Framework Code First.  But one thing remains real sucky in the .net world and that is deployment.  Have you tried deploying [...]

  • ASP.NET MVC, Startup, Yonkly

    Posted on March 9th, 2009

    Written by Emad Ibrahim

    Tags

    , , ,

    “I Quit” 1 Year Anniversary

    “I Quit” 1 Year Anniversary

    It has been a year since I quit my job and decided to go independent.  I didn’t know what I was going to do, the economic outlook wasn’t good, I had two rental properties and a condo that I didn’t know how I was going to pay for.  I was armed with only hope, ambition, [...]

  • ASP.NET MVC

    Posted on September 8th, 2008

    Written by Emad Ibrahim

    Tags

    , , , , , ,

    Client & Server Side Validation in ASP.NET MVC

    [Update: The code is open-sourced at http://code.google.com/p/mvcvalidation/] The asp.net mvc codeplex preview 5 version just came out a few days ago and it includes a lot nice enhancements.  For the best introduction read Scott’s post.  Some of my favorite changes happened in validation.  Incidentally, I was already working on a post to talk about doing [...]

  • ASP.NET MVC

    Posted on September 7th, 2008

    Written by Emad Ibrahim

    Tags

    , , , , , ,

    Deciding Between ASP.NET MVC and WebForms

    I am trying to create a decision flowchart for my ASP.NET MVC book and wanted to get some community feedback.  Does this diagram make sense?  What other factors should one consider that should make it into the chart? Things to Note I have tried to use the general consensus of the community for each decision.  [...]