Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / NuGet

NuGet

NuGet

Great Reads

by Xavier Decoster
From a small set of tools to a much larger ecosystem...
by Sander Rossel
Creating a lightweight JavaScript library that brings proper .NET-like collections and LINQ to JavaScript.
by DannyVarod
Fast, stable and powerful creation of NuGet packages
by Stuart Wheelwright
How to produce and publish a NuGet package using AppVeyor, the free continuous build service

Latest Articles

by Xavier Decoster
From a small set of tools to a much larger ecosystem...
by Sander Rossel
Creating a lightweight JavaScript library that brings proper .NET-like collections and LINQ to JavaScript.
by DannyVarod
Fast, stable and powerful creation of NuGet packages
by Stuart Wheelwright
How to produce and publish a NuGet package using AppVeyor, the free continuous build service

All Articles

Sort by Score

NuGet 

by Sander Rossel
Creating a lightweight JavaScript library that brings proper .NET-like collections and LINQ to JavaScript.
by Sreekanth Mothukuru
In this article we are going to see how and where to download Visual Studio 2015 to create a brand new simple Asp.Net 5 Web Application and have a quick overview on what's new in C# 6
by Måns Tånneryd
Extending the entity framework with bulk operations for both inserts and updates
by Kausik J. Nag
In this article we are going to implement a step by step approach for Continuous development and Integration model with a distributed version control system, artifactory, package manger and a package repository for third party libraries.
by Kausik J. Nag
In this article, we will optimize our continuous integration and development model with the use of JFrog Artifactory.
by Nick Polyak
Describes how to install dynamically loaded plugins as nuget packages
by Ali BaderEddin
This article describes in detail how to set up your first OpenGL FreeGLUT window and provides you with a template for your OpenGL applications
by ShawInnes, Octopus Deploy
Rather than writing our own article, we thought we’d share a real life story with live environments from a genuine developer. Shaw Innes is an Octopus Deploy user.
by Bert O Neill
How Entity Framework Core 6 or 7 projects can take advantage of EF Core 8's OpenJson without having to migrate to EF Core 8 - using a custom NuGet Package for SQL Server
by User 6744868
NuGet allows you to add packages to your projects, either from the public package gallery or from your own private package gallery. The latter is, in my opinion at least, somewhat under-utilised and misunderstood in the business world. This post aims to try to shed some light on how NuGet can work
by rhyous
So I have a project on GitHub called SimpleArgs. This project makes command line arguments easy in a C# project. However, one of the requirements is to have an option to use the SimpleArgs dll or to have a single file executable. Yes, everything in one single exe, so referencing a dll is not an opti
by Erich Ledesma
How to make solution templates with NuGet packages
by Ian_Paullin
For the past few months, I’ve been analyzing Octopus Deploy in terms of it’s components, architectural design and benefits of said design decisions. In this article, we’re going to bring everything together to see the sum of all the parts.
by Bryian Tan
Password Strength Indicator using jQuery and XML + NuGet Package
by sbarnes
To barrow an idiom, even bad Mandelbrot is good
by Alexei Shcherbakov
How to make almost universal NuGet 'System.Data.Sqlite' package for .NET and Mono
by M, AqibShehzad
Here are some useful tools for .NET developers
by Sharp Ninja
Paket is an alternative to the default nuget package manager used in Visual Studio.  Paket is completely compatible with nuget, but is much more feature rich and provides real-world benefits for library developers.