DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Sharing Variables between Languages with Polyglot Notebooks

Sharing Variables between Languages with Polyglot Notebooks

5
Comments
5 min read
How to Use Visual Studio Like a Pro When Presenting Your Code

How to Use Visual Studio Like a Pro When Presenting Your Code

26
Comments
3 min read
Elaborating on Strings

Elaborating on Strings

Comments
2 min read
Create a PDF Digital Signature Web Service Using Azure Key Vault and the Syncfusion C# PDF Library

Create a PDF Digital Signature Web Service Using Azure Key Vault and the Syncfusion C# PDF Library

Comments
10 min read
Polyglot Notebooks: The difference between .dib and .ipynb Files

Polyglot Notebooks: The difference between .dib and .ipynb Files

4
Comments
3 min read
Funny numbers in C#.

Funny numbers in C#.

1
Comments 1
2 min read
Introducing Polyglot Notebooks

Introducing Polyglot Notebooks

8
Comments 2
5 min read
How to add cookie consent in ASP.NET 6

How to add cookie consent in ASP.NET 6

Comments
2 min read
Interpolation Search

Interpolation Search

Comments
2 min read
Creating a C# Chatbot with ChatGPT🤖 (Easy) + GitHub Repository

Creating a C# Chatbot with ChatGPT🤖 (Easy) + GitHub Repository

40
Comments
8 min read
Binary Search

Binary Search

Comments
3 min read
Linear Search

Linear Search

Comments
2 min read
Caching in .NET

Caching in .NET

8
Comments 2
5 min read
The eternal question is, what is the better, new Guid() or Guid.Parse()?

The eternal question is, what is the better, new Guid() or Guid.Parse()?

1
Comments
2 min read
[Parte 14] Entity Framework Core - PaginaciĂłn

[Parte 14] Entity Framework Core - PaginaciĂłn

Comments
5 min read
Descubre cĂłmo utilizar variables en C# para optimizar tu cĂłdigo: GuĂ­a completa

Descubre cĂłmo utilizar variables en C# para optimizar tu cĂłdigo: GuĂ­a completa

Comments
8 min read
What does Realm.Fody do?

What does Realm.Fody do?

Comments
8 min read
C# Language extensions

C# Language extensions

5
Comments
10 min read
The built in types of C#

The built in types of C#

Comments
1 min read
Open/Closed principle like a boss in C#

Open/Closed principle like a boss in C#

2
Comments 1
8 min read
How to Build Desktop and Web Document Scanning App Using .NET MAUI and Blazor

How to Build Desktop and Web Document Scanning App Using .NET MAUI and Blazor

Comments
7 min read
Executando funções personalizadas no banco de dados usando SqlExpression no .Net

Executando funções personalizadas no banco de dados usando SqlExpression no .Net

3
Comments 1
9 min read
Tirando de letra o princĂ­pio Open/Closed em C#

Tirando de letra o princĂ­pio Open/Closed em C#

Comments
8 min read
Visual Studio 2022 vs Rider vs ChatGPT-4

Visual Studio 2022 vs Rider vs ChatGPT-4

1
Comments
5 min read
Turning Git into a large file backup solution

Turning Git into a large file backup solution

2
Comments 2
6 min read
Economize memĂłria e aumente o desempenho com o ArrayPool<T> do .NET

Economize memĂłria e aumente o desempenho com o ArrayPool<T> do .NET

2
Comments
3 min read
Minimal APIs in .NET

Minimal APIs in .NET

Comments
1 min read
Chain of Responsibility Pattern in C#

Chain of Responsibility Pattern in C#

4
Comments
10 min read
String Concatenation in C#

String Concatenation in C#

1
Comments
3 min read
Transactions in .NET: From Basics to Best Practices

Transactions in .NET: From Basics to Best Practices

48
Comments 5
4 min read
Native AOT: The Future of .NET App Development

Native AOT: The Future of .NET App Development

30
Comments 4
4 min read
Managing Date Range Overlap in C#

Managing Date Range Overlap in C#

Comments
3 min read
Unit Testing | Full Explanation: C# and .NET

Unit Testing | Full Explanation: C# and .NET

1
Comments
4 min read
Pruebas Unitarias | ExplicaciĂłn completa: C# y .NET

Pruebas Unitarias | ExplicaciĂłn completa: C# y .NET

Comments
4 min read
Redis keyspace notifications with a C# example

Redis keyspace notifications with a C# example

Comments
4 min read
Blazor ProgressBar Overview

Blazor ProgressBar Overview

1
Comments
1 min read
Usando o chat do Bing como um aliado para escrever testes de software

Usando o chat do Bing como um aliado para escrever testes de software

Comments
9 min read
Test-Driven Development in .NET

Test-Driven Development in .NET

1
Comments
3 min read
.NET Core TaskDialog

.NET Core TaskDialog

3
Comments
5 min read
Dependency Inversion Principle

Dependency Inversion Principle

3
Comments
2 min read
Interface Segregation Principle

Interface Segregation Principle

4
Comments
2 min read
Modern minimal workers in .NET

Modern minimal workers in .NET

5
Comments
3 min read
Using Dependency Injection and Service Locators to get References in C#

Using Dependency Injection and Service Locators to get References in C#

Comments
4 min read
Tips on making a web site accessible part 1

Tips on making a web site accessible part 1

3
Comments
4 min read
JWT Authentication with C# .NET

JWT Authentication with C# .NET

19
Comments 3
8 min read
Liskov Substitution Principle

Liskov Substitution Principle

7
Comments
2 min read
C# 12: New Features and Improvements

C# 12: New Features and Improvements

1
Comments
3 min read
[C#] Try searching and receiving data over TCP/UDP

[C#] Try searching and receiving data over TCP/UDP

3
Comments 2
4 min read
KISS Principle

KISS Principle

Comments
1 min read
Composition or Inheritance: What’s better?

Composition or Inheritance: What’s better?

15
Comments 22
5 min read
Array vs ArrayList in C#

Array vs ArrayList in C#

2
Comments 5
2 min read
Using Tailwind Css With .Net Blazor

Using Tailwind Css With .Net Blazor

4
Comments
4 min read
Single Responsibility Principle

Single Responsibility Principle

5
Comments 2
2 min read
C# file/folder helpers

C# file/folder helpers

4
Comments 2
5 min read
Command Pattern in C#

Command Pattern in C#

4
Comments 1
9 min read
[Parte 13] EF Core: Dynamic Sort con Linq Expressions

[Parte 13] EF Core: Dynamic Sort con Linq Expressions

2
Comments 2
4 min read
C# code refactoring - the importance of naming convention

C# code refactoring - the importance of naming convention

Comments
3 min read
Learn Dependency Inversion Principle in C# (+ Examples)

Learn Dependency Inversion Principle in C# (+ Examples)

20
Comments
4 min read
A quick tour of lists in C#

A quick tour of lists in C#

Comments
6 min read
Filtering In Your ASP NET Core Web API: The Key to Efficient Data Retrieval

Filtering In Your ASP NET Core Web API: The Key to Efficient Data Retrieval

Comments
7 min read
loading...