biz.dfch.CS.System.Utilities 1.2.7

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.7
NuGet\Install-Package biz.dfch.CS.System.Utilities -Version 1.2.7
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.7" />
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.7
#r "nuget: biz.dfch.CS.System.Utilities, 1.2.7"
#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.7

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

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 and exceptions

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,085 10/10/2016
3.0.1 947 10/7/2016
2.0.1 4,970 6/13/2016
2.0.0 5,423 12/21/2015
1.2.7 3,624 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,937 8/31/2015
1.0.4 1,019 8/21/2015
1.0.3 1,207 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

20150926
* add attribute to test Code Contract exceptions
* add more Json tests
* add MemberwiseClone to BaseEntity
* add HttpStatusException and WebApi filter
* add DbEntityValidationException WebApi filter
* add EntityFramework 6.1.3 dependency
* add ODataExceptionFilterAttribute WebApi filter
* add CatchAll WebApi filter
* add OData GetLinkFromUri helper
* enable code contract runtime checks on ~.Tests project
* added test for CodeContract exception attribute
* add log4net assembly directive to load configuration from separate xml file
* make setter on LogBase.log (log4net.ILog) private to better support testing
* ignore CodeContracts test as it fails on TeamCity