Vedant Phougat's starred repositories
resume.github.com
Resumes generated using the GitHub informations
awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
microservices-demo
Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.
domain-driven-hexagon
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
spectre.console
A .NET library that makes it easier to create beautiful console applications.
ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
clean-code-dotnet
:bathtub: Clean Code concepts and tools adapted for .NET
FastEndpoints
A light-weight REST API development framework for ASP.NET 6 and newer.
opentelemetry-dotnet
The OpenTelemetry .NET Client
Algorithms-Explanation
Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
sample-dotnet-core-cqrs-api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Exceptionless
Exceptionless application
clean-architecture-dotnet
🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
JsonApiDotNetCore
A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
DesignPatterns
Come learn about all the Gang of Four patterns (e.g. Adapter, Facade, Strategy, Mediator, Command and more) with C# and food examples!
CorrelationId
An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.
OrganizePhotos
Simple console app to organize picture into folders based on date taken
aspnetcore-realworld-example-app
ASP.NET Core backend implementation for RealWorld