DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Set up Stripe Connect Express Accounts with Blazor

Set up Stripe Connect Express Accounts with Blazor

7
Comments
5 min read
half glass full / half empty

half glass full / half empty

4
Comments
1 min read
Login and Register using ASP.NET MVC 5

Login and Register using ASP.NET MVC 5

41
Comments 3
5 min read
Cell CMS — Utilizando Docker para criar Containers

Cell CMS — Utilizando Docker para criar Containers

3
Comments
13 min read
Welcome to RepoDb.NET

Welcome to RepoDb.NET

7
Comments
3 min read
Repository Pattern using ASP.NET MVC 5

Repository Pattern using ASP.NET MVC 5

9
Comments
4 min read
Game Dev Digest — Issue #40 - VFX, Tools, Performance, Cards, Holes, Asset Sales, And A Ton More

Game Dev Digest — Issue #40 - VFX, Tools, Performance, Cards, Holes, Asset Sales, And A Ton More

4
Comments
13 min read
Save MS Project files into various formats using C# and Aspose.Tasks for .NET

Save MS Project files into various formats using C# and Aspose.Tasks for .NET

7
Comments
2 min read
How to Connect Azure Bot Service to Xamarin.Forms Chat Control

How to Connect Azure Bot Service to Xamarin.Forms Chat Control

6
Comments
7 min read
API Versioning In ASP.NET Core

API Versioning In ASP.NET Core

68
Comments 7
5 min read
Introduction to Extension Methods in C#

Introduction to Extension Methods in C#

8
Comments
4 min read
CSharp When to use properties

CSharp When to use properties

3
Comments 1
1 min read
Why you should protect your .NET applications

Why you should protect your .NET applications

24
Comments 10
3 min read
Setting Up GraphQL in an ASP.NET Core Project

Setting Up GraphQL in an ASP.NET Core Project

34
Comments
3 min read
Writing a NuGet package release notes in an outside of a .csproj file.

Writing a NuGet package release notes in an outside of a .csproj file.

22
Comments 3
3 min read
Working with ASP.NET Core on Visual Studio Code

Working with ASP.NET Core on Visual Studio Code

7
Comments
6 min read
Top 3 Reasons to use Interfaces in Your Code

Top 3 Reasons to use Interfaces in Your Code

12
Comments
5 min read
Stripe.NET Create Stripe Webhooks Receiver

Stripe.NET Create Stripe Webhooks Receiver

