Well, there´s the (not so new) package system for ASP.NET MVC 5 and theres a lot of new methods and namespaces. But sometimes I get stucked to know where to find some namespaces.
For example:
I need to use the System.Web.Mvc
namespace so i search it on the NuGet ( in vs2015) and I dont get any microsoft official package to download in the list.
So i go to the msdn documentation and find this link. And again, nothing about the package.
What im missing here? How to find the correct packages to download?