This Week I Learned - Week #146

This Week I Learned -

* ASP.NET 5 is an open source web framework for building modern web applications that can be developed and run on Windows, Linux and the Mac.

In previous versions of ASP.NET MVC, MVC controllers were different than Web API controllers. An MVC controller used the System.Web.MVC.Controller base class and a Web API controller used the System.Web.Http.ApiController base class. In MVC 6, there is one and only one Controller class that is the base class for both MVC and Web API controllers. There is only the Microsoft.AspNet.Mvc.Controller class.

* Suggestions and feature requests added by users of Microsoft's products on the UserVoice site are prioritized on the development team's backlog based on the votes they get
* "Be your own light" - Buddha's last words

Comments