* 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.
* "Be your own light" - Buddha's last words
No comments:
Post a Comment