Contains custom types, helpers and re-used implementations of mine. Some might be useful for others, some not.
The first package and assembly contains core types, helpers and Extension Methods. Start by installing the JB.Common NuGet package:
PM> Install-Package JB.Common
The package contains helpers and Extension Methods specific to Reactive Extensions (for .Net). Start by installing the JB.Common.Reactive NuGet package:
PM> Install-Package JB.Common.Reactive
This package contains observable sequence analytics and analysis functionality. Start by installing the JB.Common.Reactive.Analytics NuGet package:
PM> Install-Package JB.Common.Reactive.Analytics
The second package and assembly contains custom collection and list types. Start by installing the JB.Common.Collections NuGet package:
PM> Install-Package JB.Common.Collections
This package provides custom collection, list types and helpers regarding observable Collections based on RX.Net. Start by installing the JB.Common.Collections.Reactive NuGet package:
PM> Install-Package JB.Common.Collections.Reactive
This is a different kind of package: it provides Visual Studio Extensibility helpers, base classes and extension methods. Start by installing the JB.Common.VisualStudio NuGet package:
PM> Install-Package JB.Common.VisualStudio
This package provides base classes and helpers regarding Visual Studio's Team Foundation Server functionality, including Work Item Tracking as well as for VS's Team Explorer. Start by installing the JB.Common.VisualStudio.TeamFoundation NuGet package:
PM> Install-Package JB.Common.VisualStudio.TeamFoundation