Blog   CaseAgainstDotNet-2
Case Against Dot Net - revisited    
  • Compiled
    • Changes to database may require recompilation
    • Minor changes require redeployment of entire application
    • Load time for complete application
  • Obtuse
  • .Net modules do not talk to each other except through querystring parameters - the web server can handle sessions for interpreted pages from a common authentication point.