My Book on Amazon: Introduction to C# BookThe book is arranged according to the C# 8.0 and C# 9.0 concepts and use cases. This book...
C# 9 CheatSheet
Cheat sheet in GitHub contains the latest updates: GitHub – alugili/CSharp-9-CheatSheet: C# 9 Cheat Sheet with code example and pros and cons.
Modern Architecture Shop (Clean Architecture And Microservices)
Modern Architecture Shop Modern Architecture Shop is a clean-lightweight.NET microservices application, showcasing the use of Dapr to build microservices-based applications. It is a simple online shop with...
Introduction to C# 8 — Free eBook
Download: https://www.c-sharpcorner.com/ebooks/introduction-to-csharp_8 or direct download:
Intro To Pattern Matching – Covers C# 9
What is Pattern Matching? Pattern matching is an essential and powerful building block to many functional programming languages like Haskell or Scala. Pattern matching allows...
I am pleased to announce that I will be the next speaker for @CsharpCorner Annual Conference 2020. https://csharpcon.com
https://www.c-sharpcorner.com/
Deep Dive Into C# 9
The proposed C# 9 features could make C# more functional and practical. Read this article to be prepared for the Inevitable Challenges.
C# 8 Next
Describing C# NEXT Feature Status and demonstrating them with examples.
Easy way to become an F# programmer for C# Developers
Easy way to become an F# programmer for C# Developers The basis for Object-Oriented Programming languages started in the early 1960s, and for over 30...
Advanced Debugging with Visual Studio 2019 and OzCode
Debugging is the most tricky and challenging part of the software development process. Some bugs or problems are really hard to find because of a...
Entity Framework Core And Cosmos DB With Blazor
In this article, we will learn how to get started with Entity Framework Core and Cosmos Db with Blazor. We will create a demo application...
Introduction To Azure Cosmos DB Table API
This article provides a short introduction to Database Systems and Azure Cosmos DB Table API with a code sample. https://www.c-sharpcorner.com/article/cosmos-db-table-api/
Candidate Features For C# 9
The long road to C# 9 has already begun and this is the first article in the world about the C# 9 Candidate features. Once...
Entity Framework Core In Docker Container – Part II – SQLite
A good Step-by-step tutorial on using SQLite and Entity Framework Core with Docker. The code sample based on Microservices architecture. Also, you will learn here...