DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
How To Deploy Your .NET Core App on an IIS Server

How To Deploy Your .NET Core App on an IIS Server

5
Comments
4 min read
Trace Dapper.NET Source Code - Query Multiple Mapping

Trace Dapper.NET Source Code - Query Multiple Mapping

10
Comments
6 min read
What languages are most commonly used for GUI development?

What languages are most commonly used for GUI development?

6
Comments 2
1 min read
Introducing TinYard - Your next .NET IoC framework

Introducing TinYard - Your next .NET IoC framework

3
Comments
3 min read
Game Dev Digest — Issue #74 - Visuals and Math

Game Dev Digest — Issue #74 - Visuals and Math

2
Comments
10 min read
Designing of Personal Assistant By WinForm in C#

Designing of Personal Assistant By WinForm in C#

6
Comments
1 min read
Design: Modelos AnĂŞmicos e Modelos Ricos

Design: Modelos AnĂŞmicos e Modelos Ricos

73
Comments 16
10 min read
Unit Testing the Azure Cosmos DB Change Feed in xUnit and C#

Unit Testing the Azure Cosmos DB Change Feed in xUnit and C#

8
Comments
4 min read
Use local function attributes with C# 9

Use local function attributes with C# 9

5
Comments
2 min read
Trace Dapper.NET Source Code - Wrong SQL String Concat Will Cause Slow Efficiency And Memory Leaks

Trace Dapper.NET Source Code - Wrong SQL String Concat Will Cause Slow Efficiency And Memory Leaks

9
Comments
4 min read
5 Must Install NuGet Packages for New Xamarin Projects

5 Must Install NuGet Packages for New Xamarin Projects

14
Comments
4 min read
Designing Around F# Interop

Designing Around F# Interop

12
Comments
8 min read
Benchmark Strings

Benchmark Strings

6
Comments
3 min read
Awesome console apps in C#

Awesome console apps in C#

7
Comments
4 min read
How to Use AWS SES as a Custom Email Sender in ASP .Net Core Identity

How to Use AWS SES as a Custom Email Sender in ASP .Net Core Identity

9
Comments 1
2 min read
Want to run your exe from just anywhere on your computer?

Want to run your exe from just anywhere on your computer?

7
Comments 1
3 min read
What are "var" and "dynamic" in C#?

What are "var" and "dynamic" in C#?

23
Comments 11
2 min read
Building a Software Survey using Blazor - Part 10 - Bicep

Building a Software Survey using Blazor - Part 10 - Bicep

6
Comments
5 min read
Trace Dapper.NET Source Code - The important concept of dynamic create method "code from result" optimizes efficiency

Trace Dapper.NET Source Code - The important concept of dynamic create method "code from result" optimizes efficiency

8
Comments 3
2 min read
Best .NET Posts This Week: 6th December 2020

Best .NET Posts This Week: 6th December 2020

7
Comments
3 min read
Print PDF and Export Excel from RDLC in Asp.Net Core

Print PDF and Export Excel from RDLC in Asp.Net Core

29
Comments 13
3 min read
Three Methods to Convert Strings into Enums in C#

Three Methods to Convert Strings into Enums in C#

6
Comments
5 min read
how does Entity Framework Core figure out where to get the connection string in .NET Core app?

how does Entity Framework Core figure out where to get the connection string in .NET Core app?

3
Comments
1 min read
Small examples to use Rust from C#

Small examples to use Rust from C#

6
Comments
1 min read
Augmented Reality for .NET Developers on iOS

Augmented Reality for .NET Developers on iOS

9
Comments 2
4 min read
How to Use a MongoDB Database in a ASP NET Core Web API application

How to Use a MongoDB Database in a ASP NET Core Web API application

27
Comments
6 min read
Http endpoint versioning

Http endpoint versioning

7
Comments 1
2 min read
Deprecating methods with optional arguments

Deprecating methods with optional arguments

4
Comments
3 min read
Your "Clean Architecture" is still layered!

Your "Clean Architecture" is still layered!

