DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Intro to JS Interop in Blazor

Intro to JS Interop in Blazor

17
Comments
7 min read
Using auto-values in Aerospike LINQPad driver

Using auto-values in Aerospike LINQPad driver

1
Comments
7 min read
Custom Middleware In ASP.NET Core – How To Harness The Power

Custom Middleware In ASP.NET Core – How To Harness The Power

3
Comments
7 min read
Blazor Synchronized Charts: The Perfect Tool for Trade Analysis

Blazor Synchronized Charts: The Perfect Tool for Trade Analysis

Comments
6 min read
Null Coalescing (??) Operator in C#

Null Coalescing (??) Operator in C#

8
Comments
2 min read
How to Send Data to the Server

How to Send Data to the Server

Comments
4 min read
Unlocking Seamless Travel Experiences: Hotels Booking API Integration with ASP.NET C#

Unlocking Seamless Travel Experiences: Hotels Booking API Integration with ASP.NET C#

Comments
2 min read
Discriminated Unions: Essa feature faz falta ao CSharp

Discriminated Unions: Essa feature faz falta ao CSharp

28
Comments 2
14 min read
The Memento Pattern In C# – How To Achieve Effortless State Restoration

The Memento Pattern In C# – How To Achieve Effortless State Restoration

2
Comments
8 min read
Null Conditional Check in C# 6

Null Conditional Check in C# 6

3
Comments 1
2 min read
C#: functional approaches explained solving one specific problem

C#: functional approaches explained solving one specific problem

6
Comments 7
3 min read
ASP.NET Core MVC vs Razor pages, Which is the faster?

ASP.NET Core MVC vs Razor pages, Which is the faster?

Comments
2 min read
Cross-Platform Diagnostic Tools for .NET Applications

Cross-Platform Diagnostic Tools for .NET Applications

2
Comments
6 min read
ORDENAMIENTO POR SELECCION CON C#

ORDENAMIENTO POR SELECCION CON C#

Comments
2 min read
C# Extension Methods that come in handy for an ASP.Net Project

C# Extension Methods that come in handy for an ASP.Net Project

5
Comments
4 min read
ASP.NET Core MVC vs Razor Pages, Which is Faster? CodeBehind!

ASP.NET Core MVC vs Razor Pages, Which is Faster? CodeBehind!

12
Comments
6 min read
4 ways to create Unit Tests without Interfaces in C#

4 ways to create Unit Tests without Interfaces in C#

3
Comments 1
10 min read
Best practices for integrating the Azure Storage SDK into your .NET applications

Best practices for integrating the Azure Storage SDK into your .NET applications

1
Comments
5 min read
Sending An E-Mail Using ASP.NET With C#

Sending An E-Mail Using ASP.NET With C#

Comments
2 min read
.NET 8 Features: Explore Performance Improvements and Language Enhancements

.NET 8 Features: Explore Performance Improvements and Language Enhancements

Comments
2 min read
Using Azure OpenAI Service to generate images with DALL-E in .NET

Using Azure OpenAI Service to generate images with DALL-E in .NET

6
Comments
2 min read
C# 10 Top-Level Statements: Simplicity for Enhanced Code Readability

C# 10 Top-Level Statements: Simplicity for Enhanced Code Readability

2
Comments 1
2 min read
Partial Routing in Optimizely 12

Partial Routing in Optimizely 12

Comments
1 min read
Criando um app de terminal (CLI) para criar arquivos react #1

Criando um app de terminal (CLI) para criar arquivos react #1

1
Comments 1
4 min read
Composite Pattern In C# For Powerful Object Structures

Composite Pattern In C# For Powerful Object Structures

Comments
8 min read
Publishing Nuget in GitHub Packages

Publishing Nuget in GitHub Packages

12
Comments 4
4 min read
Publishing image to GitHub Container Registry using GitHub Actions

Publishing image to GitHub Container Registry using GitHub Actions

1
Comments
6 min read
Getting Started with the ASP.NET Core Charts Control

Getting Started with the ASP.NET Core Charts Control

Comments
2 min read
Custom Events in C# for Enhanced Communication and Flexibility

Custom Events in C# for Enhanced Communication and Flexibility

2
Comments
3 min read
ASP.NET Core - Load Balancing com Nginx e Docker

ASP.NET Core - Load Balancing com Nginx e Docker

8
Comments
4 min read
Refactoring Currency: Mastering Universal Currency Value Objects with Enums and Attributes

Refactoring Currency: Mastering Universal Currency Value Objects with Enums and Attributes

Comments
3 min read
ChatGPT for VB6 to C# migration

ChatGPT for VB6 to C# migration

8
Comments
4 min read
Building a Command-Line (CLI) app using System.CommandLine library in C# and .NET

Building a Command-Line (CLI) app using System.CommandLine library in C# and .NET

3
Comments
5 min read
Issue with PublicKeyToken=4b01fa6e34db77ab' used by 'Google.Cloud.BigQuery.V2' matches identity 'Google.Apis.Auth.

Issue with PublicKeyToken=4b01fa6e34db77ab' used by 'Google.Cloud.BigQuery.V2' matches identity 'Google.Apis.Auth.

Comments 1
1 min read
Generic Repository Pattern using Dapper

Generic Repository Pattern using Dapper

18
Comments
7 min read
Working with Dapper/SQL-Server Framework 4.8 C#

Working with Dapper/SQL-Server Framework 4.8 C#

22
Comments
16 min read
var or explicit type

var or explicit type

4
Comments 2
4 min read
Evita usar UpperCase o LowerCase C#

Evita usar UpperCase o LowerCase C#

Comments
1 min read
Delegate, Func and Action in C#

Delegate, Func and Action in C#

Comments
2 min read
Mastering Financial Complexity with Money Patterns in Domain-Driven Design

Mastering Financial Complexity with Money Patterns in Domain-Driven Design

2
Comments
3 min read
Easy way to start TDD

Easy way to start TDD

1
Comments
20 min read
Multithreading in C#: Processes, Threads, and Performance Optimization

Multithreading in C#: Processes, Threads, and Performance Optimization

Comments 1
3 min read
5 Essential EF Core Performance Tips

5 Essential EF Core Performance Tips

7
Comments
2 min read
Setting Up Razor Support in Neovim for Enhanced C# Development

Setting Up Razor Support in Neovim for Enhanced C# Development

5
Comments 2
2 min read
1. Building an RTS game in Unity - Basic Unit Navigation and selection tool

1. Building an RTS game in Unity - Basic Unit Navigation and selection tool

5
Comments
4 min read
How to Change Ports in .Net Applications

How to Change Ports in .Net Applications

Comments
1 min read
Programming Patterns for Games: Command - Evaluating Unity's Input Handling Options

Programming Patterns for Games: Command - Evaluating Unity's Input Handling Options

1
Comments
7 min read
Background Processing with Hangfire

Background Processing with Hangfire

3
Comments
7 min read
Choose Font with GTK4 and .NET 8

Choose Font with GTK4 and .NET 8

Comments
3 min read
How does Rendezvous Hashing help me avoid email delays?

How does Rendezvous Hashing help me avoid email delays?

Comments
4 min read
ASP.Net+Swagger+TypeScriptでEnumの表示名を自動生成する

ASP.Net+Swagger+TypeScriptでEnumの表示名を自動生成する

Comments
2 min read
5 C# Word Libraries Most .NET Developers Use in Project

5 C# Word Libraries Most .NET Developers Use in Project

27
Comments 5
6 min read
Learning C# in 2024? How to do it in 3 steps

Learning C# in 2024? How to do it in 3 steps

9
Comments 3
2 min read
Command Pattern in C# - What You Need to Implement It

Command Pattern in C# - What You Need to Implement It

1
Comments
9 min read
How to Create A Word Document in C#

How to Create A Word Document in C#

21
Comments
6 min read
Converting Outlook MSG to HTML in C# for Enhanced Readability

Converting Outlook MSG to HTML in C# for Enhanced Readability

1
Comments 1
2 min read
How to Open A Word Document in C#

How to Open A Word Document in C#

6
Comments
5 min read
VB6 to C# migration: automated vs manual conversion

VB6 to C# migration: automated vs manual conversion

13
Comments
4 min read
How To Add Controllers To A Blazor Server App

How To Add Controllers To A Blazor Server App

25
Comments 1
3 min read
How to Avoid Multiple Nested If-Else Statements Using Guard Clause

How to Avoid Multiple Nested If-Else Statements Using Guard Clause

3
Comments 2
2 min read
loading...