6
Comments 1
4 min read
Minimum Spanning Tree (Kruskal's Algorithm)

Minimum Spanning Tree (Kruskal's Algorithm)

18
Comments
2 min read
A serverless app that texts me positive COVID-19 news

A serverless app that texts me positive COVID-19 news

82
Comments 25
5 min read
Building your First async fluent API using interface extension methods pattern

Building your First async fluent API using interface extension methods pattern

5
Comments
3 min read
Vistulans - Game Dev Diary - Days 29-36 - Enemy AI + Playable Link

Vistulans - Game Dev Diary - Days 29-36 - Enemy AI + Playable Link

5
Comments
6 min read
Dapper.NET: Custom Columns Mapping

Dapper.NET: Custom Columns Mapping

7
Comments
4 min read
Game Dev Digest — Issue #39 - Shader Graph, DOTS, Handy Editor Scripts, How-To Platformers, Roguelikes, FPS, and Much More

Game Dev Digest — Issue #39 - Shader Graph, DOTS, Handy Editor Scripts, How-To Platformers, Roguelikes, FPS, and Much More

5
Comments
13 min read
.NET How to throttle HttpClient Requests using SemaphoreSlim

.NET How to throttle HttpClient Requests using SemaphoreSlim

15
Comments 4
2 min read
The technology stacks I use for software development (as a full-stack developer)

The technology stacks I use for software development (as a full-stack developer)

7
Comments 1
2 min read
Mobile Blazor Bindings - Layout and Styling

Mobile Blazor Bindings - Layout and Styling

7
Comments 2
12 min read
Vistulans - Game Dev Diary - Days 16-28 - Core Gameplay

Vistulans - Game Dev Diary - Days 16-28 - Core Gameplay

5
Comments
2 min read
DotVVM: upload files using FileUpload control

DotVVM: upload files using FileUpload control

2
Comments
4 min read
.NET 5.0, VS2019 Preview and C# 9.0 for ASP .NET Core developers

.NET 5.0, VS2019 Preview and C# 9.0 for ASP .NET Core developers

9
Comments
14 min read
Validate mail address format the easy way – a follow up

Validate mail address format the easy way – a follow up

2
Comments
2 min read
Practical Introduction to Vectors for Game Development

Practical Introduction to Vectors for Game Development

21
Comments 1
7 min read
What's wrong with the current state of unit testing

What's wrong with the current state of unit testing

10
Comments 2
3 min read
.NET Looks at Functional Programming Techniques.

.NET Looks at Functional Programming Techniques.

6
Comments 21
2 min read
Playing with serilog and dotnetcore

Playing with serilog and dotnetcore

9
Comments
5 min read
Game Dev Digest — Issue #38 - Coding, Editor Enhancements, Visuals & Shaders, Animations, Physics, XR, And Much More

Game Dev Digest — Issue #38 - Coding, Editor Enhancements, Visuals & Shaders, Animations, Physics, XR, And Much More

5
Comments
11 min read
C# - Asserting a value is not null in null-aware code

C# - Asserting a value is not null in null-aware code

7
Comments 2
1 min read
Getting Started with Mobile Blazor Bindings

Getting Started with Mobile Blazor Bindings

6
Comments
8 min read
Building AWS Lambda functions with .NET Core 3.1 on Amazon Linux 2 using Windows Terminal

Building AWS Lambda functions with .NET Core 3.1 on Amazon Linux 2 using Windows Terminal

4
Comments
2 min read
OData Actions in .NET Core

OData Actions in .NET Core

6
Comments
3 min read
First steps with asynchronous programming in C#

First steps with asynchronous programming in C#

25
Comments 5
7 min read
Examples on the violation of Liskov Substitution Principle (LSP)

Examples on the violation of Liskov Substitution Principle (LSP)

12
Comments
2 min read
EF Builder Entity One to Many Configuration

EF Builder Entity One to Many Configuration

8
Comments
2 min read
C#, Task.WhenAll vs Parallel.ForEach

C#, Task.WhenAll vs Parallel.ForEach

25
Comments 5
2 min read
Generator Pattern using CSharp and Linq

Generator Pattern using CSharp and Linq

15
Comments
3 min read
Introduction to OPTION type in CSharp

Introduction to OPTION type in CSharp

13
Comments
3 min read
Middleware in ASP .NET Core 3.1

Middleware in ASP .NET Core 3.1

17
Comments 1
7 min read
How to use CanellationToken With ICommand A Solid Implementation of ICommand

How to use CanellationToken With ICommand A Solid Implementation of ICommand

7
Comments
1 min read
What is your favorite ORM (None is a valid answer)?

What is your favorite ORM (None is a valid answer)?

9
Comments 15
1 min read
What are default interface methods in C# 8.0?

What are default interface methods in C# 8.0?

9
Comments
4 min read
Dapper .NET: Multiple Mapping

Dapper .NET: Multiple Mapping

8
Comments
6 min read
Working with Query Strings in Blazor

Working with Query Strings in Blazor

6
Comments 1
6 min read
How to use DotNetExpose DLL

How to use DotNetExpose DLL

6
Comments
1 min read
Break the LINQ - Dissecting the "Where" of LINQ

Break the LINQ - Dissecting the "Where" of LINQ

16
Comments 6
4 min read
My goal for my channel...

My goal for my channel...

7
Comments
1 min read
Game Dev Digest — Issue #37 - Tutorials And How-to Guides, Profiling, Free Assets And Deals, Plus Plenty More!

Game Dev Digest — Issue #37 - Tutorials And How-to Guides, Profiling, Free Assets And Deals, Plus Plenty More!

12
Comments
10 min read
My First Nuget package published - DotNetExpose

My First Nuget package published - DotNetExpose

6
Comments
1 min read
Primeiros passos com C# e o Mono #00

Primeiros passos com C# e o Mono #00

14
Comments
6 min read
How to test your C# Web API

How to test your C# Web API

57
Comments 2
8 min read
How to Keep It Stupid Simple: Use .NET Core Razor Pages

How to Keep It Stupid Simple: Use .NET Core Razor Pages

12
Comments
9 min read
loading...