DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
3 Different Hosting Models in Blazor

3 Different Hosting Models in Blazor

13
Comments
7 min read
Fun with C# Regex based Expression calculator

Fun with C# Regex based Expression calculator

7
Comments
4 min read
AutoMapper

AutoMapper

5
Comments 4
2 min read
SmartTraits or lets add «multiple inheritance» to C#

SmartTraits or lets add «multiple inheritance» to C#

10
Comments 1
12 min read
API Key Authentication - Extending the native implementation

API Key Authentication - Extending the native implementation

17
Comments
4 min read
How to Automate UI testing in AvaloniaUI App

How to Automate UI testing in AvaloniaUI App

21
Comments 3
4 min read
Get all blobs in given Azure container

Get all blobs in given Azure container

7
Comments
1 min read
Add PDF OLE object into a Slide

Add PDF OLE object into a Slide

6
Comments
1 min read
Using Atata to create UI tests for user defined web forms

Using Atata to create UI tests for user defined web forms

8
Comments
6 min read
How To Use Asserts In NUnit Using Selenium?

How To Use Asserts In NUnit Using Selenium?

7
Comments
25 min read
Introduction to string interpolation

Introduction to string interpolation

5
Comments
3 min read
QuickStart Health Check Setup in ASP.NET Core 5 Web API

QuickStart Health Check Setup in ASP.NET Core 5 Web API

12
Comments
2 min read
API's From Dev to Production - Part 7 - Code Coverage

API's From Dev to Production - Part 7 - Code Coverage

13
Comments
8 min read
MessagePack 2 - Comunicando APIs Asp.Net Core

MessagePack 2 - Comunicando APIs Asp.Net Core

15
Comments 2
8 min read
ASP.NET Core Endpoints. Add endpoint-enabled middleware by using IEndpointRouteBuilder extension method

ASP.NET Core Endpoints. Add endpoint-enabled middleware by using IEndpointRouteBuilder extension method

20
Comments
5 min read
Nasty exceptions in Timer scope

Nasty exceptions in Timer scope

6
Comments
2 min read
Azure Cosmos DB Basics

Azure Cosmos DB Basics

12
Comments 1
11 min read
My first basic API with ASP.NET

My first basic API with ASP.NET

1
Comments
2 min read
ASP.NET Core Health Checks

ASP.NET Core Health Checks

24
Comments 5
5 min read
Game Dev Digest — Issue #87 - Get Inspired! Animations, and New Stuff

Game Dev Digest — Issue #87 - Get Inspired! Animations, and New Stuff

2
Comments
8 min read
LINQ gems: Troubles with Out Parameters

LINQ gems: Troubles with Out Parameters

8
Comments
4 min read
Introduction to string concatenation

Introduction to string concatenation

6
Comments
4 min read
Publicar AplicaciĂłn Web desarrollada con .NET Core EF CodeFirst, en un Hosting gratuito(Soome) 2021

Publicar AplicaciĂłn Web desarrollada con .NET Core EF CodeFirst, en un Hosting gratuito(Soome) 2021

26
Comments
6 min read
4 Features Every Developer Must Know in C# 9.0

4 Features Every Developer Must Know in C# 9.0

19
Comments 1
4 min read
Bullet point series - Part 1 - My PR Best Practices

Bullet point series - Part 1 - My PR Best Practices

2
Comments
3 min read
Migrate To MahApps.Metro 2.x

Migrate To MahApps.Metro 2.x

3
Comments
3 min read
Don't use HttpContext.Current, especially when using async

Don't use HttpContext.Current, especially when using async

9
Comments 2
4 min read
Kentico Xperience Design Patterns: MVC is Dead, Long Live PTVC

Kentico Xperience Design Patterns: MVC is Dead, Long Live PTVC

15
Comments 14
12 min read
Using AWS Cognito with Xamarin Forms

Using AWS Cognito with Xamarin Forms

6
Comments 7
7 min read
Threadpool, Thread

Threadpool, Thread

