Pinned Repositories
AsyncAwaitBestPractices
Extensions for System.Threading.Tasks.Task
awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
bitfinex-client-websocket
🛠️ C# client for Bitfinex & Ethfinex websocket API version 2.0
BotSharp
The Open Source AI Bot Platform Builder in 100% C# Running in .NET Core
clean-code-dotnet
:bathtub: Clean Code concepts and tools adapted for .NET
CoreWebApi
APS.Net Core Web Api
cqrs-dotnet-core-example
A naive introduction to CQRS in C#
CSharpExamplesAndDesignPatterns
Design patterns are solutions to software design problems you find again and again in real-world application development. Patterns are about reusable designs and interactions of objects.
Dapper
Dapper - a simple object mapper for .Net
DependencyInjection
[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
francescogt's Repositories
francescogt/AsyncAwaitBestPractices
Extensions for System.Threading.Tasks.Task
francescogt/awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
francescogt/bitfinex-client-websocket
🛠️ C# client for Bitfinex & Ethfinex websocket API version 2.0
francescogt/BotSharp
The Open Source AI Bot Platform Builder in 100% C# Running in .NET Core
francescogt/clean-code-dotnet
:bathtub: Clean Code concepts and tools adapted for .NET
francescogt/CoreWebApi
APS.Net Core Web Api
francescogt/cqrs-dotnet-core-example
A naive introduction to CQRS in C#
francescogt/CSharpExamplesAndDesignPatterns
Design patterns are solutions to software design problems you find again and again in real-world application development. Patterns are about reusable designs and interactions of objects.
francescogt/Dapper
Dapper - a simple object mapper for .Net
francescogt/DependencyInjection
[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
francescogt/Fleck
C# Websocket Implementation
francescogt/linq2db
Linq to database provider.
francescogt/machinelearning-samples
Samples for ML.NET, an open source and cross-platform machine learning framework for .NET.
francescogt/microservices-in-dotnetcore
The code sample from my microservices book - https://manning.com/books/microservices-in-net-core
francescogt/microwf
A simple finite state machine (FSM) with workflow character where you define your workflows in code.
francescogt/mockhttp
Testing layer for Microsoft's HttpClient library. Create canned responses using a fluent API.
francescogt/mslearn-tailspin-spacegame-web
Code used in Microsoft Learn modules to support Azure DevOps
francescogt/mslearn-tailspin-spacegame-web-models
Code used in Microsoft Learn modules to support Azure DevOps
francescogt/NBitcoin
Comprehensive Bitcoin library for the .NET framework.
francescogt/Ocelot
.NET core API Gateway
francescogt/openscraping-lib-csharp
Turn unstructured HTML pages into structured data. The OpenScraping library can extract information from HTML pages using a JSON config file with xPath rules. It can scrape even multi-level complex objects such as tables and forum posts. This is the C# version.
francescogt/opentelemetry-dotnet
The OpenTelemetry .NET Client
francescogt/solid-examples
Simple examples showing each of the 5 SOLID principles using C#
francescogt/Telegram.Bot
.NET Client for Telegram Bot API
francescogt/test
francescogt/WebApi.Jwt
Authentication for ASP.NET Web Api using simple JWT