Top 20 NuGet code Packages

Provides a handful of helpful extension methods for use during verification of Microsoft Roslyn Code Analysis, Code Generation, and so on. The package is intentionally left bereft of specific unit test framework dependencies.
Clean Code Provides AOP Implementation for cross cutting concerns including Logging Request, Logging Response Monitoring Time, Caching, Validation
RunTicks is a simple library for performance testing of code.
Easy source code generator.
Easy source code generator.
BarcodeImaging is an open source library for decoding Code39, EAN, Code128, and UPC codes from a Bitmap image source. The package was built directly from a Code Project sample written originally by qlipoth and then modified by Berend Engelbrecht. I compiled the assembly directly from the source whic...
Google Annotation Gallery library rewritten in C#
The challenge is to implement the required two functions.
This is a source package for Microsoft Enterprise Library for you to customize, reuse and learn from. Install and unzip from the source subfolder of the corresponding package folder.
This is a source package for Microsoft Enterprise Library Silverlight Integration Pack for you to customize, reuse and learn from. Install and unzip from the source subfolder of the corresponding package folder
This package includes a zip file with the source code of all the extensions and additionnal blocks of EntLibContrib v5. Simply add the package, and look for the zip file in the "packages\EntLibContrib.Source.[version]\source" folder at the solution level.
Nmp is a templating macro processor that allows you to generated text fragments or entire files. This package contains the core assemblies required to host Nmp in a .Net project.
Contains Verify - fast and extensible class for simple method arguments asserts. Example: Verify.Args(new { param1, param2 }).NotNull()
Working with dates and time in .NET works great, but I feel it could be more natural to work with them. new DateTime(2000, 6, 3) is less natural than 3.June(2000), isn't it?
An data access component. It provides a library of classes and a tool, using it in .net project can make data accessing more easily.
Windows Phone: Scan for barcodes/QR codes with the async CodeScannerPopup control Windows 8: Generate QR codes using TCD.Device.Camera.Barcodes.Encoder Windows 8 ZXing port by Benjamin Soulier (http://www.soulier.ch/?p=1275&lang=en)
Transform all ResX files in a project into a strongly typed, compiled assembly. Access your translations directly from inside .cshtml & .aspx files. Bind your translations directly to a ViewModel. Use it again in your dlls to return localized error messages. Pull translations directly into localized...
Relieves some of reflection's shortcomings by adding some type safe access to MemberInfo and code generation.
The UnitOfWork package provides a lightweight starter kit for using the UOW, and Repository patterns with Entity Framework. It has been implemented in an easily testable way, so that you can mock data access to make testing easier.
Provides a starter kit for unit testing UOW/Repositories with EF. Compliments the UnitOfWork package.