Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Beginner's guide to Unit Testing with NUnit.

Beginner's guide to Unit Testing with NUnit.

3
Comments
3 min read
Building .NET 8 APIs with Zero-Setup CQRS and Vertical Slice Architecture

Building .NET 8 APIs with Zero-Setup CQRS and Vertical Slice Architecture

11
Comments 3
3 min read
If Statements in C#: Undestanding and Best Practices

If Statements in C#: Undestanding and Best Practices

10
Comments
4 min read
C# - Interpolated String Handling

C# - Interpolated String Handling

Comments
1 min read
Sealed: Preventing Inheritance in C#

Sealed: Preventing Inheritance in C#

3
Comments 4
3 min read
Its 2024 and its time for a look at your Web API Tech Stack.

Its 2024 and its time for a look at your Web API Tech Stack.

Comments
5 min read
Primary Constructor in C# 12: Streamlining Object Creation

Primary Constructor in C# 12: Streamlining Object Creation

4
Comments 3
2 min read
Stop using Google to lookup error codes and write your own error lookup class.

Stop using Google to lookup error codes and write your own error lookup class.

4
Comments
6 min read
Solid Principle : Open/Closed Principle

Solid Principle : Open/Closed Principle

Comments
4 min read
CodeBehind 2.1; aspx Back to ASP.NET Core

CodeBehind 2.1; aspx Back to ASP.NET Core

Comments 1
3 min read
Azure Service Bus Simulator

Azure Service Bus Simulator

2
Comments
2 min read
Advent of Code 2023: Day 15 Lens Library

Advent of Code 2023: Day 15 Lens Library

Comments
2 min read
Azure AD B2C学習メモ

Azure AD B2C学習メモ

Comments 1
2 min read
== problem with generics

== problem with generics

Comments
3 min read
Game Dev Digest — Issue #217 - Small Games, Coding Patterns, AI, Fluid Sims and more

Game Dev Digest — Issue #217 - Small Games, Coding Patterns, AI, Fluid Sims and more

Comments
9 min read
C# - Struct Improvements in C# 10.0

C# - Struct Improvements in C# 10.0

Comments 1
1 min read
What is ThreadPool Class in C#?

What is ThreadPool Class in C#?

Comments
2 min read
Semantic Tests for SemanticKernel Plugins using skUnit

Semantic Tests for SemanticKernel Plugins using skUnit

8
Comments 3
3 min read
Understanding Abstract Classes and Interfaces in C#

Understanding Abstract Classes and Interfaces in C#

Comments
2 min read
Improving Azure AI Search results with semantic search

Improving Azure AI Search results with semantic search

37
Comments
9 min read
Setup Nullable reference type in Unity

Setup Nullable reference type in Unity

Comments
1 min read
How to Build a Razor Class Library for Web Camera Access

How to Build a Razor Class Library for Web Camera Access

Comments 2
7 min read
Handling Non-Standard JSON in .NET Using System.Text.Json

Handling Non-Standard JSON in .NET Using System.Text.Json

6
Comments 3
2 min read
C# - File-scoped Namespaces

C# - File-scoped Namespaces

Comments
1 min read
Examples Of The Factory Pattern In C# – A Simple Beginner’s Guide

Examples Of The Factory Pattern In C# – A Simple Beginner’s Guide

