Posts tagged asp.net

Nov26

Really Easy Way To Partition an ASP.NET MVC With An Admin Area

.net ~ asp.net ~ mvc | comments

Create ASP.NET MVC Admin Area For Your App In 10 LOC

Like most people, I’m looking forward to the addition of Areas in ASP.NET MVC 2. The main reason is so I can neatly put my admin area in a group like this example:

Continue reading »

Nov11

ASP.NET MVC - Losing the CodeBehind

.net ~ mvc ~ asp.net | comments

Like some other people, I’m not really enjoying having code behind files in ASP.NET MVC.

Continue reading »