kzu
- 37,342 total downloads
- last updated 5/27/2019
- Latest version: 2.0.3+sha.e08ca86
Enables module initialization, as described here: http://einaregilsson.com/module-initializers-in-csharp
- 35,207 total downloads
- last updated 6/16/2017
- Latest version: 2.0.14
Common targets to create version-aware Visual Studio extensions easily.
- 34,969 total downloads
- last updated 4/24/2018
- Latest version: 2.1.0
The core interface to implement fluent APIs that hide the default System.Object members.
- 33,812 total downloads
- last updated 8/14/2014
- Latest version: 0.2.4
Portable component composition annotations, dependency injection framework agnostic.
Automatically register your application components by convention with the most popular DI frameworks, while keeping your code container-agnostic.
- 32,091 total downloads
- last updated 8/14/2014
- Latest version: 0.2.4
Provides the Common Composition bindings for Windsor.
- 26,821 total downloads
- last updated 8/30/2011
- Latest version: 1.1.0
Readable formatting strings using named parameters and a custom or anonymous object as the context, like "Hello {FirstName} {LastName}".FormatWith(customer).
- 26,093 total downloads
- last updated 9/8/2016
- Latest version: 0.2.1
Provides the DumpItems task which can be used to dump an item list and all their metadata, for easy diagnostics and troubleshooting.
- 25,522 total downloads
- last updated 4/10/2015
- Latest version: 1.2.1
Implements the tracing interface on top of the System.Diagnostics.TraceSource capabilities, extending it with log4net-style hierarchical logging and runtime dynamic configurability of trace sources.
- 25,366 total downloads
- last updated 12/22/2011
- Latest version: 1.1.0.3
Provides strong-typed persistence of data in an AppDomain, which can also be transient and automatically removed on dispose.
Usage: AppDomain.CurrentDomain.SetData<Foo>(foo);
var saved = AppDomain.CurrentDomain.GetData<Foo>();
- 25,084 total downloads
- last updated 1/6/2014
- Latest version: 1.1.7
The interfaces provided by this package allow component authors to provide tracing statements that are agnostic to the actual implementation that will be used when they are used at runtime, which is an initialization concern that belongs to the application initialization or other...
More information
- 25,026 total downloads
- last updated 6/28/2011
- Latest version: 1.2.0
Strong-typed Linq to Web API. Builds on top of HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts.
Example:
var products = client
.Query<Product>("products")
.OrderBy(x =>...
More information
- 21,976 total downloads
- last updated 4/24/2018
- Latest version: 0.1.9
Generates the ThisAssembly partial class and adds a Vsix property containing properties from the source VSIX extension manifest file. These might be useful for conditional behaviors, diagnostics and tracing, and more.
Included properties are: Identifier, Name, Description and Author.
- 21,970 total downloads
- last updated 7/31/2011
- Latest version: 1.0.0
A safe sequential GUID generator (or Comb) that improves performance of GUID-style identifiers used in persistence.
- 21,595 total downloads
- last updated 12/22/2011
- Latest version: 1.1.1.1
Provides the GetOrAdd extension method for generic dictionaries, borrowed from the ConcurrentDictionary class.
netfx-Reflector
by:
kzu
- 20,782 total downloads
- last updated 3/6/2019
- Latest version: 1.0.0.11
Strong-typed static reflection via Reflect:
// Void static method
MethodInfo cw = Reflect.GetMethod(
() => Console.WriteLine);
// Instance void method
MethodInfo mi =
Reflect<IView>.GetMethod(v => v.Show);
// Boolean returning instance method
MethodInfo pi = Reflect<IViewModel>...
More information
CoreBuild.Help
by:
kzu
- 20,649 total downloads
- last updated 7/11/2019
- Latest version: 1.1.10
Provides the Help target that dynamically lists available targets and properties in the current project.
- 20,382 total downloads
- last updated 8/14/2014
- Latest version: 0.2.4
Provides the Common Composition bindings for Autofac.
- 19,350 total downloads
- last updated 4/17/2017
- Latest version: 3.0.107-pre (prerelease)
Clide Installer: VSIX, MSI and EXE (chained) installer integration.
- 19,191 total downloads
- last updated 8/30/2011
- Latest version: 1.1.0
Provides conversion of DateTime and DateTimeOffset into an epoch-relative number value (total seconds).
See Unix Epoch in Wikipedia for more information on why this might be needed.
Typical uses include using this simplified representation as an expiration time for a token, password or...
More information