3
Comments
2 min read
On .NET Episode: C# Source Generators

On .NET Episode: C# Source Generators

11
Comments
1 min read
Download blob from azure using Azure.Storage.Blobs

Download blob from azure using Azure.Storage.Blobs

7
Comments
1 min read
Let's Learn .NET - Microservices - Free Live Stream Event

Let's Learn .NET - Microservices - Free Live Stream Event

23
Comments
2 min read
ASP.NET Core Tutorial

ASP.NET Core Tutorial

19
Comments
12 min read
14 .NET packages I always recommend

14 .NET packages I always recommend

24
Comments 1
8 min read
Guide to organizing and promoting events through a web portal with ASP.NET 5

Guide to organizing and promoting events through a web portal with ASP.NET 5

7
Comments 1
6 min read
How to test C# private methods / SparkyTestHelpers.NonPublic

How to test C# private methods / SparkyTestHelpers.NonPublic

4
Comments
2 min read
Ignoring case and underscore on JSON deserialization in C#

Ignoring case and underscore on JSON deserialization in C#

11
Comments
2 min read
[ASP.NET Core] Using X.PagedList

[ASP.NET Core] Using X.PagedList

16
Comments 2
4 min read
Day 45: Phonebook

Day 45: Phonebook

4
Comments
1 min read
API's From Dev to Production - Part 6 - Unit Tests

API's From Dev to Production - Part 6 - Unit Tests

11
Comments
12 min read
Creating PDF Documents with multi-page spread tables in C#

Creating PDF Documents with multi-page spread tables in C#

8
Comments 3
9 min read
Simplified Azure Storage Client in .NET Core

Simplified Azure Storage Client in .NET Core

4
Comments
3 min read
Use C# to upload files to a GitHub repository

Use C# to upload files to a GitHub repository

2
Comments
5 min read
ASP.NET Core: CreaciĂłn de Cookies Seguras con IDataProtector

ASP.NET Core: CreaciĂłn de Cookies Seguras con IDataProtector

10
Comments
4 min read
.NET 6.0 console app - Configuration, tricks and tips

.NET 6.0 console app - Configuration, tricks and tips

29
Comments 4
6 min read
DELETE and PATCH

DELETE and PATCH

6
Comments
3 min read
Comparison between TypeORM and Entity Framework with LINQ

Comparison between TypeORM and Entity Framework with LINQ

17
Comments 2
5 min read
Blast Off with Blazor: Add a shared dialog component

Blast Off with Blazor: Add a shared dialog component

13
Comments
5 min read
How to convert 2-digit year to 4-digit year in C#

How to convert 2-digit year to 4-digit year in C#

6
Comments 1
1 min read
Polly: uma biblioteca para resiliência em aplicações .NET

Polly: uma biblioteca para resiliência em aplicações .NET

8
Comments 2
3 min read
Creating a simple project Web API with VSCode and Entity Framework

Creating a simple project Web API with VSCode and Entity Framework

28
Comments 5
3 min read
Guía para organizar y promocionar eventos a través de dos portales web con ASP.NET 5

Guía para organizar y promocionar eventos a través de dos portales web con ASP.NET 5

3
Comments
7 min read
Handling non exceptional errors using Result and Result<T>

Handling non exceptional errors using Result and Result<T>

6
Comments
5 min read
Advance the practical side of your coding skills with CodingStories

Advance the practical side of your coding skills with CodingStories

12
Comments 2
4 min read
JavaScript vs object-orientated languages: Java and C#

JavaScript vs object-orientated languages: Java and C#

7
Comments
8 min read
Advanced Blazor State Management Using Fluxor, part 6 - Persisting State

Advanced Blazor State Management Using Fluxor, part 6 - Persisting State

14
Comments 11
5 min read
Short Read: Domain Model vs View Model?

Short Read: Domain Model vs View Model?

11
Comments
2 min read
Learning C#

Learning C#

16
Comments
1 min read
How to read user inputs from a console

How to read user inputs from a console

5
Comments
5 min read
loading...