Cuemon 1.0.2012.2200

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Cuemon --version 1.0.2012.2200
NuGet\Install-Package Cuemon -Version 1.0.2012.2200
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="Cuemon" Version="1.0.2012.2200" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cuemon --version 1.0.2012.2200
#r "nuget: Cuemon, 1.0.2012.2200"
#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 Cuemon as a Cake Addin
#addin nuget:?package=Cuemon&version=1.0.2012.2200

// Install Cuemon as a Cake Tool
#tool nuget:?package=Cuemon&version=1.0.2012.2200

If you like the structure of the .NET platform, then the Cuemon .NET Framework Additions might just be that extra solution you have been looking for! With these assemblies I have aimed to accomplish at least two things; simplify the tedious work that is always present when coding towards a generic framework, and implementing some core- and utility classes for you to enjoy.

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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

This release contains a lot of new features, several performance improvements and some minor bugs was fixed.

The primary focus for this release was to start enabling parts of the Cuemon assembly family for high performance multi-threading; easier access to in-depth instrumentation; provide bulk load of databinding in the Cuemon.Data.Entity assembly - and last but not least; overall improvements throughout the family.

The following work was implemented:

- New DictionaryUtility class that supplements the EnumerableUtility class; ToDictionary<TKey, TValue> and FirstOrDefault<TKey, TValue>
- New ProcessInfo class that provides a snapshot of information about an associated process
- New namespace in the Cuemon assembly; Management
- ManagementUtility class that provides easy access to common management operations through the Windows Management Instrumentation (WMI) infrastructure
- New namespace in the Cuemon assembly; Net.Http
- New HttpMethod enum that follows RFC 2616, section 9
- New NetHttpUtility class that provides stunningly fast HTTP implementations
- New namespace in the Cuemon assembly; Threading
- New initial AsyncCall class which provides a way of encapsulating asynchronous operations using a synchronous programming model
- New AsyncCallResult<TState, TResult> class designed to encapsulate the result of an asynchronous operation
- New CountdownEvent class which is a lightweight implementation of the one found in .NET 4
- New CountdownEventEventArgs to provide data for a CountdownEvent
- New ISortedWorkItem<out TKey> interface that defines a method to control thread related work operations while keeping them sorted
- New IWorkItem interface that defines a method to control thread related work operations
- New IWorkItemPool interface that defines a way to control a thread pool to execute work items
- New SortedWorkItem<TKey> abstract class providing a way for outsourcing thread intensive work
- New SortedWorkItemPool<TKey> that provides a pool of threads to execute work items
- New WorkItem abstract class providing a way for outsourcing thread intensive work
- New WorkItemPool that provides a pool of threads to execute work items
- New Action delegates as found in .NET 4
- New Func delegates as found in .NET 4
- Renamed Cuemon.ServiceModel.ServiceInstrumentation to Cuemon.ServiceModel.EndPoint
- Extended the ArrayUtility class with a Cast<TResult> member
- Extended the EnumerableUtility class with support for an extra overload of Count and three new members; FirstOrDefault<TSource>, FindAll<T> and Cast<TResult>
- Extended the NumberUtility class with four new methods; BytesToKilobytes, BytesToMegabytes, BytesToGigabytes and BytesToTerabytes
- Extended the DataCommand class with string formatting
- Extended the StreamUtility class with support for two new overloads of CopyStream
- Extended the HttpRequestUtility class with an extra overload of ParseFieldValuePairs, which now supports option for urlEncode
- Extended the GlobalModule with support for AppPoolUptime property and OnApplicationEnd method
- Extended the DataManager class with several new members; ParseDbType, GetReaderColumnNames, GetReaderColumnValues, GetReaderColumns and GetReaderColumnsAsDictionary
- Refactored BusinessEntityDataAdapter to support bulk loading of dataset
- Overall performance improvements of BusinessEntityDataAdapter Open and OpenList methods - up to factor 5
- Some minor bugs fixed in the XmlSerializationUtility class
- One minor bug fix in SimpleSerializationSurrogate class

There are even more improvements, but the above are the highlights. Do enjoy this release.