5.5 reasons why MVC is kicks classic ASP.Net’s butt
ASP.Net MVC has been out for a while. It’s a great idea that’s been overdue in Windows web programming. We’ve had to deal with a bloated ASP.Net since 2000, but with MVC we have a breath of fresh air. I’m not one to jump on a bandwagon, but MVC is such a more appropriate solution for developing web apps, it’s hard not to love it. Here’s why MVC beats ASP.Net butt:
1 – Unit Testing
Simply put, the ability to unit test just about everything in MVC is hands down the most powerful part of MVC. I don’t … Continue Reading