Top 20 NuGet properties Packages

C# .NET Wrapper around the common HubSpot APIs. This is a fork/continuation of the original project that now appears not to be maintained.
Project is deprecated. Migrate to https://www.nuget.org/packages/CalculationWorks.BusinessModel/
Project is deprecated. Migrate to https://www.nuget.org/packages/CalculationWorks.BusinessModel/
An extension for representing an object's public instance property values as a series of values in alphabetical order of the property names
ValueFilter provides a straightforward, low-overhead mechanism for ensuring that properties can only contain valid data. See the GitHub site for more details.
Makes a dictionary out of a given object.
Provides a way to filter fastly a collection of object containing string properties
Allows you to set debug properties just by installing a Nuget package
Source code package. An extension for retrieving an object's public instance property values as a series of values (boxed) in alphabetical order of the property names, or if the object is already a collection, the elements of that collection (boxed).
Creates "Shared.props" file at the solution level, which can be used to specify massive changes to all the projects within a solution. Example scenarios: - specify assembly signing properties using the same *.snk file - set CopyLocal to False for certain references - enforce the same StyleCop or Fx...
This PropertiesManager library provides methods to handle Java-like config/properties files. It also supports maintaining layouts and comments.
Save time by generating boilerplate code for different MVVM framework, this nuget support now: MvvmLightLibs, MvvmCross, Prism, Mvvmicro and FreshMvvm.
AsyncMVVM library Calculated Properties integration. Supported Platforms: * .NET Framework 4.5 * Silverlight 5 * Windows 8 * Windows Phone Silverlight 8 * Windows Phone 8.1 * Xamarin.Android * Xamarin.iOS * Portable Class Libraries
Simple util to get attributes that decorates any property or class definition.
An implementation of IVariableSource of Spring.Core where you can declare your variables/placeholders in a validatable json-file.
The build-time development dependency that generates code for projects consuming Code Generation attributes.
This project allows you easily add dynamic properties to any existing instance without creating derived type in .NET (C# or VB.NET). This approach is similar as attached dependency properties in WPF. It can be used as attribute system for complex definition of data model behavior or just to create t...
Fills a new object from string properties Good for saving into text files / xml
FilterFramework helps your filter out a list of objects based on its properties (such as Name, Address, Age etc.) Check out the sample files on github for usages.