CSharp-9-CheatSheet. C# 9 Cheat Sheet with code example and pros and cons.
407ModernArchitectureShop. The Microservices Online Shop is an application with a modern software architecture that is cleanly designed and based on.NET lightweight technologies. The shop has two build variations. The first variant is the classic Microservices Architectural Style. The second one is with Dapr. Dapr has a comprehensive infrastructure for building highly decoupled Microservices; for this reason, I am using Dapr to achieve the noble goal of building a highly scalable application with clean architecture and clean code.
279CSharp8CheatSheet. C# 8 Cheat Sheet, Default Interface Methods, Pattern Matching, Indices and Ranges, Nullable Reference Types, Asynchronous Streams, Caller Expression Attribute ,Static Local Functions, Default in Deconstruction., Alternative Interpolated Verbatim Strings, Using Declarations, Relax Ordering of ref and partial Modifiers, Disposable ref structs, Generic Attributes, Null Coalescing Assignment ,Disposable ref structs
83CSharp7Features. New C# 7.0 features in Visual Studio 2017 RC
33CSharp_8_Async_Streams_Demo. C# 8 Demo for the new proposed feature Async Streams
12EntityFrameworkCoreDocker. C#Corner article Entity Framework Core with SQL Server / SQLite in Docker Container. use Docker with the Entity Framework Core with different databases
10IAsyncEnumerableDemo. C# 8 Demo IAsyncEnumerable interface
5FSharpDesktopApplication. F# demo desktop application for C# Developers, based on domain driven design, SQL Server Express: https://www.c-sharpcorner.com/article/easy-way-to-become-an-f-sharp-programmer-for-c-sharp-developers/
3ParameterSniffingEFCore. ParameterSniffingEFCore Please read the article in DZone. Entity Framework Core SQL Server Parameter Sniffing
3EntityFrameworkCoreDemo. Entity Framework Core Demo, code sample, examples, for presentation, tutor, step by step learn, learn Entity Framework core.
3Entity-Framework-Core-and-Cosmos-Db-with-Blazor. Entity Framework Core and Cosmos Db with Blazor demo application
2discoverdotnet. A web site that helps you discover awesome .NET open source and community resources
2Cosmos-DB-Table-API. Source Code for my article Cosmos DB Table API in CShrapCorner
1CSharp_7.2_Demo. Examples for: DIGITAL SEPARATOR, Non-trailing Named Arguments, Conditional Ref Operator, Private Protected, Readonly struct and Ref Struct, Span
1NotificationsService. C#
1Default-Interface-Methods-CSharp-8. Default Interface Methods in C# 8: - A Very simple example - Keyword abstract and virtual - Using the keyword This - Using Properties - Diamond Problem - Using Async - Generic - Player example - Limitations and errors
1