DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
User Account Linking in Alexa with ASP.NET Web API

User Account Linking in Alexa with ASP.NET Web API

8
Comments
14 min read
ASP.NET Core 2.2 Health Checks Explained

ASP.NET Core 2.2 Health Checks Explained

8
Comments
6 min read
Kentico 12 Class Libraries with Modern .NET Core Features

Kentico 12 Class Libraries with Modern .NET Core Features

7
Comments
15 min read
C# 8 - nueva sintaxis

C# 8 - nueva sintaxis

6
Comments
1 min read
Expression Bodied Collection Property Initialization Gotcha in C#

Expression Bodied Collection Property Initialization Gotcha in C#

7
Comments
2 min read
C# OOP: Inheritance & Polymorphism

C# OOP: Inheritance & Polymorphism

13
Comments
6 min read
How to quickly install swagger in a .NET Core application

How to quickly install swagger in a .NET Core application

27
Comments 2
3 min read
Create ZUGFeRD-Compliant PDF Invoice in C#

Create ZUGFeRD-Compliant PDF Invoice in C#

6
Comments 1
6 min read
Anything like PHP's PSR-7/15 for C# and ASP.NET Core?

Anything like PHP's PSR-7/15 for C# and ASP.NET Core?

4
Comments 3
2 min read
Introducing Gate Classes (Design Pattern)

Introducing Gate Classes (Design Pattern)

91
Comments 10
5 min read
Making API calls with HttpClientFactory in Console applications

Making API calls with HttpClientFactory in Console applications

7
Comments
8 min read
Async/Await easy cancellation in c#

Async/Await easy cancellation in c#

37
Comments 6
2 min read
Builder design pattern for objects with nested properties

Builder design pattern for objects with nested properties

17
Comments 2
2 min read
Creating a WhatsApp bot with Puppeteer-Sharp

Creating a WhatsApp bot with Puppeteer-Sharp

51
Comments 11
7 min read
Overloading unary operators in C#

Overloading unary operators in C#

8
Comments
3 min read
Continuous Deployment of Azure Functions with Slots

Continuous Deployment of Azure Functions with Slots

6
Comments
3 min read
Build a REST API with ASP.NET Core 2.2

Build a REST API with ASP.NET Core 2.2

7
Comments
12 min read
Net Core important Features implementation

Net Core important Features implementation

5
Comments 4
2 min read
Chain of responsibility design pattern for response handling

Chain of responsibility design pattern for response handling

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

12
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

33
Comments 14
5 min read
Information Retrieval Search Engine

Information Retrieval Search Engine

3
Comments 1
1 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 16
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

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

Where Do I Put My Business Rules And Validation?

109
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

17
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

9
Comments 1
3 min read
Doubles can be dangerous

Doubles can be dangerous

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

9
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

18
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
loading...