MSDN Community

Explore and contribute to the world of Microsoft technologies.

C#

Dive into discussions, articles, and resources related to C#, Microsoft's versatile, modern, object-oriented programming language. Discover best practices, new features, and solutions to common challenges.

Getting Started with .NET 8 and C# 12

An in-depth guide to the latest features and improvements in .NET 8 and C# 12. Learn about performance enhancements, new language constructs, and how to leverage them in your projects.

Jane Doe 2023-11-15

Asynchronous Programming Patterns in C#

Explore the nuances of async/await, Task Parallel Library (TPL), and best practices for writing efficient and responsive asynchronous code in C#.

John Smith 2023-10-28

Introduction to LINQ for Data Manipulation

A beginner-friendly introduction to Language Integrated Query (LINQ) in C#. Learn how to query collections and data sources with simple, expressive syntax.

Alice Wonderland 2023-09-05

Building RESTful APIs with ASP.NET Core

Understand the fundamentals of creating robust and scalable RESTful web APIs using ASP.NET Core and C#. Covers routing, controllers, and model binding.

Bob The Builder 2023-08-20

Advanced C# Concepts: Delegates, Events, and Lambdas

Deep dive into advanced C# features such as delegates, events, and lambda expressions. Learn how they enable flexible and powerful design patterns.

Charlie Chaplin 2023-07-10

C# Performance Tuning: Tips and Tricks

Discover practical techniques to optimize the performance of your C# applications. From memory management to profiling, enhance your code's efficiency.

Diana Prince 2023-06-25
View More C# Content