Community Discussions

C#

Discuss all things related to C#, .NET, ASP.NET, and the C# ecosystem.

New Post
Understanding Async/Await in Modern C#

A deep dive into the intricacies of asynchronous programming with async and await, covering common pitfalls and best practices for efficient C# development.

15 123
Best Practices for LINQ Queries

Learn how to write cleaner, more efficient, and more readable LINQ queries in C#. We explore performance considerations and common anti-patterns.

8 98
Introduction to .NET MAUI for Cross-Platform Apps

Get started with .NET MAUI and build beautiful, native cross-platform applications for iOS, Android, macOS, and Windows using a single C# codebase.

22 150
SOLID Principles in C# with Real-World Examples

Understand the SOLID design principles and how to apply them effectively in your C# projects to create maintainable and scalable software.

12 110
Exploring Entity Framework Core Performance Tuning

Optimize your database interactions with Entity Framework Core. This post covers techniques for improving query performance and reducing database load.

18 135
Working with gRPC in ASP.NET Core

An introduction to gRPC and how to implement high-performance, contract-first RPC services using ASP.NET Core and C#.

9 85