Skip to content

amardeepsingh/vds-common

 
 

Repository files navigation

Introduction

VDS.Common is a lightweight, dependency-free library of useful advanced data structures such as Trees, Tries and indexing tailored dictionaries.

It is based on code originally from in the dotNetRDF Project (see past code history here and here) but was split off into a separate library once it became sufficiently generic to be more broadly useful.

VDS.Common is built for a variety of .Net versions and profiles, currently we have builds for the following:

  • .Net 3.5 Full/Client Profile
  • .Net 4.0 Full/Client Profile
  • Portable Class Library Profile 328
  • .NET Core netstandard1.4

License

VDS.Common is licensed under the MIT License

Usage and Documentation

Releases can be found here on GitHub. From 1.7.0 the GitHub release includes a ZIP file containing the compiled binaries and a CHM of the API documentation.

To use VDS.Common simply add a reference to the DLL for the appropriate .Net version to your project. If you are using NuGet simply search for VDS.Common and install it that way.

NuGet

For documentation on the features this library provides please see the Wiki.

Build Status

Develop Branch: Develop Branch

Master Branch: Master Branch

Acknowledgements

VDS.Common is developed primarily Rob Vesse with some contributions from Kal Ahmed and Mike Davies

About

VDS.Common is a lightweight, dependency-free library of useful advanced data structures such as Trees, Tries and indexing tailored dictionaries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.7%
  • Other 1.3%