DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Be cautious when implementing the Open Closed Principle

Be cautious when implementing the Open Closed Principle

18
Comments 11
5 min read
How To Implement a Queue in C#

How To Implement a Queue in C#

8
Comments
3 min read
What is C# used for? 5 things you can create with C#

What is C# used for? 5 things you can create with C#

4
Comments
6 min read
Vulnerabilities due to XML files processing: XXE in C# applications in theory and in practice

Vulnerabilities due to XML files processing: XXE in C# applications in theory and in practice

7
Comments
18 min read
Guia fundamental da programação orientada a objetos - Parte 2 | Os pilares

Guia fundamental da programação orientada a objetos - Parte 2 | Os pilares

9
Comments 1
6 min read
Conditional Ternary Operator “?” C#, Why (not always) is not “If sentence” replacement

Conditional Ternary Operator “?” C#, Why (not always) is not “If sentence” replacement

6
Comments
3 min read
EF Core: Effectively decouple the data and domain model

EF Core: Effectively decouple the data and domain model

13
Comments 1
8 min read
5 (Important) Tips to Writing Clean C# Code

5 (Important) Tips to Writing Clean C# Code

43
Comments 5
4 min read
More C# Console Games

More C# Console Games

65
Comments 1
9 min read
.Net 6 WebAPI - Intro to ElasticSearch - Step by Step #aspnetcore

.Net 6 WebAPI - Intro to ElasticSearch - Step by Step #aspnetcore

24
Comments 4
2 min read
HttpPostedFileBase

HttpPostedFileBase

6
Comments 4
2 min read
.Net Analyzer for MongoDB

.Net Analyzer for MongoDB

8
Comments 1
2 min read
C# - Criando API com Jwt Token - Autorização e Autenticação - Módulo 1

C# - Criando API com Jwt Token - Autorização e Autenticação - Módulo 1

20
Comments
9 min read
DDD & CQRS: Aplicando Domain Events en ASP.NET Core.

DDD & CQRS: Aplicando Domain Events en ASP.NET Core.

59
Comments 6
15 min read
Domain Modeling Made Functional: A jump into the functional world

Domain Modeling Made Functional: A jump into the functional world

7
Comments
2 min read
Background jobs with Hangfire and .NET 6

Background jobs with Hangfire and .NET 6

2
Comments
1 min read
Integrate IndexNow with Umbraco CMS to submit content to search engines

Integrate IndexNow with Umbraco CMS to submit content to search engines

7
Comments
10 min read
[WPF][WebView2] Save line charts as images

[WPF][WebView2] Save line charts as images

2
Comments
7 min read
Implementing a Clean Architecture in ASP.NET Core 6

Implementing a Clean Architecture in ASP.NET Core 6

15
Comments
8 min read
Game Dev Digest — Issue #127 - How To Get Discovered

Game Dev Digest — Issue #127 - How To Get Discovered

2
Comments 1
11 min read
Coding standards. Why and how with C#

Coding standards. Why and how with C#

10
Comments
6 min read
Send Scheduled SMS with C# .NET and Twilio Programmable Messaging

Send Scheduled SMS with C# .NET and Twilio Programmable Messaging

6
Comments
9 min read
Authentication in ASP .NET Core

Authentication in ASP .NET Core

125
Comments 2
6 min read
Create PDF in .NET Core Using itext7

Create PDF in .NET Core Using itext7

20
Comments
9 min read
C# Wants to Become The MOST POPULAR Programming Language in 2022

C# Wants to Become The MOST POPULAR Programming Language in 2022

18
Comments 1
5 min read
Celebrate the .NET 20th Anniversary with the Community!

Celebrate the .NET 20th Anniversary with the Community!

33
Comments 2
2 min read
Looking into C# Property Patterns Performance

Looking into C# Property Patterns Performance

3
Comments
2 min read
Extended Property Patterns in C# 10

Extended Property Patterns in C# 10

11
Comments
1 min read
Cross-Site Scripting (XSS) Vulnerabilities (3 Tips to prevent it)

Cross-Site Scripting (XSS) Vulnerabilities (3 Tips to prevent it)

