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

DEV Community

Image

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to write good unit tests: Use simple test values

How to write good unit tests: Use simple test values

Reactions 1 Comments
4 min read
ShortId Factory

ShortId Factory

Reactions 2 Comments
1 min read
A Guide For New Programmers on C# Basics

A Guide For New Programmers on C# Basics

Comments
10 min read
Working with .zip files in C#

Working with .zip files in C#

Reactions 2 Comments
15 min read
Hackathon - Hack Together: Microsoft Graph and .NET 🦒 - Day 02

Hackathon - Hack Together: Microsoft Graph and .NET 🦒 - Day 02

Reactions 1 Comments
3 min read
.NetCore MVC project with Vue components via Vite

.NetCore MVC project with Vue components via Vite

Comments
3 min read
Dependency Injection and Different ways to inject it using .NET Core API

Dependency Injection and Different ways to inject it using .NET Core API

Reactions 2 Comments
6 min read
ZeroQL V3 - C# friendly GraphQL client

ZeroQL V3 - C# friendly GraphQL client

Comments
3 min read
Testes de integração com containers

Testes de integração com containers

Reactions 12 Comments 1
6 min read
Hackathon - Hack Together: Microsoft Graph and .NET 🦒 - Day 01

Hackathon - Hack Together: Microsoft Graph and .NET 🦒 - Day 01

Reactions 3 Comments
4 min read
"Pico Chess, start a new game": .NET Speech Recognition Tutorial

"Pico Chess, start a new game": .NET Speech Recognition Tutorial

Reactions 1 Comments
4 min read
Parse CLI arguments in .NET

Parse CLI arguments in .NET

Reactions 2 Comments
1 min read
Working with the using directive in C#

Working with the using directive in C#

Reactions 2 Comments
4 min read
Update the HTML head from a Blazor component

Update the HTML head from a Blazor component

Comments
2 min read
Set the initial directory of the FolderBrowserDialog to the application's startup path

Set the initial directory of the FolderBrowserDialog to the application's startup path

Comments
1 min read
Self Signed RSA Certificate with .NET 7

Self Signed RSA Certificate with .NET 7

Comments
3 min read
Benchmarking MQTT Brokers with ThingsOn MQTT Bench

Benchmarking MQTT Brokers with ThingsOn MQTT Bench

Comments
6 min read
.NET MAUI Map Data

.NET MAUI Map Data

Reactions 1 Comments 1
2 min read
EF Core string conversions

EF Core string conversions

Reactions 2 Comments
2 min read
Data Validation Nuget Package

Data Validation Nuget Package

Comments
2 min read
Struct para gerenciar Tags no C# - Parte 3

Struct para gerenciar Tags no C# - Parte 3

Comments
9 min read
Struct para gerenciar Tags no C# - Parte 2

Struct para gerenciar Tags no C# - Parte 2

Comments
7 min read
Struct para gerenciar Tags no C#

Struct para gerenciar Tags no C#

Reactions 1 Comments
6 min read
Getting started with Microsoft Orleans

Getting started with Microsoft Orleans

Reactions 1 Comments
3 min read
Domain-Specific Languages for Automated Testing Development

Domain-Specific Languages for Automated Testing Development

Comments
5 min read
Digging Into Nullable Reference Types in C#

Digging Into Nullable Reference Types in C#

Comments
6 min read
How to authenticate with Kerberos using .NET

How to authenticate with Kerberos using .NET

Reactions 2 Comments 1
3 min read
Resilient Service Architecture with Circuit Breaker Pattern

Resilient Service Architecture with Circuit Breaker Pattern

Comments
1 min read
Messaging Patterns 101: A Comprehensive Guide for Software Developers

Messaging Patterns 101: A Comprehensive Guide for Software Developers

Reactions 6 Comments
7 min read
Why you should never use DateTime.Now directly - Dealing with Volatile Dependencies in C#

Why you should never use DateTime.Now directly - Dealing with Volatile Dependencies in C#

Reactions 2 Comments
2 min read
Why C# and .NET are still relevant in 2023

