DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Chain of responsibility design pattern for response handling

Chain of responsibility design pattern for response handling

7
Comments
5 min read
Information Retrieval Search Engine

Information Retrieval Search Engine

3
Comments
1 min read
Halt and Hangfire

Halt and Hangfire

18
Comments 1
4 min read
Introduction to the Universal Windows Platform

Introduction to the Universal Windows Platform

19
Comments 2
8 min read
C# scripts using dotnet-script

C# scripts using dotnet-script

59
Comments 5
3 min read
Securing JWT by TOTP, meet the new JWTS

Securing JWT by TOTP, meet the new JWTS

10
Comments
8 min read
Introduction to overloading operators in C#

Introduction to overloading operators in C#

8
Comments
2 min read
Build .NET Core Applications using GitLab CI

Build .NET Core Applications using GitLab CI

11
Comments
5 min read
Visual Studio Tips - Solution Explorer Search

Visual Studio Tips - Solution Explorer Search

13
Comments
1 min read
The Great C# Regions Debate

The Great C# Regions Debate

29
Comments 14
5 min read
Visual Studio Tips - Breakpoints

Visual Studio Tips - Breakpoints

4
Comments
2 min read
I'm a Software Architect, Microsoft MVP, DDD-Cloud Enthusiast, built web applications with 100+ millions users. Ask me anything!

I'm a Software Architect, Microsoft MVP, DDD-Cloud Enthusiast, built web applications with 100+ millions users. Ask me anything!

12
Comments 14
1 min read
Don't starve your Cookie Monster

Don't starve your Cookie Monster

9
Comments 1
3 min read
Visualizing thin ASP.NET Controllers via SOLID Principles

Visualizing thin ASP.NET Controllers via SOLID Principles

14
Comments
11 min read
How to Integrate Vue with ASP .NET MVC - The synergy between the two

How to Integrate Vue with ASP .NET MVC - The synergy between the two

67
Comments 15
5 min read
Where Do I Put My Business Rules And Validation?

Where Do I Put My Business Rules And Validation?

108
Comments 17
7 min read
How C# asynchronous programming is different than what you think

How C# asynchronous programming is different than what you think

23
Comments 17
4 min read
ASP.Net Clean Architecture

ASP.Net Clean Architecture

15
Comments
3 min read
10 Diferencias entre .NET Core y .NET Framework

10 Diferencias entre .NET Core y .NET Framework

9
Comments 2
10 min read
C# for the Java Developer: Enums

C# for the Java Developer: Enums

7
Comments
2 min read
Filters with Dependency Injection in ASP.NET CORE

Filters with Dependency Injection in ASP.NET CORE

15
Comments
2 min read
Generating a Typed Client for use with HttpClientFactory using NSwag

Generating a Typed Client for use with HttpClientFactory using NSwag

7
Comments
6 min read
C# for the Java Developer: Lambdas

C# for the Java Developer: Lambdas

5
Comments
3 min read
Why C# is (one of) my favorite language?

Why C# is (one of) my favorite language?

21
Comments 16
2 min read
C# for the Java Developer: Generics

C# for the Java Developer: Generics

8
Comments
3 min read
C# for the Java Developer: Extension Methods

C# for the Java Developer: Extension Methods

7
Comments
2 min read
Build a REST API with ASP.NET Web API

Build a REST API with ASP.NET Web API

10
Comments
12 min read
Yet another - lightning fast - object mapper for .NET

Yet another - lightning fast - object mapper for .NET

8
Comments 1
3 min read
When should one choose IQueryable or IEnumerable?

When should one choose IQueryable or IEnumerable?

7
Comments 5
1 min read
Doubles can be dangerous

Doubles can be dangerous

15
Comments 1
3 min read
WTF Is a Lambda?

WTF Is a Lambda?

70
Comments 8
2 min read
Git commit info in your build

Git commit info in your build

3
Comments
1 min read
Base64 decoding bug that is present in all version of .NET

Base64 decoding bug that is present in all version of .NET

14
Comments 1
3 min read
Technology I want to learn more about

Technology I want to learn more about

2
Comments
3 min read
Most Popular Development Posts Of The Week (27 February 2019)

Most Popular Development Posts Of The Week (27 February 2019)

15
Comments
2 min read
Setup a splash-screen on Xamarin.Forms

Setup a splash-screen on Xamarin.Forms

8
Comments
4 min read
Docker — writing a smaller image with multi stage builds for. NET core.

Docker — writing a smaller image with multi stage builds for. NET core.

10
Comments 1
9 min read
Load test data from a json file for xUnit tests

Load test data from a json file for xUnit tests

8
Comments
4 min read
Protecting sensitive data using Secret Manager in .Net Core

Protecting sensitive data using Secret Manager in .Net Core

17
Comments 1
1 min read
6 types of code you shouldn't have inside your .NET controllers

6 types of code you shouldn't have inside your .NET controllers

37
Comments 4
4 min read
Help with some C#.Net

Help with some C#.Net

4
Comments 9
1 min read
Xamarin WatchOS, create a game for Apple Watch

Xamarin WatchOS, create a game for Apple Watch

10
Comments
3 min read
JSON Merge Patch in ASP.NET Core

JSON Merge Patch in ASP.NET Core

6
Comments
3 min read
Manage CosmosDB objects (Stored Procedure, Functions, Triggers ...) with this Nuget package

Manage CosmosDB objects (Stored Procedure, Functions, Triggers ...) with this Nuget package

6
Comments
3 min read
Sitemaps 101

Sitemaps 101

56
Comments 2
5 min read
Dynamic Policy Claims in ASP.NET Core using JWT Tokens (and Role Claims)

Dynamic Policy Claims in ASP.NET Core using JWT Tokens (and Role Claims)

16
Comments
3 min read
Explaining async await

Explaining async await

13
Comments
4 min read
Why Form Validation Is Important

Why Form Validation Is Important

41
Comments 5
3 min read
Don't You Dare Update That Copyright Manually

Don't You Dare Update That Copyright Manually

9
Comments 2
1 min read
Microsoft Orleans — Observables

Microsoft Orleans — Observables

11
Comments
7 min read
db in c#— how does I do again?

db in c#— how does I do again?

10
Comments 4
4 min read
Build your own debugger using Roslyn's syntax analysis

Build your own debugger using Roslyn's syntax analysis

8
Comments
3 min read
The Override Keyword

The Override Keyword

5
Comments 1
2 min read
Using .pfx and .cer for security in .Net

Using .pfx and .cer for security in .Net

7
Comments 1
4 min read
C# Pause a Thread - Wait For An Event To Happen - Continue Thread

C# Pause a Thread - Wait For An Event To Happen - Continue Thread

19
Comments 12
3 min read
Using EmailValidation in C#

Using EmailValidation in C#

7
Comments
2 min read
Handling Exception in Blazor

Handling Exception in Blazor

16
Comments
3 min read
Service Fabric Remoting: Interception & Custom Headers

Service Fabric Remoting: Interception & Custom Headers

6
Comments 3
3 min read
No Robots Allowed

No Robots Allowed

18
Comments 3
3 min read
Reporting Metrics Using .Net (Core) EventSource and EventCounter

Reporting Metrics Using .Net (Core) EventSource and EventCounter

13
Comments 8
5 min read
loading...