Skip to content

Instantly share code, notes, and snippets.

View DarkSideMoon's full-sized avatar
🗺️
Express yourself!

Pavlo Romashchenko DarkSideMoon

🗺️
Express yourself!
View GitHub Profile
@DarkSideMoon
DarkSideMoon / Interfaces.cs
Last active May 27, 2021 19:21
Mock autofac ConfigureTenant method and test it
public interface IConfigureNewTenants
{
void ConfigureNewTenants(MultitenantContainer multiTenantContainer, int id, Action<ContainerBuilder> action);
}
public interface ITenantProvider
{
IEnumerable<int> GetNewTenantsToAddIds();
}
@DarkSideMoon
DarkSideMoon / Software-Engineer-Books.md
Last active February 13, 2021 18:08
Software Engineer Books

C# Software Development 📚

  • C# in Depth, Fourth Edition by Jon Skeet (Book) Manning
  • Programming C# 8.0: Build Cloud, Web, and Desktop Applications by Ian Griffiths (Book) Amazon
  • C# 9 and .NET 5 – Modern Cross-Platform Development by Mark J. Price (Book) Amazon
  • Threading in C# by Joseph Albahari (Book, website) WebSite Pdf Book
  • C# 8.0 in a Nutshell: The Definitive Reference, 1st Edition by by Joseph Albahari (Book) Amazon
  • Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming, 2nd Edition by Stephen Cleary Book [Amazon](https://www.amazon.com/Concurrency-C