Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Announcing the Official OpenAI Library for .NET: A Game Changer for AI Integration

Announcing the Official OpenAI Library for .NET: A Game Changer for AI Integration

Comments
3 min read
Blazor and Single-Page Applications (SPA)

Blazor and Single-Page Applications (SPA)

1
Comments
3 min read
First glance at C# from JS perspective

First glance at C# from JS perspective

5
Comments
4 min read
.NET Core MVC Project Structure : Implementing a Generic Service and Repository Pattern

.NET Core MVC Project Structure : Implementing a Generic Service and Repository Pattern

2
Comments
5 min read
Server Sent Events in ASP.NET Core

Server Sent Events in ASP.NET Core

5
Comments
3 min read
Building a Digital Dungeon Master with Semantic Kernel, C#, and Azure

Building a Digital Dungeon Master with Semantic Kernel, C#, and Azure

3
Comments 1
24 min read
Advent of Code 2024 - Day 2: Red-Nosed Reports

Advent of Code 2024 - Day 2: Red-Nosed Reports

20
Comments
4 min read
C# 13: How params Collections Transform Development

C# 13: How params Collections Transform Development

10
Comments
4 min read
Recurring Tasks in .NET C# : All options explained

Recurring Tasks in .NET C# : All options explained

1
Comments
4 min read
The Ultimate Guide to Unit Testing in .NET (C#) Using xUnit and Moq (Without the Boring Examples)

The Ultimate Guide to Unit Testing in .NET (C#) Using xUnit and Moq (Without the Boring Examples)

4
Comments
6 min read
Exploring the Top New Features in C# 12: How They Can Simplify and Enhance Your Code

Exploring the Top New Features in C# 12: How They Can Simplify and Enhance Your Code

Comments
4 min read
Algorithm for compressing numbers to Base64

Algorithm for compressing numbers to Base64

Comments
2 min read
Default Interface Implementations in C#: Where Inheritance Goes to Troll You

Default Interface Implementations in C#: Where Inheritance Goes to Troll You

58
Comments 10
5 min read
Did you know? How .NET Achieving Language Interoperability (C# + VB.NET = Same Application)

Did you know? How .NET Achieving Language Interoperability (C# + VB.NET = Same Application)

Comments
2 min read
Advent of Code 24

Advent of Code 24

1
Comments
1 min read
Advent of Code 2024 - Day 1: Historian Hysteria

Advent of Code 2024 - Day 1: Historian Hysteria

5
Comments
2 min read
Part 4: Control Flow in C#

Part 4: Control Flow in C#

1
Comments
2 min read
NET 9 BinaryFormatter migration paths

NET 9 BinaryFormatter migration paths

3
Comments
6 min read
Building simul8or: A Real-Time Trading Simulator from Scratch

Building simul8or: A Real-Time Trading Simulator from Scratch

Comments
3 min read
Understanding the Need for Collections in Programming

Understanding the Need for Collections in Programming

1
Comments
4 min read
From XML to Word: simplifying conversion with FileConversionLibrary

From XML to Word: simplifying conversion with FileConversionLibrary

2
Comments
7 min read
C# Essentials: Operator Overloading and Custom Sorting Made Simple

C# Essentials: Operator Overloading and Custom Sorting Made Simple

1
Comments
5 min read
Polymorphic Serialization in .NET

Polymorphic Serialization in .NET

4
Comments
2 min read
How to create a background email sender

How to create a background email sender

1
Comments
1 min read
C++ Calls C#: A Tale of Friendship Across Runtimes

C++ Calls C#: A Tale of Friendship Across Runtimes

3
Comments 1
18 min read
What is Polymorphism in C# - Explained with a Code Example

What is Polymorphism in C# - Explained with a Code Example

3
Comments
5 min read
A Verdadeira Natureza dos Tipos Valor e ReferĂȘncia em .NET

A Verdadeira Natureza dos Tipos Valor e ReferĂȘncia em .NET

4
Comments
5 min read
Understanding InvalidOperationException in C#

Understanding InvalidOperationException in C#

4
Comments
2 min read
How to C#: Add Configuration to your .NET 8 Web API Application

How to C#: Add Configuration to your .NET 8 Web API Application

4
Comments
4 min read
Understanding Variance in C#

Understanding Variance in C#

2
Comments
3 min read
C# Optimizations That Boosted Our Application's Performance

C# Optimizations That Boosted Our Application's Performance

19
Comments 3
4 min read
BusinessValue with CQS

BusinessValue with CQS

Comments
4 min read
Mediator and CQRS with MediatR

Mediator and CQRS with MediatR

Comments
4 min read
Why Span<T> and Ref Structs Can't Directly Participate in Asynchronous Operations

Why Span<T> and Ref Structs Can't Directly Participate in Asynchronous Operations

1
Comments
2 min read
Mastering Error Handling in ASP.NET Core 9.0: Advanced Strategies for Robust Applications

Mastering Error Handling in ASP.NET Core 9.0: Advanced Strategies for Robust Applications

Comments
2 min read
Measuring Performance in C#: Benchmarking with BenchmarkDotNet

Measuring Performance in C#: Benchmarking with BenchmarkDotNet

4
Comments
3 min read
Understanding Optimization via Redesign

Understanding Optimization via Redesign

1
Comments
3 min read
C# Tip: Use async and await for Asynchronous Operations

C# Tip: Use async and await for Asynchronous Operations

Comments
1 min read
Creating a Scheduled Task in Sitecore

Creating a Scheduled Task in Sitecore

5
Comments
3 min read
Performance Optimization in Web Applications: A Comprehensive Analysis of Server-Side Rendering in Angular

Performance Optimization in Web Applications: A Comprehensive Analysis of Server-Side Rendering in Angular

1
Comments
3 min read
Hidden NET 9 gems

Hidden NET 9 gems

96
Comments
5 min read
The Power of Function Composition — to Find If an Array Is Special

The Power of Function Composition — to Find If an Array Is Special

3
Comments 2
3 min read
Using Semaphores for Producer-Consumer Problems

Using Semaphores for Producer-Consumer Problems

5
Comments
20 min read
How to use HashiCorpVault in a .NET 8 Web Api project

How to use HashiCorpVault in a .NET 8 Web Api project

Comments
1 min read
Completing the Paginator Class in C#

Completing the Paginator Class in C#

6
Comments
4 min read
Boosting .NET 9 Application Performance: Proven Tips and Techniques

Boosting .NET 9 Application Performance: Proven Tips and Techniques

6
Comments
2 min read
C# Overlooked: A Career-Building Language Overlooked by Students

C# Overlooked: A Career-Building Language Overlooked by Students

Comments
3 min read
Securing Plain Text using SHA hashing: SHA-256 Sorcery

Securing Plain Text using SHA hashing: SHA-256 Sorcery

6
Comments
2 min read
Designing an Abstract Collection Interface for Pagination in C#

Designing an Abstract Collection Interface for Pagination in C#

1
Comments
3 min read
How to Build a .NET MAUI Barcode Scanner Using IronBarcode

How to Build a .NET MAUI Barcode Scanner Using IronBarcode

1
Comments
6 min read
Everything New in .NET 9: The Ultimate Developer's Guide

Everything New in .NET 9: The Ultimate Developer's Guide

51
Comments 1
21 min read
Umbraco package of the month: Auto dictionaries

Umbraco package of the month: Auto dictionaries

1
Comments
3 min read
C# Clean Code: Commenting Conventions

C# Clean Code: Commenting Conventions

Comments
2 min read
Looking for a C# Internship to Learn & Grow!

Looking for a C# Internship to Learn & Grow!

Comments
1 min read
đŸ”č C# Tip: Sealed Classes for Final Implementation

đŸ”č C# Tip: Sealed Classes for Final Implementation

1
Comments
1 min read
C# Tip: Prefer String Interpolation over Concatenation

C# Tip: Prefer String Interpolation over Concatenation

Comments
1 min read
Dica C#: Prefira Interpolação de Strings ao Invés de Concatenação

Dica C#: Prefira Interpolação de Strings ao Invés de Concatenação

Comments
2 min read
A .NET TUI for Advent of Code

A .NET TUI for Advent of Code

3
Comments
5 min read
Game Dev Digest — Issue #259 - Learning Resources

Game Dev Digest — Issue #259 - Learning Resources

1
Comments
10 min read
Dica C#: Evite ExceçÔes para Controle de Fluxo

Dica C#: Evite ExceçÔes para Controle de Fluxo

Comments
2 min read
loading...