netstandard topic

List netstandard repositories

Vortice.Vulkan

285
Stars
26
Forks
Watchers

Cross platform .NET bindings for Vulkan, VMA, SPIRV-Cross and shaderc

Vortice.Windows

952
Stars
68
Forks
Watchers

.NET bindings for Direct3D12, Direct3D11, WIC, Direct2D1, XInput, XAudio, X3DAudio, DXC, Direct3D9 and DirectInput.

aspnetcore-authentication-apikey

281
Stars
40
Forks
Watchers

Easy to use and very light weight Microsoft style API Key Authentication Implementation for ASP.NET Core. It can be setup so that it can accept API Key in Header, Authorization Header, QueryParams or...

aspnetcore-authentication-basic

72
Stars
9
Forks
Watchers

Easy to use and very light weight Microsoft style Basic Scheme Authentication Implementation for ASP.NET Core.

Math-Expression-Evaluator

112
Stars
29
Forks
Watchers

A C# library for parsing mathemitical expressions with support for parentheses and variables.

NeatInput

95
Stars
9
Forks
Watchers

A .NET standard project which aims to make keyboard and mouse input monitoring easy on Windows and eventually Linux.

EFCore-FluentStoredProcedure

177
Stars
35
Forks
Watchers

EFCore Extension that allows a means to map a stored procedure to a class, fluently.

eShopOnContainersDDD

314
Stars
43
Forks
Watchers

Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns

TodoMVC-DDD-CQRS-EventSourcing

247
Stars
31
Forks
Watchers

Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design