Monday, May 23, 2011

How to make sure your license agreement won't be read

No posts for a long time, but ASP.NET MVC 3 setup screen really frustrated me. I guess usually nobody reads licensee agreements, but even if you want, these kind of setup screens makes your life harder. The text of the terms is about 13 pages if you paste it into a word, but if you are paid by the hour, I suggest to play for a while with the nice tiny scroll-bar...




ASP.NET MVC 3 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic using the view, user-inhttp://www.blogger.com/img/blank.gifput handling using the controller, and the domain logic using the model. ASP.NET MVC applications are easily testable using techniques such as test-driven development (TDD).


You can download the install package from Microsoft Download Center

No comments: