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 Steps to Lazy Load Data in WPF TreeView in MVVM Pattern

3 Steps to Lazy Load Data in WPF TreeView in MVVM Pattern

3
Comments
6 min read
Game Dev Digest — Issue #85 - Platforms, Performance, and Tutorials

Game Dev Digest — Issue #85 - Platforms, Performance, and Tutorials

2
Comments
7 min read
Azure AppService and dotnetcore

Azure AppService and dotnetcore

6
Comments 1
6 min read
The T In TDD

The T In TDD

8
Comments
5 min read
Advanced Blazor State Management Using Fluxor, part 5 - ASP.NET EditForm Binding

Advanced Blazor State Management Using Fluxor, part 5 - ASP.NET EditForm Binding

21
Comments 11
6 min read
Hands-On: Strategy Design Pattern in .NET Core

Hands-On: Strategy Design Pattern in .NET Core

15
Comments 3
4 min read
How to write to a file with C# - StackOverflow doesn't get it right

How to write to a file with C# - StackOverflow doesn't get it right

39
Comments 7
5 min read
My Favorite C# Features Part 2: LINQ

My Favorite C# Features Part 2: LINQ

34
Comments 1
5 min read
C# 9.0 Feature - Omit New Expression

C# 9.0 Feature - Omit New Expression

5
Comments
1 min read
6 Incredible Features of WPF AutoComplete Text Box

6 Incredible Features of WPF AutoComplete Text Box

9
Comments
6 min read
[EntityFramework Core] Try relationship 1

[EntityFramework Core] Try relationship 1

7
Comments
5 min read
CouchDB and C#. EFCore-like queries!

CouchDB and C#. EFCore-like queries!

12
Comments
2 min read
Coding a .NETCore project on an iPad using Github Codespaces

Coding a .NETCore project on an iPad using Github Codespaces

3
Comments
1 min read
Kentico Xperience Design Patterns: Modeling Missing Data with Nullable Reference Types

Kentico Xperience Design Patterns: Modeling Missing Data with Nullable Reference Types

7
Comments
9 min read
Test Driven Development of Azure Functions with C# Part 3: Integration Tests

Test Driven Development of Azure Functions with C# Part 3: Integration Tests

16
Comments 1
5 min read
Test Driven Development of Azure Functions with C# Part 1: Introduction to the application

Test Driven Development of Azure Functions with C# Part 1: Introduction to the application

18
Comments
6 min read
Test Driven Development of Azure Functions with C# Part 2: Unit Tests

Test Driven Development of Azure Functions with C# Part 2: Unit Tests

7
Comments
5 min read
Advanced Blazor State Management Using Fluxor, part 1 - Introduction

Advanced Blazor State Management Using Fluxor, part 1 - Introduction

36
Comments
3 min read
Best .NET Posts This Week: 7th March 2021

Best .NET Posts This Week: 7th March 2021

3
Comments
2 min read
Advanced Blazor State Management Using Fluxor, part 2 - Starting with Fluxor

Advanced Blazor State Management Using Fluxor, part 2 - Starting with Fluxor

34
Comments 2
7 min read
Introduction to C# comments

Introduction to C# comments

5
Comments
4 min read
Advanced Blazor State Management Using Fluxor, part 3 - Effects

Advanced Blazor State Management Using Fluxor, part 3 - Effects

30
Comments 8
6 min read
In-depth document comparison

In-depth document comparison

6
Comments
1 min read
I Did My Own Small Benchmark. C# - List of Int vs Array of Int

I Did My Own Small Benchmark. C# - List of Int vs Array of Int

2
Comments 2
1 min read
A Brief Introduction to F# for Object Oriented Developers

A Brief Introduction to F# for Object Oriented Developers

9
Comments
8 min read
C# tutorial for beginners | 2 | Write your first C# program

C# tutorial for beginners | 2 | Write your first C# program

3
Comments
1 min read
The .NET Stacks #39: 🔥 Is Dapr worth the hype?

The .NET Stacks #39: 🔥 Is Dapr worth the hype?

6
Comments
11 min read
Intro to Entity Framework Core 5 - New features

Intro to Entity Framework Core 5 - New features

16
Comments 3
7 min read
API's From Dev to Production - Part 4 - Image Scanning

API's From Dev to Production - Part 4 - Image Scanning

10
Comments
10 min read
Game Dev Digest — Issue #84 - Learning, Tips, and Free Courses

Game Dev Digest — Issue #84 - Learning, Tips, and Free Courses

4
Comments
7 min read
Clean code architecture and CQRS pattern based web api using .NetCore

Clean code architecture and CQRS pattern based web api using .NetCore

14
Comments 4
3 min read
Very simple procedural "dungeon" map generation

Very simple procedural "dungeon" map generation

4
Comments
4 min read
TIL: Using AutoFixture with auto mocking is awesome.

TIL: Using AutoFixture with auto mocking is awesome.

15
Comments 1
2 min read
Micro service architecture in .NetCore

Micro service architecture in .NetCore

12
Comments
2 min read
.NetCore notification service using RabbitMq

.NetCore notification service using RabbitMq

1
Comments
1 min read
Start using fields in C#. Using properties is not a good habit and won't do you any good...

Start using fields in C#. Using properties is not a good habit and won't do you any good...

6
Comments 6
2 min read
Construcción de un portal informativo para eventos con ASP.NET 5

Construcción de un portal informativo para eventos con ASP.NET 5

12
Comments
11 min read
The Difference Between Single And First Methods In C# -Explained

The Difference Between Single And First Methods In C# -Explained

10
Comments
3 min read
Use a host header value for testing services on Kubernetes

Use a host header value for testing services on Kubernetes

5
Comments
3 min read
Creating an outlined entry in Xamarin.Forms

Creating an outlined entry in Xamarin.Forms

22
Comments 2
5 min read
SaveChanges e controle transacional no EF Core

SaveChanges e controle transacional no EF Core

22
Comments
6 min read
Distributed Caching in ASP.NET Core with Redis

Distributed Caching in ASP.NET Core with Redis

30
Comments 5
7 min read
Day 29: Heap Sort

Day 29: Heap Sort

8
Comments
1 min read
C# Loops Explained

C# Loops Explained

5
Comments 2
2 min read
EF Core 5.0 - Many to Many Relationship

EF Core 5.0 - Many to Many Relationship

9
Comments 2
3 min read
Learning a New Language - C#!

Learning a New Language - C#!

6
Comments 1
2 min read
API's From Dev to Production - Part 3 - GitHub Actions

API's From Dev to Production - Part 3 - GitHub Actions

16
Comments 2
9 min read
Creating a Web API with Azure Functions, Azure Cosmos DB MongoDB API and C#

Creating a Web API with Azure Functions, Azure Cosmos DB MongoDB API and C#

27
Comments 2
11 min read
Introduction to C# constants

Introduction to C# constants

8
Comments
4 min read
5 Reasons To Learn C# in 2021

5 Reasons To Learn C# in 2021

6
Comments 2
2 min read
JsonConverter<T>

JsonConverter<T>

5
Comments
2 min read
Task-based asynchronous Pattern and Composition (aka Task Combinators)

Task-based asynchronous Pattern and Composition (aka Task Combinators)

8
Comments
12 min read
Interfaces explained

Interfaces explained

2
Comments 2
3 min read
Create an Item Editor with UI Elements without uss and uxml in Unity

Create an Item Editor with UI Elements without uss and uxml in Unity

10
Comments
5 min read
A couple ways I test my .NET APIs

A couple ways I test my .NET APIs

19
Comments 1
3 min read
Building an event information portal with ASP.NET 5 & DotVVM

Building an event information portal with ASP.NET 5 & DotVVM

7
Comments
10 min read
Game Dev Digest — Issue #83 - How and Why

Game Dev Digest — Issue #83 - How and Why

5
Comments 1
10 min read
Blazor: Live Preview Markdown Editor’s Content Using Markdig Library

Blazor: Live Preview Markdown Editor’s Content Using Markdig Library

5
Comments
4 min read
Creando un API en Net Core - OpenAPI & Swagger

Creando un API en Net Core - OpenAPI & Swagger

6
Comments
5 min read
How to Build a Game & Learn C#: Adding Variables & Expressions

How to Build a Game & Learn C#: Adding Variables & Expressions

11
Comments 1
5 min read
loading...