AjaxGridScaffolder by: Microsoft
  • 12 total downloads
  • Latest version: 0.1.0
  • ASP.NETMVC Ajax Grid Controller Scaffolder
A scaffolder has many similarities to the built-in "Controller ... using Entity Framework" scaffolder, but it provides pagination, reordering and inline editing of the content using Ajax.
AjaxMin by: Microsoft Corporation Ron Logan
  • 41 total downloads
  • Latest version: 4.67.4639.17289
  • JavaScript CSS minification crunch parser ast ajaxmin
JavaScript and CSS minification Library for use in .NET applications that want to provide minification or parsing functionality.
Aspose.Cells by: Aspose
  • 187 total downloads
  • Latest version: 26.9.0
  • Excel XLS XLSX XLSB CSV PDF JPG PNG HTML ODS Numbers XLSM OOXML Spreadsheet Markdown XPS DOCX PPTX MHTML JSON SVG TIFF eBook Repair
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
AutoMapper by: Jimmy Bogard
  • 19 total downloads
  • Latest version: 3.3.1
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
BarcodeLib by: Barnhill Software
  • 39 total downloads
  • Latest version: 1.3.0
  • barcode
Barcode Image Generation Library
Bootstrap.Less by: Rudy Dahbura
  • 41 total downloads
  • Latest version: 2.3.2
  • twitter less css css3 html5 bootstrap responsive
Package for installing Twitter Bootstrap and its Less files.
bootstrap.less by: Twitter Inc.
  • 38 total downloads
  • Latest version: 3.4.1
  • css js less mobile-first responsive front-end framework web
The most popular front-end framework for developing responsive, mobile first projects on the web.
Bootstrap.v3.Datetimepicker by: Eonasdan
  • 92 total downloads
  • Latest version: 4.17.49
  • bootstrap date time picker datetimepicker datepicker jquery
A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub For CSS version install Bootstrap.v3.Datetimepicker.CSS
BouncyCastle by: Bouncy Castle Project Contributors
  • 40 total downloads
  • Latest version: 1.8.9
  • bouncycastle cryptography encryption security
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
Common.Logging by: Aleksandar Seovic Mark Pollack Erich Eichinger
  • 5 total downloads
  • Latest version: 1.2.0
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Dapper by: Sam Saffron Marc Gravell
  • 183 total downloads
  • Latest version: 1.42.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
DataAnnotationsExtensions.MVC3 by: Scott Kirkland
  • 81 total downloads
  • Latest version: 5.0.1.27
  • ASP.NET Validation MVC MVC3
Validation attributes that extend Data Annotations and provide integrated server and client side validation (using unobtrusive jquery validation).
DocumentFormat.OpenXml by: Microsoft
  • 87 total downloads
  • Latest version: 2.14.0-beta0001
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
dotless by: Daniel Hölbling James Foster Luke Page
  • 238 total downloads
  • Latest version: 1.6.7
  • less css compile dotnet
Meta package to provide backward compatibility. Please choose either dotless.AspNet or dotless.Core. This is a project to port the hugely useful Less libary to the .NET world. It give variables, nested rules and operators to CSS. For more information about the original Less project see http://lesscss.org/ or http://github.com/dotless/dotless. For more information about how to get started with the .NET version see http://www.dotlesscss.org/.
dotless.AspNetHandler by: Daniel Hölbling James Foster Luke Page
  • 36 total downloads
  • Latest version: 1.6.7
  • less css compile dotnet
Adds HTTPHandler for ASP.NET to compile LESS files on demand. This is a project to port the hugely useful Less libary to the .NET world. It give variables, nested rules and operators to CSS. For more information about the original Less project see http://lesscss.org/ or http://github.com/dotless/dotless. For more information about how to get started with the .NET version see http://www.dotlesscss.org/.
DotNetZip by: Dino Chiesa
  • 6 total downloads
  • Latest version: 1.9.0
DotNetZip is an easy-to-use, FAST, FREE class library and toolset for manipulating zip files or folders.
elmah by: Atif Aziz
  • 20 total downloads
  • Latest version: 1.2.2
  • elmah error logging unhandled exception
ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
elmah.corelibrary by: Atif Aziz
  • 20 total downloads
  • Latest version: 1.2.2
  • elmah error logging unhandled exception
Core library for ELMAH (Error Logging Modules and Handlers) without any configuration.
Elmah.MVC by: Atif Aziz James Driscoll Alexander Beletsky
  • 68 total downloads
  • Latest version: 2.1.1
  • ELMAH ASP.NET MVC error handling logging unhandled exception
Painless integration of ELMAH functionality into ASP.NET MVC Application. Just drop the package inside you ASP.NET MVC application and access /elmah URL. It will also install global HandleError filter, that guarantees all unhandled errors is logged (even if customerError turned "On").
Elmah.Mvc by: Atif Aziz James Driscoll Alexander Beletsky
  • 9 total downloads
  • Latest version: 2.1.2
  • ELMAH ASP.NET MVC error handling logging unhandled exception
Painless integration of ELMAH functionality into ASP.NET MVC Application. Just drop the package inside your ASP.NET MVC application and access /elmah URL. It will also install global HandleError filter, that guarantees all unhandled errors are logged (even if customError turned "On").
EntityFramework by: Microsoft
  • 187 total downloads
  • Latest version: 6.6.0-preview1-final
  • Microsoft EntityFramework EF Database Data O/RM ADO.NET
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
Enums.NET by: Tyler Brinkley
  • 18 total downloads
  • Latest version: 2.1.1
  • enum enums flag flags
Enums.NET is a high-performance type-safe .NET enum utility library