Merge pull request #292 from wind39/master

Added Spartacus and OmniDB
pull/297/head
Rich Lander 2016-05-28 14:02:46 -07:00
commit 974bb6450f
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [SharpSnmpLib](https://sharpsnmplib.codeplex.com) - An easy-to-use SNMP library for use on all platforms (.NET/Mono/Xamarin)
* [Shielded](https://github.com/jbakic/Shielded) - Software Transactional Memory for .NET
* [SmartIrc4net](https://github.com/meebey/SmartIrc4net) - IRC C# Library
* [Spartacus](https://github.com/wind39/spartacus) - Multi-purpose C# library, containing: 1) classes to access many types of databases in a fast, generic way; 2) classes to work with XLSX, CSV and DBF files; 3) PDF report engine.
* [Splat](https://github.com/paulcbetts/splat) - A library to make things cross-platform that should be.
* [SSH.NET](https://sshnet.codeplex.com/) - A client-side library for SSH, SCP and SFTP.
* [Strongly Typed Client API Generators for ASP.NET Web API](https://webapiclientgen.codeplex.com/) - Strongly Typed Client API Generators generate strongly typed client API in TypeScript and C# codes supporting desktop, Universal Windows, Android and iOS.
@ -210,6 +211,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [Mini Profiler](https://github.com/MiniProfiler/dotnet) - A simple but effective mini-profiler for .NET.
* [Node.js Tools For Visual Studio](https://github.com/Microsoft/nodejstools) - Plugin that turns Visual Studio into a Node.js IDE
* [Obfuscar](https://obfuscar.codeplex.com) - MSIL obfuscation utility for .NET assemblies.
* [OmniDB](https://github.com/OmniDB/OmniDB) - Web tool for database management and conversion. [Site](http://omnidb.com.br)
* [Outcomes.Net](https://github.com/kinetiq/Ether.Outcomes/) - Fluent wrapper that eliminates plumbing code around failure-prone functions.
* [Paket](https://github.com/fsprojects/Paket) - Dependency manager for .NET and Mono projects, which is designed to work well with NuGet packages and also enables referencing files directly from GitHub repositories.
* [Protobuf-net](https://code.google.com/p/protobuf-net/) - A .NET implementation of protobuf, allowing you to serialize your .NET objects efficiently and easily.