DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
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

5
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

26
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

5
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
The Trouble with .Single()

The Trouble with .Single()

3
Comments
3 min read
Gentle introduction for generics (C#)

Gentle introduction for generics (C#)

7
Comments
7 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

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

Evaluating VB.NET to C# converters

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

C# User-defined explicit and implicit conversion operators

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

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

9
Comments 1
4 min read
🌟Expression Tree 🌟

🌟Expression Tree 🌟

2
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#

6
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

7
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

6
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

18
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

3
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
String to Byte Array Conversion in C#: Tutorial

String to Byte Array Conversion in C#: Tutorial

28
Comments
5 min read
Unleashing the Power of Delegates in C#: Boost Your Programming Skills

Unleashing the Power of Delegates in C#: Boost Your Programming Skills

2
Comments
2 min read
Understanding Generics in C#

Understanding Generics in C#

Comments
2 min read
Window Forms change notification

Window Forms change notification

1
Comments
3 min read
When does != true != !true?

When does != true != !true?

3
Comments
4 min read
Difference Between Array and ArrayList

Difference Between Array and ArrayList

1
Comments
2 min read
CodeBehind 2.0 is Released; ASP.NET Core Alternative

CodeBehind 2.0 is Released; ASP.NET Core Alternative

3
Comments
3 min read
C# - Function Pointers for High-Performance Scenarios

C# - Function Pointers for High-Performance Scenarios

Comments
1 min read
Getting started with the Azure Content Safety API.

Getting started with the Azure Content Safety API.

5
Comments
4 min read
Understanding the Observer Pattern in C#

Understanding the Observer Pattern in C#

Comments
2 min read
HashMap in C#: Detailed Guide

HashMap in C#: Detailed Guide

18
Comments
9 min read
Value Objects in .NET (DDD Fundamentals)

Value Objects in .NET (DDD Fundamentals)

Comments
6 min read
Bugs and suspicious places in .NET 8 source code

Bugs and suspicious places in .NET 8 source code

5
Comments
8 min read
Windows form move items up/down in ListView and more

Windows form move items up/down in ListView and more

2
Comments
9 min read
C# PDF Libraries Compared for .NET Developers: Pros & Cons

C# PDF Libraries Compared for .NET Developers: Pros & Cons

98
Comments 5
13 min read
loading...