Skip to content
View denis-tsv's full-sized avatar

Block or report denis-tsv

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ExactlyOnce ExactlyOnce Public

    Implementation of exactly-once delivery semantic

    C#

  2. Outbox Outbox Public

    The best implementation of Outbox pattern

    C# 1

  3. MicroserviceSample MicroserviceSample Public

    Sample of microservice (architecture and infrastructure)

    C# 1

  4. CleanArchitecture CleanArchitecture Public

    Sample how to implement Clean Architecture using ASP.NET Core

    C# 63 5

  5. AutoFilter AutoFilter Public

    Allows to create a LINQ Expression using DTO and filter entities in database and in-memory. Implements of Specification pattern using LINQ Expressions.

    C# 47 3

  6. EFCore.MigrationExtensions EFCore.MigrationExtensions Public

    Adds views, synonyms, stored procedures, etc. (so-called SQL objects) to the EF model. Creates migrations, when those objects are changed. SQL objects are defined as raw SQL in C#-code or in embedd…

    C#