DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
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
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
Git commit info in your build

Git commit info in your build

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

20
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
Raspberry Pi, Azure, and an Oil Tank from the 1970s

Raspberry Pi, Azure, and an Oil Tank from the 1970s

6
Comments 1
8 min read
New .NET library for those who work with WMI. Simpler than ever.

New .NET library for those who work with WMI. Simpler than ever.

6
Comments
2 min read
Shuffle Fail: Fixing my car stereo with code!

Shuffle Fail: Fixing my car stereo with code!

11
Comments 5
4 min read
What Is An Interface?

What Is An Interface?

68
Comments 7
2 min read
Microsoft Orleans — Easily switching between “development” and “production” configurations.

Microsoft Orleans — Easily switching between “development” and “production” configurations.

14
Comments
9 min read
Merge PDF files in C#

Merge PDF files in C#

8
Comments 1
1 min read
Exploring C++ equivalent of C#'s nameof operator

Exploring C++ equivalent of C#'s nameof operator

7
Comments
3 min read
.NET Core Dependency Injection: Everything You Ought To Know

.NET Core Dependency Injection: Everything You Ought To Know

158
Comments 8
14 min read
Resolving VS Error CS0030 Cannot Convert Type 'Data[]' to 'Data'

Resolving VS Error CS0030 Cannot Convert Type 'Data[]' to 'Data'

5
Comments
2 min read
How to rename Asp .Net Core 2.2 Identity Tables to not have AspNet prefix in EF Core

How to rename Asp .Net Core 2.2 Identity Tables to not have AspNet prefix in EF Core

15
Comments 1
1 min read
What Does It Mean To Inject Code?

What Does It Mean To Inject Code?

45
Comments
2 min read
Monitoring non-web apps using Azure Application Insights (Part 1: Getting Started)

Monitoring non-web apps using Azure Application Insights (Part 1: Getting Started)

12
Comments 2
4 min read
Razor Components for a JavaScript-Free FrontEnd in 2019

Razor Components for a JavaScript-Free FrontEnd in 2019

12
Comments 1
10 min read
40+ OOP Interview Questions in 2019

40+ OOP Interview Questions in 2019

193
Comments 4
20 min read
35 LINQ Interview Questions and Answers To Refresh for 2019

35 LINQ Interview Questions and Answers To Refresh for 2019

70
Comments 2
16 min read
The confusing way of sending emails in .NET Core and other goodies

The confusing way of sending emails in .NET Core and other goodies

9
Comments 1
2 min read
Getting started with xUnit

Getting started with xUnit

12
Comments
1 min read
.NET Core 3.0 Preview w/ C# 8.0 Nullable Reference Types

.NET Core 3.0 Preview w/ C# 8.0 Nullable Reference Types

20
Comments 3
3 min read
The Happy World of ngrok

The Happy World of ngrok

75
Comments 14
2 min read
Nupkg Ergonomics or, The ongoing saga of C# bindings to NNG native library

Nupkg Ergonomics or, The ongoing saga of C# bindings to NNG native library

7
Comments
9 min read
27 C# Interview Questions and Answers to Know in 2019

27 C# Interview Questions and Answers to Know in 2019

420
Comments 10
13 min read
Removing Duplicates from an Array (Using C#)

Removing Duplicates from an Array (Using C#)

11
Comments 2
3 min read
How to use the Abstract Factory design pattern in C#

How to use the Abstract Factory design pattern in C#

56
Comments
8 min read
loading...