Skip to content
View F0b0s's full-sized avatar
Block or Report

Block or report F0b0s

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

  1. akka.net akka.net Public

    Forked from akkadotnet/akka.net

    Canonical actor model implementation for .NET with local + distributed actors in C# and F#.

    C# 1 1

  2. MassTransit.UnitOfWork MassTransit.UnitOfWork Public

    Extension for implementation Unit of work pattern(UoW) with MassTransit pipeline

    C# 1

  3. UoW implementation based on ef core ... UoW implementation based on ef core context.
    1
    public class UnitOfWork : IUnitOfWork
    2
    {
    3
        private readonly DbContext _dbContext;
    4
        private readonly IMediator _mediator;
    5
    
                  
  4. 1brc 1brc Public

    1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with .NET

    C# 1