kzu
-
-
- 838 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. -
-
-
- 830 total downloads
- last updated 7/20/2011
- Latest version: 1.1.0
Copies an arbitrary stream to another stream or an output file (buffered). -
-
-
- 772 total downloads
- last updated 8/30/2011
- Latest version: 1.1.0
Allows querying WCF Web Api endpoints that expose IQueryable<T>, with full query support for nested relationships, etc. Does not deal with response deserialization. Look for HttpEntityClient for that. -
-
-
- 755 total downloads
- last updated 8/30/2011
- Latest version: 1.1.0
Traverse an enumerable tree, depth or breadth first. Example: var dirs = new DirectoryInfo("C:\\") .Traverse(TraverseKind.BreadthFirst, dir => dir.EnumerateDirectories()); -
-
-
- 753 total downloads
- last updated 8/30/2011
- Latest version: 1.1.0
Provides a generics version of XmlSerializer. -
-
-
- 737 total downloads
- last updated 12/11/2013
- Latest version: 2.0.0
Suplements the built-in Resources .resx C# generator by generating a strong-typed class named Strings from the same .resx file, but exposing format parameters as method parameters and organizing strings in... More information -
-
-
- 726 total downloads
- last updated 8/30/2011
- Latest version: 1.1.0
An implementation of WPF ICommand that allows passing delegates/lambdas for the implementation. -
-
-
- 717 total downloads
- last updated 1/4/2012
- Latest version: 1.0.0.1
Implements the core NETFx ISerializer interface using a Json.NET serializer. -
-
-
- 716 total downloads
- last updated 4/29/2015
- Latest version: 0.2.2
Authoring inline code tasks in C# in an XML file can be incredibly frustrating, without intellisense, compilation safety, tests, etc. This package automatically converts Task-derived classes in your project... More information -
-
-
- 697 total downloads
- last updated 2/19/2015
- Latest version: 0.2.0
Provides the $(CodeTaskAssembly) property which properly locates the right assembly to use for inline tasks depending on the currently executing MSBuild engine. -
-
-
- 680 total downloads
- last updated 6/15/2011
- Latest version: 1.0.0.7
Generates Lorem Ipsum words for use in tests. -
-
-
- 679 total downloads
- last updated 1/23/2012
- Latest version: 1.0.0.12
Provides the core APIs to implement the event sourcing pattern and an application event bus. -
-
-
- 664 total downloads
- last updated 6/28/2011
- Latest version: 1.0.0.1
Allows combining linq expressions using logic operators And, AndAlso, Or and OrElse. Compatible with Entity Framework, NHibernate and Linq to SQL query providers. See http://kzu.to/iT3X73 for more... More information -
-
-
- 661 total downloads
- last updated 8/2/2012
- Latest version: 1.1.1
Allows inspecting the exact type inheritance tree as declared in source, rather than the flattened view that reflection provides (for implemented interfaces, for example). Enables code to determine what are... More information -
-
-
- 658 total downloads
- last updated 1/23/2012
- Latest version: 1.0.0.11
xUnit tests for netfx-Patterns.EventSourcing.Queryable -
-
-
- 649 total downloads
- last updated 1/23/2012
- Latest version: 1.0.0.10
Implements an event store using Entity Framework, with event payloads persisted using the configured serializer. -
-
-
- 629 total downloads
- last updated 5/20/2011
- Latest version: 1.0.0.29
This package has been renamed to netfx-Reflector, and installing it will actually install netfx-Reflector package. This package is for backwards compatibility with existing dependencies. -
-
-
- 616 total downloads
- last updated 5/23/2012
- Latest version: 1.0.1.4
xUnit tests for netfx-System.Reactive.EventStream.Implementation -
-
-
- 615 total downloads
- last updated 1/23/2012
- Latest version: 1.0.0.13
xUnit tests for netfx-Patterns.EventSourcing -
-
-
- 606 total downloads
- last updated 4/29/2015
- Latest version: 0.2.3
Provides the GetLatestVersion task, which retrieves the latest published version of a given nuget package from nuget.org, and provides easy access to its various SemVer components. -