13
Comments 7
3 min read
Microsoft Orleans - Health Checks

Microsoft Orleans - Health Checks

7
Comments
8 min read
Suggestions and Advice Needed In C# (Csharp)

Suggestions and Advice Needed In C# (Csharp)

10
Comments 9
1 min read
Versionando tu API en .NET Core

Versionando tu API en .NET Core

15
Comments 1
3 min read
Using GraphQL .NET Client in .NET 5

Using GraphQL .NET Client in .NET 5

7
Comments
2 min read
Instantiating MonoBehaviours in Unity

Instantiating MonoBehaviours in Unity

4
Comments 1
8 min read
Unity 104: Physics and Collisions

Unity 104: Physics and Collisions

9
Comments
2 min read
IEnumerables transferred to Golang

IEnumerables transferred to Golang

8
Comments 2
3 min read
Redis && .Net Core

Redis && .Net Core

9
Comments
7 min read
Cool things I learned about NUnit while re-launching the docs

Cool things I learned about NUnit while re-launching the docs

6
Comments
4 min read
Build your own Music Pad with C#, HTML, and CSS (VIDEO)

Build your own Music Pad with C#, HTML, and CSS (VIDEO)

5
Comments 1
1 min read
Progress indicator for console applications

Progress indicator for console applications

6
Comments 2
3 min read
[C#] Try SQLite-net

[C#] Try SQLite-net

9
Comments 1
4 min read
Never Return Null Again

Never Return Null Again

8
Comments
5 min read
I never pass wrong parameter values to a method again with Visual Studio 2019

I never pass wrong parameter values to a method again with Visual Studio 2019

4
Comments
2 min read
Ocelot with .Net Core 5.0

Ocelot with .Net Core 5.0

24
Comments 8
3 min read
DotVVM Advent Calendar 2020

DotVVM Advent Calendar 2020

7
Comments
4 min read
Enabling C# 9 in Xamarin & .NET Standard Projects

Enabling C# 9 in Xamarin & .NET Standard Projects

15
Comments 2
2 min read
Learn Blazor for WebDev and get to use C# in all the layers

Learn Blazor for WebDev and get to use C# in all the layers

30
Comments 3
1 min read
Jamstack on .NET: From zero to hero with Statiq and Kontent

Jamstack on .NET: From zero to hero with Statiq and Kontent

22
Comments
7 min read
.NET, NGINX, Kestrel, and React with a Reverse Proxy on Linux Ubuntu

.NET, NGINX, Kestrel, and React with a Reverse Proxy on Linux Ubuntu

2
Comments 2
5 min read
Building a Software Survey using Blazor - Part 9 - End to End tests

Building a Software Survey using Blazor - Part 9 - End to End tests

2
Comments
5 min read
Best .NET Posts This Week: 29th November 2020

Best .NET Posts This Week: 29th November 2020

3
Comments
3 min read
Why using DateTime.Now directly is a bad idea

Why using DateTime.Now directly is a bad idea

12
Comments
5 min read
Say NO to public variables! (c#)

Say NO to public variables! (c#)

7
Comments
5 min read
I use static by default... But should I?

I use static by default... But should I?

2
Comments 6
2 min read
The difference between overloading and overriding in C#

The difference between overloading and overriding in C#

7
Comments
3 min read
Going all-in with nullable reference types

Going all-in with nullable reference types

8
Comments
8 min read
What is Async Programming, and Why Should You Care?

What is Async Programming, and Why Should You Care?

11
Comments 5
3 min read
AWS Systems Manager Parameter Store for Managing Configuration and Retrieve at Runtime using C#

AWS Systems Manager Parameter Store for Managing Configuration and Retrieve at Runtime using C#

6
Comments
3 min read
[C#] Play with switch

[C#] Play with switch

6
Comments
5 min read
Game Dev Digest — Issue #72 - Patterns, Multiplayer, Animations and more

Game Dev Digest — Issue #72 - Patterns, Multiplayer, Animations and more

5
Comments
8 min read
loading...