Skip to content
View enricosoft's full-sized avatar

Block or report enricosoft

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. PdfiumCore PdfiumCore Public

    Forked from Bluegrams/PdfiumViewer

    Google's Pdfium .NET wrapper ported to .net 5 and .net core 3.1. Removed the Windows.Forms dependency.

    C# 2 1

  2. R4MVC R4MVC Public

    Forked from T4MVC/R4MVC

    R4MVC is a Roslyn code generator for ASP.NET Core MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places

    C# 1

  3. auditing-dotnet-entity-framework-core auditing-dotnet-entity-framework-core Public

    Forked from Ngineer101/auditing-dotnet-entity-framework-core

    Learn how to set up simple entity auditing and track changes in Entity Framework Core.

    C# 1

  4. Consul.ServiceDiscovery.Demo Consul.ServiceDiscovery.Demo Public

    Forked from matjazbravc/Consul.ServiceDiscovery.Demo

    This demo shows how to implement simple containerized (Docker) microservice architecture with gateway, load balancer (Ocelot) and automatic service discovery (Consul).

    C# 1

  5. Microsoft Orleans.NET Sample Microsoft Orleans.NET Sample
    1
    1) [ORLEANS.NET BACK-END]
    2
    
                  
    3
    
                  
    4
    // GRAIN (ACTOR) INTERFACE DEFINITION (ICartGrain.cs)
    5
    namespace GrainInterfaces
  6. Akka.NET Sample Akka.NET Sample
    1
    namespace AkkaRoomReservationSample
    2
    {
    3
        class Program
    4
        {
    5
            static void Main(string[] args)