Top 20 NuGet method Packages

Library of reflection related functionality and extension methods.
A commandline parser supporting direct method calls taking as input an unlimited number of primitive and complex-type parameters
Adds ability to support aliases for model binding. Set action parameter to "product" and place "productid" on querystring. i.e. public ActionResult Index([Alias("pid"]Product product) ... add global filter ... filters.Add(new AliasInitializer());
A collection of extension methods, abstract base classes and helpers for general purposes
Decoupled Caching Abstraction for .NET using Redis
Interceptor for CodeCop to use in Web Applications that automatically validates if user is authenticated on each intercepted method.
Cryptography extensions for strings and arrays of bytes.
A Stream.CopyTo implementation for .NET 2.0, .NET 3.0, and .NET 3.5. Just install and use normally, no references required.
Create delegate from C# expression without loading additional assembly in AppDomain.
Lightweight and simple TCP client-server .NET library with RMI support.
This package provides cache aspect for your methods. Put [MemoryCache(seconds)] attribure on your methods. And enjoy hassle-free memory cache for your methods. Or implement your own cache mechanics by inheriting CacheAttribute class. Powered by AspectInjector.
Change the way as you work with actions.
Enhanced VS2012 Javascript intellisense for variables, properties, methods even prototype's methods!
An NHibernate IInterceptor which adds an SQL comment containing a method name to all generated SQL. Finds the method name by walking the stack trace selecting the first method matching the supplied predicate.
A Type extension which allows the invocation of a generic method specifying the generic type at runtime. eg. If a method's signature is: void MyMethod<T>() you can use InvokeGenericMethod(instance, runtimeType, "MyMethod") to invoke it with any type.
SrkToolkit.Common contains various extension methods, validators and utility classes.
CodeCop is a free to use library that builds on top of JSON to provide a fast unobtrusive way to write method interceptors for your .NET apps. Interceptor placement is independent from your app's code. It's done on a JSON file which means that at anytime you can add or remove interceptors witho...
[NEW: works with TypeScript] A project to auto-generate JavaScript and TypeScript proxies for ASP.NET MVC and WebApi controllers. With Intellisense, the library provides information for easy writing to ajax requests in JavaScript and in TypeScript for ASP.NET MVC and WEB API applications. The advan...