background preloader

NuGet

Facebook Twitter

Packages. Sorted by recent installs Displaying results 1 - 20.

Packages

Search Index last updated Last Published: | Latest Version: 6.1.3 Entity Framework is Microsoft's recommended data access technology for new applications. NuGet Gallery. Creating And Publishing A Package. Getting Started If you’re more GUI inclined, use the Package Explorer GUI to create packages.

Creating And Publishing A Package

Share your Package Upgrade to the latest version of NuGet.exe (or download it here) NuGet Update -self Store your API Key. Overview. NuGet is the package manager for the Microsoft development platform including .NET.

Overview

The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers. When you install a package, NuGet copies files to your solution and automatically makes whatever changes are needed, such as adding references and changing your app.config or web.config file. If you decide to remove the library, NuGet removes files and reverses whatever changes it made in your project so that no clutter is left.