Top 20 NuGet Packages depending on WebActivator

Total dependencies: 258

Provides a very easy and fast way to scaffold Restful services using WCF WebAPI.
The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles.
A totally unsupported way to quickly add ASP.NET MVC 3 support to your WebForms Application. Works on my machine.
Noodles transforms your object model into a web app. This assembly contains stuff to make Noodles work with ASP MVC
JavaScript library to do store and forward in the browser using browser localstorage as intermediary store. This is the core library that does not have any transport to actually send or receive messages with server. Create one of your own or use JSBus.SignalR package for SignalR based transport impl...
Allows you to decorate your controllers with declarative route tags.
Example usage: Inside a view: @this.Urls().Tasks.Create() -> returns a Uri -> ToString() is called -> "/Tasks/Create" Inside a controller return this.Urls().Tasks.Index().ToRedirect(); -> returns a redirect result. More info can be found here. http://github.com/markkemper1/Url...
A package to secure all controllers actions in your application by default by disallowing anonymous access, and requiring each HttpPost action to be passed an anti-forgery token. Anonymous access to a controller action needs to be explicitly set by use of an attribute.
Provides an OAuth2 Client for authenticating with GitHub. Hooks into ASP.NET MVC 4 via DotNetOpenAuth.
Example usage: Inside a view: @this.Urls().Tasks.Create() -> returns a Uri -> ToString() is called -> "/Tasks/Create" Inside a controller return this.Urls().Tasks.Index().ToRedirect(); -> returns a redirect result. More info can be found here. http://github.com/markkemper1/Url...
AzManContrib.MVC integrate the power of Microsoft Authorize Manager into your MVC site.
Library for combining, minification and compressing assets
A tool to make customizing authentication and authorization easier.