29
Comments 2
3 min read
Create a Signature Component in a Blazor WebAssembly App

Create a Signature Component in a Blazor WebAssembly App

3
Comments
1 min read
Array or object JSON deserialization (feat. .NET & System.Text.Json)

Array or object JSON deserialization (feat. .NET & System.Text.Json)

8
Comments
3 min read
A Quick view of Cached Repository Pattern

A Quick view of Cached Repository Pattern

19
Comments
3 min read
Clean Code in C# Part 9 Rules for Results

Clean Code in C# Part 9 Rules for Results

7
Comments
3 min read
Creating Lambda backed Custom Cloudformation resource in C#

Creating Lambda backed Custom Cloudformation resource in C#

6
Comments
8 min read
Game Dev Digest — Issue #128 - Procedural Generation

Game Dev Digest — Issue #128 - Procedural Generation

3
Comments 2
7 min read
What is C#?

What is C#?

2
Comments
2 min read
【Entity Framework Core】Raw SQL Queries 2

【Entity Framework Core】Raw SQL Queries 2

4
Comments 1
2 min read
.NET 6 Register Services using Reflection

.NET 6 Register Services using Reflection

24
Comments 4
7 min read
C# Tip: use yield return to return one item at the time

C# Tip: use yield return to return one item at the time

15
Comments
3 min read
Unity Game Dev Resources - that helped me - publish my own games !

Unity Game Dev Resources - that helped me - publish my own games !

4
Comments
1 min read
How to get started with .NET

How to get started with .NET

6
Comments
4 min read
Guia fundamental da programação orientada a objetos - Parte 1

Guia fundamental da programação orientada a objetos - Parte 1

19
Comments 1
8 min read
.NET MAUI Closer Than Ever (Discover +5 New Features)

.NET MAUI Closer Than Ever (Discover +5 New Features)

26
Comments
4 min read
C# Sugar & Improvements [6.0 to 10.0]

C# Sugar & Improvements [6.0 to 10.0]

21
Comments
3 min read
ASP.NET Core: Servidor de Autenticación con OpenID Connect

ASP.NET Core: Servidor de Autenticación con OpenID Connect

47
Comments 1
19 min read
Maybe, but How?

Maybe, but How?

2
Comments
4 min read
Build, deploy and host your .Net core API for Free with Utopiops

Build, deploy and host your .Net core API for Free with Utopiops

24
Comments
3 min read
The Diamond problem - C# Multiple inheritance

The Diamond problem - C# Multiple inheritance

2
Comments
2 min read
How to create a tabbed dialog in .NET for Android or Xamarin.Android

How to create a tabbed dialog in .NET for Android or Xamarin.Android

3
Comments
4 min read
LINQ improvements in .NET 6

LINQ improvements in .NET 6

5
Comments
3 min read
A CI/CD Pipeline using git and Travis CI for a serverless app based on SAM and C#

A CI/CD Pipeline using git and Travis CI for a serverless app based on SAM and C#

3
Comments
5 min read
Profiling .NET code with MiniProfiler

Profiling .NET code with MiniProfiler

3
Comments
6 min read
I show you how to Crack a .NET Application (3 clicks)

I show you how to Crack a .NET Application (3 clicks)

63
Comments 4
8 min read
How to send SMS with C# .NET and Azure Functions using Twilio Output Binding

How to send SMS with C# .NET and Azure Functions using Twilio Output Binding

4
Comments 1
11 min read
[Entity Framework Core][PostgreSQL][C#] Using long identifier

[Entity Framework Core][PostgreSQL][C#] Using long identifier

5
Comments
5 min read
Snippets

Snippets

5
Comments
1 min read
Console applications with Spectre.Console

Console applications with Spectre.Console

15
Comments
7 min read
OData for ASP.NET Core 6.0 on Mac via command line

OData for ASP.NET Core 6.0 on Mac via command line

6
Comments 2
3 min read
Unit Test with .Net 6 with xUnit and MOQ

Unit Test with .Net 6 with xUnit and MOQ

31
Comments 1
6 min read
Creating a Server Side Data Annotations CustomValidator

Creating a Server Side Data Annotations CustomValidator

4
Comments
4 min read
loading...