Fake Multiple Inheritance in C#

Learn to use extension methods and interface default implementations to achieve free-risk multiple inheritance look-alike feature

IEnumerable vs IQueryable: Demystify & Dive deep into how query works

Learn about how queries work behind the scene, and the difference between IEnumerable and IQueryable

LAB SERIES #1 : Scaffold entities from database schema in EF Core 3.1

1/ Install packages EF Core tools: Install-Package Microsoft.EntityFrameworkCore.Tools SQL Server data provider for EF Core: Install-Package…

Create ASP.NET Core Web API for Ethereum DApps

Another approach to create decentralized application on Ethereum with Restful API as middleware

ASP.NET Core Web API middle-ware for Ethereum – Settings

This is the first part of the tutorial on creating Aps.Net Core Web API for Ethereum’s…

Create Ethereum DApps with Restful API

Simple project to create a ASP.NET Core Web API, which interoperates with a private blockchain network…