November 2016
Intermediate to advanced
326 pages
6h 1m
English
As discussed in the first chapter, all web applications receive requests from the server and produce a response, that is delivered back to the end user. A Controller does the job of receiving the request and producing the output based on the input data in ASP.NET MVC.
In this chapter, you'll be learning about the following topics:
NuGet packages in your applicationaction method, which returns a simple Hello WorldRead now
Unlock full access