Top 20 NuGet data Packages

Processing.js is the sister project of the popular visual programming language Processing, designed for the web. Processing.js makes your data visualizations, digital art, interactive animations, educational graphs, video games, etc. work using web standards and without any plug-ins. You write code ...
Tools for persisting to different data providers
Simple Data classes for testing or tutorial applications. For example, class Person with some properties and class People (a set of Person). In this release added SampleData for Silvetlight app.
This package is MVC Scaffolding for generating Razor Views automatically enhanced with jQuery UI and Wijmo. You will need Wijmo Complete installed and referenced in order to use this scaffolding. Wijmo Complete is a commercial kit of jQuery UI widgets for building Web applications.
.NET Persistence API (also called NPersistence or NPA) is a ORM framework which also enables entity mapping useing annotations!! The project is based on JAVA's JPA and offers applications to use a standard API for their ORM operations. In this package, NPA is implemented by NHibernate. This package ...
The goal of AtomicPhoneMVVM is to allow developers to work with MVVM in their Windows Phone projects with minimal effort while not getting in the way of the code. It requires Windows Phone 7.1 or higher.
The goal of AtomicStorage is to allow developers to easily cache and restore data during the process lifecycle (suspend/resume) in Windows Phone and Windows 8 (Metro) applications. It is designed to work with good MVVM frameworks.
This is the kernel library of DeveelDB SQL System for any CPU platform. DeveelDB is an embeddable SQL-99 Relational Database Management System oriented to the .NET/Mono frameworks, providing rich functionalities and high performances managing SQL databases within applications.
SQLite helpers.
Barcode Professional for Silverlight generates high quality vector-based Linear, Postal, MICR, Composite and 2D Symbologies. Features: - Linear & 2D Barcodes - Silverlight printing and data-binding support, raster image exportation (WriteableBitmap), Barcode rotation (0, 90, 180, 270 degrees), S...
A set of server controls (ImageDraw, ImageDrawButton, and ImageDrawMap) which generate real time on-fly Dynamic Composite Images for ASP.NET. Deliver real time dynamically generated composite images such as picture thumbnails, image buttons, image maps or any other graphical application. Main Featur...
WinRT library for structured data sharing using Schema.org data formats
Barcode Professional for XAML WinRT generates high quality vector-based Linear, Postal, MICR, Composite and 2D Symbologies for Windows Store Apps. Features: - Linear & 2D Barcodes - Printing and data-binding support, Barcode rotation (0, 90, 180, 270 degrees), Full design-time support Visual Stu...
The implementations of common MVC libraries. See README on github.
Provides matrix data structure suitable for storing elements in an n-dimensional cartesian coordinate system of positive integers. example: Axis x = new Axis("x", 0, 100, 1); Axis y = new Axis("y", 0, 10, 1); Matrix<long> matrix = new Matrix<long>(new []{x,y});...
Mkay is a custom validation attribute that allows you to specify validation rules in a LISP-like syntax. It is the one validation attribute to rule them all.
Implements Session and Session Data abstractions sutable for implementation of Data Injection pattern declared in Sessionizer package.
Simple data access library for .NET. Code is inspired by peta POCO and Massive. Goal is to be able to run SQL queries and be able to return concrete objects