Community Discussions
C#
Discuss all things related to C#, .NET, ASP.NET, and the C# ecosystem.
A deep dive into the intricacies of asynchronous programming with async and await, covering common pitfalls and best practices for efficient C# development.
Learn how to write cleaner, more efficient, and more readable LINQ queries in C#. We explore performance considerations and common anti-patterns.
Get started with .NET MAUI and build beautiful, native cross-platform applications for iOS, Android, macOS, and Windows using a single C# codebase.
Understand the SOLID design principles and how to apply them effectively in your C# projects to create maintainable and scalable software.
Optimize your database interactions with Entity Framework Core. This post covers techniques for improving query performance and reducing database load.
An introduction to gRPC and how to implement high-performance, contract-first RPC services using ASP.NET Core and C#.