Skip to content

mtemel123/dotNext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NEXT

.NEXT (dotNext) is a set of powerful libaries aimed to improve development productivity and extend .NET API with unique features which potentially will be implemented in the next versions of C# compiler or .NET Runtime. Looking for fast comparison of array elements, async delegates, Type Classes, value type bitcast, metaprogramming, unmanaged data structures? You're in right place.

Philosophy of development process:

  1. All libraries in .NEXT family based on .NET Standard to be available for wide range of .NET implementations: Mono, Xamarin, .NET Core
  2. Minimize set of dependencies
  3. Rely on .NET standard libraries
  4. Provide high-quality documentation
  5. Stay cross-platform
  6. Provide benchmarks

Packages

No packages published

Languages

  • C# 100.0%