23 results for “topic:csharp9”
This repository contains Hands on Test Driven Development Katas (C#)
Stack only json deserialization using generators and the System.Text.Json library
C# Source Generator for NSwag.
A C# source generator to create an enumeration class from an enum type.
A language that is going to be compiled to IL, that works on Linux, Mac, Windows.
A C# source generator to make an interface and a class wrapper to test static and extension methods.
An example of how you can combine MediatR and Record types to build an api in the CQRS pattern with relatively minimal code.
The Why and How of C# 9.0
These are the C# Programs which I practice, learn and Solving Challenge files studied from different sources.
Low-overhead Vulkan API bindings for .NET 5 and C# 9
Minimal web API tutorials using ASP.NET Core for .NET 6 LTS
Basic code samples for C# 8 and C# 9
Understanding CQRS: Command and Query Responsibility Segregation with Dotnet Core & MediatR
A C# Linq-To-SQL source generator, inspired by other type providers that will connect to a SQL database at compile time and provide types based on a schema. In using Linq-To-Sql, Linq, data exploration and CRUD operations are supported.
Samples of C# 9.0+ features/candidates
No description provided.
Samples of new C# 9.x, 8.x, 7.x, 6.0 features.
top-level feature for C#9
No description provided.
Performant rule matcher. 1000+ records. 100+ calls/second.
Sandbox solution showcasing .NET 5 and C# 9 features. 🗺
Lesson on working with EF Core 5 showing both beginner and advance operations with unit testing.
Guide developers through strict Test-Driven Development by breaking features into increments and managing Red-Green-Refactor cycles automatically.