Skip to content

joergbattermann/JB.Common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JB.Common Build status

Contains custom types, helpers and re-used implementations of mine. Some might be useful for others, some not.

JB.Common NuGet Version

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

JB.Common.Reactive NuGet Version

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

JB.Common.Reactive.Analytics NuGet Version

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

JB.Common.Collections NuGet Version

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

JB.Common.Collections.Reactive NuGet Version

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

JB.Common.VisualStudio NuGet Version

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

JB.Common.VisualStudio.TeamFoundation NuGet Version

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