biz.dfch.CS.System.Utilities 1.2.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package biz.dfch.CS.System.Utilities --version 1.2.4
NuGet\Install-Package biz.dfch.CS.System.Utilities -Version 1.2.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="biz.dfch.CS.System.Utilities" Version="1.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add biz.dfch.CS.System.Utilities --version 1.2.4
#r "nuget: biz.dfch.CS.System.Utilities, 1.2.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install biz.dfch.CS.System.Utilities as a Cake Addin
#addin nuget:?package=biz.dfch.CS.System.Utilities&version=1.2.4

// Install biz.dfch.CS.System.Utilities as a Cake Tool
#tool nuget:?package=biz.dfch.CS.System.Utilities&version=1.2.4

biz.dfch.CS.System.Utilities
========================

Collection of utility classes that provide functionalities like

* Invocation of RESTful requests (GET, HEAD, POST, PUT, DELETE)
* StringValueAttribute for Enums
* Cryptography helper for password encryption and decryption
* Start-Process assembly for invocation of processes via Interop/CreateProcessWithLogonW for use with biz.dfch.PS.System.Utilities
* Log forwarders for System.Diagnostics.Debug/Trace for log4net
* HttpApplication events for MEF plugins
* ODataEndpoint interfaces for MEF plugins
* Json helper methods for NewtonSoft.Json
* Introspection and Reflection for calling methods
* Http message response helpers

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on biz.dfch.CS.System.Utilities:

Package Downloads
biz.dfch.CS.Cimi.Client

biz.dfch.CS.Cimi.Client ======================== Client for the Swisscom Enterprise Cloud CIMI API d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland ## Download * Get it on [NuGet](https://www.nuget.org/packages/biz.dfch.CS.Cimi.Client/) * See [Releases](https://github.com/dfensgmbh/biz.dfch.CS.Cimi.Client/releases) and [Tags](https://github.com/dfensgmbh/biz.dfch.CS.Cimi.Client/tags) on [GitHub](https://github.com/dfensgmbh/biz.dfch.CS.Cimi.Client)

biz.dfch.CS.Scs.Cmp.ApiBroker.Client

biz.dfch.CS.Scs.Cmp.ApiBroker.Client ======================== Client for the Swisscom Enterprise Cloud API broker d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland ## Download * Get it on [NuGet](https://www.nuget.org/packages/biz.dfch.CS.Scs.Cmp.ApiBroker.Client/) * See [Releases](https://github.com/dfensgmbh/biz.dfch.CS.Scs.Cmp.ApiBroker.Client/releases) and [Tags](https://github.com/dfensgmbh/biz.dfch.CS.Scs.Cmp.ApiBroker.Client/tags) on [GitHub](https://github.com/dfensgmbh/biz.dfch.CS.Scs.Cmp.ApiBroker.Client)

biz.dfch.CS.Redmine.Client

biz.dfch.CS.Redmine.Client ======================== Client for Redmine project management web application Assembly: biz.dfch.CS.Redmine.Client d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland ## Download * Get it on [NuGet](https://www.nuget.org/packages/biz.dfch.CS.Redmine.Client/) * See [Releases](https://github.com/dfensgmbh/biz.dfch.CS.Redmine.Client/releases) and [Tags](https://github.com/dfensgmbh/biz.dfch.CS.Redmine.Client/tags) on [GitHub](https://github.com/dfensgmbh/biz.dfch.CS.Redmine.Client)

biz.dfch.CS.Entity.LifeCycleManager.Extensions.Default

biz.dfch.CS.Entity.LifeCycleManager.Extensions.Default ============================== Default MEF extensions for biz.dfch.CS.Entity.LifeCycleManager

biz.dfch.CS.Entity.LifeCycleManager

biz.dfch.CS.Entity.LifeCycleManager ============================== Allows managing the lifecycle of entities. Supports pre- and post-callouts/hooks. Internally the LifeCycleManager uses the [biz.dfch.CS.StateMachine](https://github.com/dfensgmbh/biz.dfch.CS.StateMachine). ## License Information Telerik JustMock has to be licensed separately. Only the code samples (source code files) are licensed under the Apache 2.0 license. The Telerik JustMock software has to be licensed separately. See the NOTICE file for more information about this.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.1 2,075 10/10/2016
3.0.1 947 10/7/2016
2.0.1 4,970 6/13/2016
2.0.0 5,422 12/21/2015
1.2.7 3,623 9/26/2015
1.2.5 1,084 9/10/2015
1.2.4 1,052 9/10/2015
1.2.3 1,025 9/10/2015
1.2.2 1,063 9/10/2015
1.2.1 1,061 9/9/2015
1.1.0 1,868 8/31/2015
1.0.4 1,019 8/21/2015
1.0.3 1,206 8/20/2015
1.0.2 1,181 8/20/2015
1.0.1 1,145 8/20/2015
1.0.0 1,111 8/20/2015

20150910
* ODataControllerHelper added