This project contains .NET extension methods for .NET programmers that make some things a bit easier. The original code was by Rob Conery. His original Nuget package placed the code in App_Code directory which caused some trouble with certain project types. I wanted it to work with all project types so I built his code into a .dll and packaged it.
You can directly install this project from Nuget. There is one package:
PM> Install-Package Sugar.NET
Generic Repository Insrastructure For .NET Applications
Under the master branch, you can find the latest stable release of this project.
Also, you can see the most up-to-date project under development branch. Repository under development branch is possibly the unstable version of the project.
You can also find all the releases under Tags section.