I am trying to get a hold on WebAPI
so please excuse if the question is too naive to ask.
Been hearing that WebAPI
is using MVC
and is integrated in to it.
Just created a sample WebAPI
project but under References
I find not System.Web.Mvc
dll.
Why? Or am I missing anything important?
EDIT:
About System.Web.Mvc
, the MSDN says the following paragraph:
The System.Web.Mvc namespace contains classes and interfaces that support the ASP.NET Model View Controller (MVC) framework for creating Web applications. This namespace includes classes that represent controllers, controller factories, action results, views, partial view, model binders, and much more.