OlegLviv's Stars
0xs34n/blockchain
đź“–Code for Blockchain Demo
dotnet/aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
Azure-Samples/Serverless-Eventing-Platform-for-Microservices
This solution is a personal knowledge management system and it allows users to upload text, images, and audio into categories. Each of these types of data is managed by a dedicated microservice built on Azure serverless technologies including Azure Functions and Cognitive Services. The web front-end communicates with the microservices through a SignalR-to-Event Grid bridge, allowing for real-time reactive UI updates based on the microservice updates. Each microservice is built and deployed independently using VSTS’s build and release management system, and use a variety of Azure-native data storage technologies.
lvivdotnet/LvivDotNet
aeternity/aepp-sdk-js
JavaScript SDK for the æternity blockchain
ivanzusko/ramda
:ram: Practical functional Javascript (translated into the Ukrainian language)
WebApiContrib/WebAPIContrib.Core
Community Contributions for ASP.NET Core
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
BADF00D/DisposableFixer
This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
Xabaril/BeatPulse
Liveness, health check library for ASP.NET Core Applications
devmentors/DNC-DShop.Api
[Distributed .NET Core] API Gateway for DShop project.
Azure/azure-quickstart-templates
Azure Quickstart Templates
Dotnet-Boxed/Framework
.NET Core Extensions and Helper NuGet packages.
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
microsoft/Cognitive-Samples-IntelligentKiosk
Welcome to the Intelligent Kiosk Sample! Here you will find several demos showcasing workflows and experiences built on top of the Microsoft Cognitive Services.
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
dotnet/coreclr
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
SergeyTeplyakov/ErrorProne.NET
Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
vkhorikov/CqrsInPractice
Source code for the CQRS in Practice Pluralsight course
graphql-dotnet/graphql-dotnet
GraphQL for .NET
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
aspnet-contrib/AspNet.Security.OpenId.Providers
OpenID 2.0 authentication middleware for ASP.NET Core
robisim74/AngularSPAWebAPI
Angular Single Page Application with an ASP.NET Core Web API that uses token authentication
auth0-samples/auth0-aspnetcore-webapi-samples
Auth0 Integration Samples for ASP.NET Core WebAPI Services
aspnet-contrib/AspNet.Security.OAuth.Providers
OAuth 2.0 social authentication providers for ASP.NET Core
damienbod/AspNet6IdentityServer4AngularOidcFlows
OpenID Connect Code Flow PKCE / Implicit Flow with Angular and ASP.NET Core 6 IdentityServer4
VahidN/ASPNETCore2JwtAuthentication
Jwt Authentication without ASP.NET Core Identity