121 results for “topic:net50”
This repository contains Hands on Test Driven Development Katas (C#)
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 HeaderOrQueryParams.
Easy Mock wrapper for mocking EFCore5 DbContext and DbSet using Moq or NSubstitute
Modern, fast, safe, cryptographically strong .NET replacement for Random and RandomNumberGenerator.
Low-level dotnet network benchmark for UDP socket performance (.NET and Unity compatible)
This library packages the well-known Java Script 3D library [Babylon.js](https://www.babylonjs.com/) into a Razor component that can be used in a C# Blazor project. .NET 10.0 required for the latest release
Code Repository for the Book ASP.NET Core 5 and Angular 11 by Valerio De Sanctis, Published by Packt.
.NET implementation of the finite state machine framework. Powerful and asynchronous framework to build and run finite state machines in .NET.
Base library set for .NET application.
This comprehensive sample application show you how to create JWT secured, versioned CRUD OpenAPI using latest ASP.NET 5.0, documented with Swagger and tested with Unit and Integration tests for secured API.
Distributed In-process Cache; a gRPC HTTP proxy for containerd
Welcome to my Github Profile. This is a dynamically generated Github readme profile where you can play Minesweeper developed in .NET5 and using GitHub Actions.
Built for those who require self hosted NuGet feeds with custom hooks into Package Uploads/Downloads and User Authentication. This provides an easy to use extension point to allow you to provide your own business logic and expose a custom NuGet Feed.
A highly configurable stock ticker.
Prototype with Vue.js client (testing with Jest/Nightwatch) and ASP.NET Core 5.0 Web API (testing with xUnit.net)
Ready. Set. Tarkov! is an open-source tool for the game Escape From Tarkov
Extension methods for setting up LiteDB in Microsoft.Extensions.DependencyInjection.
Generate Excel pixel art based on an image
WiZ Light Bulb .NET API Library
OZON Seller API client library demo in c#
A sample API backend made with ASP.NET Core 5.0
TxFileSystem is a transactional filesystem wrapper using the .NET Standard filesystem abstraction from System.IO.Abstractions
Simplification of the Create, Read, Update and Delete web pages of the application models.
Asp.net core 3.x.x => Net 5 & entity framework core & vue.js cms
The Rockstar to C# source-code generator
WPF Core .NET5: Entity Framework application for CRUD operations on Microsoft SQL Server
A sample that shows how to leverage .NET 5.0 features like HostBuilder, ServiceProvider, Logging and Cache on every supported platform
A scalable C# implementation of Conway's Game of Life
Generates a reference assembly from an existing .NET DLL.
Don't go over the name of this repo. I am a GOT fan. This is an application which uses Face Detection API from OpenCV (OpenCVSharp4). The idea is that the user will upload a picture and the application will detect and crop various faces in the picture and send mail to the user. The application uses the concepts of Microservices, Rabbit MQ and Mass Transit for indirect communication between the services, gRPC for direct communication, Face Detection API for detecting faces, Order API to query the orders raised by the users in the system, Notification Service for sending mails with cropped faces, Signal R Core for Push notification to the client application so that it gets refreshed automatically in case of receiving any pushed notification.