7
Comments
9 min read
Gentle introduction for generics (C#)

Gentle introduction for generics (C#)

8
Comments
7 min read
The Trouble with .Single()

The Trouble with .Single()

3
Comments
3 min read
Decoding the Protected Internal Access Modifier in C#: A Balance of Encapsulation and Collaboration

Decoding the Protected Internal Access Modifier in C#: A Balance of Encapsulation and Collaboration

2
Comments 1
3 min read
.NET C# - Unlock the true potential of your application with asynchronous programming!

.NET C# - Unlock the true potential of your application with asynchronous programming!

1
Comments 1
3 min read
What is Collection Expressions in C# 12?

What is Collection Expressions in C# 12?

Comments
1 min read
.NET MAUI Grid Layout: A Powerful Way to Arrange Your UI Elements

.NET MAUI Grid Layout: A Powerful Way to Arrange Your UI Elements

24
Comments 2
3 min read
Evaluating VB.NET to C# converters

Evaluating VB.NET to C# converters

2
Comments 1
2 min read
C# User-defined explicit and implicit conversion operators

C# User-defined explicit and implicit conversion operators

1
Comments 1
5 min read
Decimal in C# : How and Where to Use It?

Decimal in C# : How and Where to Use It?

12
Comments 1
4 min read
🌟Expression Tree 🌟

🌟Expression Tree 🌟

3
Comments 2
5 min read
Reflecting on the Journey with Explore.CLI

Reflecting on the Journey with Explore.CLI

Comments
3 min read
Action and Func Delegates in C#

Action and Func Delegates in C#

9
Comments
11 min read
Unveiling the power of Inheritance in Object Oriented Programming

Unveiling the power of Inheritance in Object Oriented Programming

2
Comments
3 min read
.NET: The ASCII Problem

.NET: The ASCII Problem

1
Comments 1
7 min read
How Programming to an Interface Affects Testability

How Programming to an Interface Affects Testability

2
Comments
4 min read
O que é uma Variável? - Primeiros passos em C#

O que é uma Variável? - Primeiros passos em C#

1
Comments 1
4 min read
Understanding the Fundamentals of Database Programming Languages

Understanding the Fundamentals of Database Programming Languages

9
Comments 1
9 min read
Criando sua primeira aplicação console em .net

Criando sua primeira aplicação console em .net

1
Comments
4 min read
Enabling CORS in a .NET Core Server-Side Application

Enabling CORS in a .NET Core Server-Side Application

8
Comments
2 min read
JSON Serialization and Deserialization in C#

JSON Serialization and Deserialization in C#

Comments
2 min read
HttpClientHandler in C# - Easy Guide

HttpClientHandler in C# - Easy Guide

19
Comments
4 min read
LWW Register

LWW Register

2
Comments
8 min read
C# and Its Main Features

C# and Its Main Features

Comments
2 min read
How to Build a Razor Class Library for Document Detection and Rectification

How to Build a Razor Class Library for Document Detection and Rectification

2
Comments
11 min read
Action in C#: Tutorial

Action in C#: Tutorial

18
Comments
5 min read
Catalogue of CLI commands and IDE keyboard shortcuts for a growing Developer

Catalogue of CLI commands and IDE keyboard shortcuts for a growing Developer

Comments
2 min read
How to Add Watermarks and Bookmarks in .NET using the PDF Library

How to Add Watermarks and Bookmarks in .NET using the PDF Library

Comments
1 min read
Enhancing Explore.CLI

Enhancing Explore.CLI

Comments
3 min read
Acelerando o desenvolvimento de microsserviços .NET / C# e Devprime

Acelerando o desenvolvimento de microsserviços .NET / C# e Devprime

Comments
8 min read
C#: IDE, por favor, no me "ayudes" más... (III)

C#: IDE, por favor, no me "ayudes" más... (III)

3
Comments
5 min read
How To Make A Budgeting App In C# With Blazor

How To Make A Budgeting App In C# With Blazor

5
Comments
8 min read
SemanticValidation: A Library for Semantic Checks with OpenAI

SemanticValidation: A Library for Semantic Checks with OpenAI

10
Comments
2 min read
Evolutive and robust password hashing using PBKDF2 in .NET

Evolutive and robust password hashing using PBKDF2 in .NET

Comments
9 min read
Choosing Between Controllers and Minimal API for .NET APIs

Choosing Between Controllers and Minimal API for .NET APIs

23
Comments 9
5 min read
C# - Optimize Performance with Span<T> and Memory<T>

C# - Optimize Performance with Span<T> and Memory<T>

Comments
2 min read
loading...