adesbro's Stars
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
DapperLib/Dapper
Dapper - a simple object mapper for .Net
twitter/typeahead.js
typeahead.js is a fast and fully-featured autocomplete library
restsharp/RestSharp
Simple REST and HTTP API Client for .NET
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
mbdavid/LiteDB
LiteDB - A .NET NoSQL Document Store in a single data file
microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++.
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
Fody/Fody
Extensible tool for weaving .net assemblies
mathnet/mathnet-numerics
Math.NET Numerics
npgsql/npgsql
Npgsql is the .NET data provider for PostgreSQL.
homenc/HElib
HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
aws/aws-sdk-net
The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:
tmsmith/Dapper-Extensions
Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
kevin-montrose/Sigil
A fail-fast validating helper for .NET CIL generation
junian/Standard.Licensing
Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and MAUI / Xamarin products
Azure/azure-storage-net
Microsoft Azure Storage Libraries for .NET
CoreyKaylor/Lightning.NET
.NET library for LMDB key-value store
manlius/muxViz
Analysis and Visualization of Interconnected Multilayer Networks
dotnet/platform-compat
Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
jbogard/EntityFramework.Filters
Filters implementation for Entity Framework
sdrapkin/SecurityDriven.Core
Modern, fast, safe, cryptographically strong .NET replacement for Random and RandomNumberGenerator.
data61/clkhash
CLK hash: hash pii for entity matching
RusticiSoftware/TinCan.NET
C#/.NET library for Tin Can API
data61/cuda-fixnum
Extended-precision modular arithmetic library that targets CUDA.
kunerd/jpaillier
A Java implementation of Paillier cryptosystem.
MrCsabaToth/SOEMPI
Secure Enterprise Master Patient Index
scottrippey/Progression
Progress calculation made easy
AdamRLukaitis/Simple-Encrypted-Arithmetic-Library---SEAL
adesbro/MathStat
Frequency tables, cumulative distribution, frequency analysis, random sampling, and other statistical stuff.