Why C# and .NET are still relevant in 2023

Reactions 4 Comments
5 min read
C# FileStream For Lazy Developers In A Hurry. The Bare Minimum

C# FileStream For Lazy Developers In A Hurry. The Bare Minimum

Reactions 5 Comments
6 min read
Boosting Your .NET Development with LINQ: Unraveling its Performance and Capabilities

Boosting Your .NET Development with LINQ: Unraveling its Performance and Capabilities

Reactions 2 Comments
5 min read
Singleton Pattern: A Design Pattern for Creating Unique Instances C#

Singleton Pattern: A Design Pattern for Creating Unique Instances C#

Reactions 1 Comments
3 min read
How To Convert a SQL Query Into C# LINQ

How To Convert a SQL Query Into C# LINQ

Reactions 2 Comments
8 min read
C# Generic Math

C# Generic Math

Reactions 1 Comments
5 min read
C# MVC ASP.NET: Write Multiple Lines from Form to DB Table

C# MVC ASP.NET: Write Multiple Lines from Form to DB Table

Comments 1
9 min read
Insert/read SQL-Server images with EF Core, Dapper and SqlClient

Insert/read SQL-Server images with EF Core, Dapper and SqlClient

Reactions 1 Comments
4 min read
Improving Performance of Multidimensional Arrays in C#

Improving Performance of Multidimensional Arrays in C#

Comments
2 min read
Reveal Data provider parameter values at run time

Reveal Data provider parameter values at run time

Comments
3 min read
Converting PayStub logic to an Azure Function

Converting PayStub logic to an Azure Function

Comments
7 min read
Rethinking our ASP.NET Docker CI

Rethinking our ASP.NET Docker CI

Reactions 8 Comments 3
9 min read
REST API to Run PowerShell from a ASP.Net C# Webapp

REST API to Run PowerShell from a ASP.Net C# Webapp

Reactions 1 Comments
6 min read
Data Loading in Entity Framework

Data Loading in Entity Framework

Reactions 5 Comments 1
7 min read
Don't break production when you add new features! - Feature Toggles in C#

Don't break production when you add new features! - Feature Toggles in C#

Comments
4 min read
Safer Nullability in Modern C#

Safer Nullability in Modern C#

Reactions 6 Comments
6 min read
Customizing Swagger in Azure Functions

Customizing Swagger in Azure Functions

Reactions 3 Comments
2 min read
Use Raw String Literals to generate TwiML in C# 11

Use Raw String Literals to generate TwiML in C# 11

Comments
11 min read
Visual Studio tips 2

Visual Studio tips 2

Reactions 1 Comments
3 min read
Implementation of the REDIS Cache in the.NET Core API

Implementation of the REDIS Cache in the.NET Core API

Reactions 2 Comments
9 min read
C# Q&A : Part 2

C# Q&A : Part 2

Reactions 1 Comments
4 min read
Pooling Design Pattern using C#

Pooling Design Pattern using C#

Comments
1 min read
C#; JS Comparison and Game Dev.

C#; JS Comparison and Game Dev.

Reactions 1 Comments
3 min read
How did my 60 line duplicate file finder balloon to 600 lines?

How did my 60 line duplicate file finder balloon to 600 lines?

Comments
8 min read
STRINGLY-typed obsession

STRINGLY-typed obsession

Comments
10 min read
Alocando classes na Stack

Alocando classes na Stack

Reactions 3 Comments
4 min read
Minimal API Discovery Tool

Minimal API Discovery Tool

Reactions 1 Comments
4 min read
7 .Net Core Tips For Beginners

7 .Net Core Tips For Beginners

Reactions 3 Comments
4 min read
Stop manually iterating over your test data in your unit tests! - Parametrized tests in C# using MSTest, NUnit, and XUnit

Stop manually iterating over your test data in your unit tests! - Parametrized tests in C# using MSTest, NUnit, and XUnit

Reactions 1 Comments 1
5 min read
How to write an Extensible File Manager

How to write an Extensible File Manager

Reactions 6 Comments
2 min read
loading...