If you don't already have a reference to
FlitBit Registrar add one using the NuGet command line:
PM> Install-Package FlitBit.Registrar
Summary
FlitBit Registrar contains a simple registrar/registration abstraction and an implementation suitable for cases concurrent use where registrations occur infrequently but the registered items are used often.
Other Useful Frameworks
Visit the
Core library's page to learn more about the
FlitBit Frameworks.
After I get the other frameworks published I'll make another pass and document the interesting parts of this library.
Build Requirements
Some of the command lines rely on Powershell. Ensure your execution policy is permissive enough if you run the batch files or powershells.
~P