gazdzinskak's Stars
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
dnSpy/dnSpy
.NET debugger and assembly editor
thangchung/awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
quozd/awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
quartznet/quartznet
Quartz Enterprise Scheduler .NET
quartz-scheduler/quartz
Code for Quartz Scheduler
EventStore/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
ddd-by-examples/library
A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
jamesmh/coravel
Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
zalando/skipper
An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
fluentscheduler/FluentScheduler
Automated job scheduler with fluent interface for the .NET platform.
danielpalme/ReportGenerator
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
adamtornhill/code-maat
A command line tool to mine and analyze data from version-control systems
mariuszgil/awesome-eventstorming
Awesome EventStorming
natemcmaster/CommandLineUtils
Command line parsing and utilities for .NET
ddd-by-examples/factory
The missing, complete example of Domain-Driven Design enterprise application backed by Spring stack
MassTransit/Automatonymous
A state machine library for .Net - 100% code - No doodleware
phatboyg/NewId
A sequential id generator that works across nodes with no collisions
asc-lab/micronaut-microservices-poc
Very simplified insurance sales system made in a microservices architecture using Micronaut
snatch-dev/Chronicle
Implementation of saga pattern for .NET Core
Tronald/CoordinateSharp
A library designed to ease geographic coordinate format conversions, and determine sun/moon information in C#
phatboyg/MassTransit
Distributed Application Framework for .NET
dotnet/platform-compat
Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
qetza/vsts-replacetokens-task
[ARCHIVED] Visual Studio Team Services Build and Release extension that replace tokens in files with variable values.. Project moved to https://github.com/qetza/replacetokens-task
phatboyg/GreenPipes
An asynchronous pipe implementation for the Task Parallel Library
asc-lab/dotnet-cqrs-intro
Examples of implementation CQRS with Event Sourcing - evolutionary approach
asc-lab/ddd-aggregates-example
This is example of modelling DDD aggregates based on PPPDDD book.