Archive for category C#

ASP .NET MVC 2 RC released

 

ASP.NET MVC 2 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-input 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).

RC can be downloaded from here.

Did you missed PDC 09 ?

You didn’t make it at PDC 09? All sessions are available at : http://microsoftpdc.com/Videos You don’t have to download one by one, you can download using this batch file. After you downloaded all session files (or files that you choose) use this renamer to rename file.

Tags: