close
The Wayback Machine - https://web.archive.org/web/20210812142221/https://dev.to/t/csharp

DEV Community

loading...
Image

C#

Official tag for the C# programming language.

šŸ‘‹ Sign in for the ability sort posts by top and latest.
How to Reuse Xamarin.Forms Custom Renderers in .NET MAUI

How to Reuse Xamarin.Forms Custom Renderers in .NET MAUI

Reactions 4 Comments
6 min read
Game Dev Digest ā€”ā€ŠIssue #105 - Double Stuffed

Game Dev Digest ā€”ā€ŠIssue #105 - Double Stuffed

Reactions 3 Comments 1
13 min read
C# For Beginners - Lesson 8: Loops

C# For Beginners - Lesson 8: Loops

Reactions 5 Comments
4 min read
Optimization of .NET applications: a big result of small edits

Optimization of .NET applications: a big result of small edits

Reactions 37 Comments
18 min read
Cross-Platform app with C# and Uno Platform - Part 2

Cross-Platform app with C# and Uno Platform - Part 2

Reactions 2 Comments
4 min read
Cross-Platform app with C# and Uno Platform - Part 1

Cross-Platform app with C# and Uno Platform - Part 1

Reactions 2 Comments
5 min read
Customize Header Rows of Timeline Views in Blazor Scheduler

Customize Header Rows of Timeline Views in Blazor Scheduler

Reactions 2 Comments
1 min read
Creating reusable build scripts with NUKE components

Creating reusable build scripts with NUKE components

Reactions 3 Comments
9 min read
Generic Insertion Sort in C# .NET

Generic Insertion Sort in C# .NET

Reactions 5 Comments
2 min read
Generic Quick Sort in C# .NET

Generic Quick Sort in C# .NET

Reactions 6 Comments
2 min read
Implementing Domain Driven Design: Part I

Implementing Domain Driven Design: Part I

Reactions 82 Comments 1
6 min read
The .NET Stacks #59: šŸŽ‡ When your Copilot is mostly right

The .NET Stacks #59: šŸŽ‡ When your Copilot is mostly right

Reactions 4 Comments
10 min read
Unhandled Exceptions in Blazor Server with Error Boundaries

Unhandled Exceptions in Blazor Server with Error Boundaries

Reactions 6 Comments
7 min read
5 (Extreme) Performance Tips in C# (part 2)šŸ”„

5 (Extreme) Performance Tips in C# (part 2)šŸ”„

Reactions 8 Comments
2 min read
Using Azure Functions Core Tools to fetch app settings for local development

Using Azure Functions Core Tools to fetch app settings for local development

Reactions 6 Comments 1
4 min read
Get blob from azure using Azure.Storage.Blobs

Get blob from azure using Azure.Storage.Blobs

Reactions 5 Comments
1 min read
The .NET Stacks, #60: šŸ“Logging improvements in .NET 6

The .NET Stacks, #60: šŸ“Logging improvements in .NET 6

Reactions 6 Comments
8 min read
Locks are not guaranteed to be FIFO

Locks are not guaranteed to be FIFO

Reactions 3 Comments
3 min read
Health Information System

Health Information System

Reactions 14 Comments 1
2 min read
C# : EventHandler

C# : EventHandler

Reactions 3 Comments
4 min read
Value Conversion using String Extensions in C#

Value Conversion using String Extensions in C#

Reactions 3 Comments
4 min read
How I wrote a Brain-Computer Interface Game with 0 knowledge - PsyBreaker

How I wrote a Brain-Computer Interface Game with 0 knowledge - PsyBreaker

Reactions 3 Comments
7 min read
Using C# Source Generators to Generate Data Transfer Objects (DTOs)

Using C# Source Generators to Generate Data Transfer Objects (DTOs)

Reactions 3 Comments
12 min read
Open-closed principle

Open-closed principle

Reactions 4 Comments
2 min read
C# Loops - Part 1: Loop Types & For Loop Tutorial

C# Loops - Part 1: Loop Types & For Loop Tutorial

Reactions 2 Comments
4 min read
Getting Started with Twitter API using SocialOpinion

Getting Started with Twitter API using SocialOpinion

Reactions 10 Comments
3 min read
Liskov substitution principle

Liskov substitution principle

Reactions 7 Comments
1 min read
Starting a CLI Finance Tool

Starting a CLI Finance Tool

Reactions 6 Comments
2 min read
"Hello, world" in Assembly

"Hello, world" in Assembly

Reactions 5 Comments
2 min read
HTML-to-PDF Conversion in C# – A Complete Guide

HTML-to-PDF Conversion in C# – A Complete Guide

Reactions 7 Comments
19 min read
C# how to convert a string to int

C# how to convert a string to int

Reactions 6 Comments
6 min read
C# Loops - Part 3: Do..While and While Loops

C# Loops - Part 3: Do..While and While Loops

Reactions 6 Comments
1 min read
C# Loops - Part 2 : For Each Loops

C# Loops - Part 2 : For Each Loops

Reactions 6 Comments
2 min read
Generic Merge Sort in C# .NET

Generic Merge Sort in C# .NET

Reactions 5 Comments
2 min read
Creating a json resource reader for dotnet core

Creating a json resource reader for dotnet core

Reactions 6 Comments
3 min read
Beware of mixing blocking and async methods

Beware of mixing blocking and async methods

Reactions 3 Comments
3 min read
Azure Service Bus Topology Basics

Azure Service Bus Topology Basics

Reactions 3 Comments
7 min read
Localization in AvaloniaUI

Localization in AvaloniaUI

Reactions 5 Comments
2 min read
How to write better assertions: 5 Best Practices

How to write better assertions: 5 Best Practices

Reactions 5 Comments
3 min read
Enjoy 30+ New, Elegant Palettes in WPF Theme Studio

Enjoy 30+ New, Elegant Palettes in WPF Theme Studio

Reactions 4 Comments
6 min read
C# For Beginners - Lesson 7: Conditionals

C# For Beginners - Lesson 7: Conditionals

Reactions 6 Comments
4 min read
Event Stream - Server Side

Event Stream - Server Side

Reactions 5 Comments 2
2 min read
C# Channels

C# Channels

Reactions 15 Comments
6 min read
Asynchronous Streams in C#

Asynchronous Streams in C#

Reactions 2 Comments
5 min read
PSA: Stop using Streams and Reader/Writers to Convert Strings/ByteArrays

PSA: Stop using Streams and Reader/Writers to Convert Strings/ByteArrays

Reactions 6 Comments
1 min read
Efficient copying between DynamoDB tables using Parallel Scans and Batch Write

Efficient copying between DynamoDB tables using Parallel Scans and Batch Write

Reactions 14 Comments
3 min read
Myth Busting C# in the Godot Game Engine

Myth Busting C# in the Godot Game Engine

Reactions 4 Comments
3 min read
Variables

Variables

Reactions 5 Comments
2 min read
C# For Beginners - Lesson 6: Strings

C# For Beginners - Lesson 6: Strings

Reactions 2 Comments
3 min read
Generic Linear Search/Sequential Search for a sequence in C# .NET

Generic Linear Search/Sequential Search for a sequence in C# .NET

Reactions 4 Comments
2 min read
Generic Boyer–Moore–Horspool algorithm in C# .NET

Generic Boyer–Moore–Horspool algorithm in C# .NET

Reactions 3 Comments
2 min read
C# Array Methods

C# Array Methods

Reactions 6 Comments
2 min read
šŸŽµThese are a few of my favorite tools: Moq.AutoMock

šŸŽµThese are a few of my favorite tools: Moq.AutoMock

Reactions 3 Comments
2 min read
Easy Steps to Migrate an ASP.NET MVC Project to ASP.NET Core Project

Easy Steps to Migrate an ASP.NET MVC Project to ASP.NET Core Project

Reactions 14 Comments
8 min read
Using the switch selection statement to simplify conditional statements blocks

Using the switch selection statement to simplify conditional statements blocks

Reactions 3 Comments
4 min read
Writing logs into Elastic with NLog , ELK andĀ .NetĀ 5.0

Writing logs into Elastic with NLog , ELK andĀ .NetĀ 5.0

Reactions 18 Comments
6 min read
5 (Extreme) Performance Tips in C#šŸ”„

5 (Extreme) Performance Tips in C#šŸ”„

Reactions 13 Comments
2 min read
.NET 5 with RavenDB Series -2

.NET 5 with RavenDB Series -2

Reactions 6 Comments
2 min read
Generic bubble sort in C# .NET

Generic bubble sort in C# .NET

Reactions 6 Comments
2 min read
Beware of how you create a Task

Beware of how you create a Task

Reactions 18 Comments 1
2 min read
loading...