DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Gerando Dados Falsos para Testes com Bogus

Gerando Dados Falsos para Testes com Bogus

Comments
2 min read
Input/Output Amallari

Input/Output Amallari

Comments
1 min read
You Should follow these 12 clean code tips if you are a .NET developer

You Should follow these 12 clean code tips if you are a .NET developer

2
Comments
3 min read
⚡ Pro Tip: Leverage async and await for Non-Blocking I/O Operations

⚡ Pro Tip: Leverage async and await for Non-Blocking I/O Operations

Comments
1 min read
Mastering C# Fundamentals: Basics of Strings

Mastering C# Fundamentals: Basics of Strings

Comments
4 min read
Test-Driven Development: A Comprehensive Guide

Test-Driven Development: A Comprehensive Guide

6
Comments 1
19 min read
Simplified URL Building and HTTP Requests with Flurl

Simplified URL Building and HTTP Requests with Flurl

Comments
1 min read
Construção de URLs e Chamadas HTTP Simplificadas com Flurl

Construção de URLs e Chamadas HTTP Simplificadas com Flurl

Comments
2 min read
🚀 How a Program Executes: From C# Compiler to CPU Execution 🖥️

🚀 How a Program Executes: From C# Compiler to CPU Execution 🖥️

1
Comments
1 min read
Automated Test Data Generation with AutoFixture

Automated Test Data Generation with AutoFixture

1
Comments 1
2 min read
Top 6 Design Patterns

Top 6 Design Patterns

2
Comments
3 min read
Setting up a .NET Core Web API project on a Mac using Terminal

Setting up a .NET Core Web API project on a Mac using Terminal

Comments
3 min read
Simplifying HTTP Calls with Refit

Simplifying HTTP Calls with Refit

2
Comments 1
2 min read
Flexible C# with OOP Principles:Simplifying Complex Code with the State Design Pattern

Flexible C# with OOP Principles:Simplifying Complex Code with the State Design Pattern

1
Comments
4 min read
c# advance:Exploring Type Patterns in C#

c# advance:Exploring Type Patterns in C#

5
Comments
4 min read
c# clean code: Writing Efficient LINQ Queries

c# clean code: Writing Efficient LINQ Queries

2
Comments
2 min read
Chamadas HTTP mais Simples com Refit

Chamadas HTTP mais Simples com Refit

1
Comments 1
2 min read
Flexible C# with OOP Principles: Reducing Complexity in OOP with State-Based Logic

Flexible C# with OOP Principles: Reducing Complexity in OOP with State-Based Logic

1
Comments
2 min read
c# advance: Switch Expressions

c# advance: Switch Expressions

1
Comments
4 min read
Flexible C# with OOP Principles: Moving from Static Functions to Flexible Object-Oriented

Flexible C# with OOP Principles: Moving from Static Functions to Flexible Object-Oriented

1
Comments
4 min read
New Project: Public Interface Generator

New Project: Public Interface Generator

2
Comments
1 min read
Mastering C# Fundamentals: Understanding Arrays

Mastering C# Fundamentals: Understanding Arrays

1
Comments
6 min read
Facilitando Chamadas HTTP com RestSharp

Facilitando Chamadas HTTP com RestSharp

1
Comments
2 min read
EF Core raw queries (C#)

EF Core raw queries (C#)

1
Comments
5 min read
Simplifying HTTP Requests with RestSharp

Simplifying HTTP Requests with RestSharp

1
Comments
2 min read
c# advanced: Pattern Matching

c# advanced: Pattern Matching

2
Comments
6 min read
SOLID: Single Responsibility Principle(SRP) in C#

SOLID: Single Responsibility Principle(SRP) in C#

6
Comments
3 min read
AR Game Dev 1 / 10( Contents )

AR Game Dev 1 / 10( Contents )

Comments
3 min read
Sending Transactional Emails with Transmitly (C#)

Sending Transactional Emails with Transmitly (C#)

2
Comments
4 min read
Sitecore Pipeline to add rel="noopener noreferrer" to a General Link

Sitecore Pipeline to add rel="noopener noreferrer" to a General Link

5
Comments
2 min read
Testes Unitários com Mocks Usando Moq

Testes Unitários com Mocks Usando Moq

Comments
2 min read
Unit Testing with Mocks Using Moq

Unit Testing with Mocks Using Moq

Comments
2 min read
Game Dev Digest — Issue #254 - Unity 6

Game Dev Digest — Issue #254 - Unity 6

1
Comments
9 min read
c# Clean Code: Best Practices for new, Operators, and using

c# Clean Code: Best Practices for new, Operators, and using

4
Comments
4 min read
Introducing PinataNET: A Simple C# Wrapper for the Pinata API

Introducing PinataNET: A Simple C# Wrapper for the Pinata API

1
Comments
4 min read
TIL: How To Use the Specification Pattern in C# To Simplify Repositories

TIL: How To Use the Specification Pattern in C# To Simplify Repositories

6
Comments 1
3 min read
EasyTdd 0.5.0: Streamlining Mocking with Incremental FluentMock

EasyTdd 0.5.0: Streamlining Mocking with Incremental FluentMock

Comments
11 min read
Microservices Integration and Message Processing with MassTransit and RabbitMQ

Microservices Integration and Message Processing with MassTransit and RabbitMQ

1
Comments
2 min read
Integração de Microsserviços e Processamento de Mensagens com MassTransit e RabbitMQ

Integração de Microsserviços e Processamento de Mensagens com MassTransit e RabbitMQ

Comments
2 min read
🔎Exploring Design Patterns: Thread Safe Singleton Pattern in C#

🔎Exploring Design Patterns: Thread Safe Singleton Pattern in C#

1
Comments
2 min read
Mastering File Uploads and Downloads in .NET 8 Minimal APIs: A Comprehensive Guide

Mastering File Uploads and Downloads in .NET 8 Minimal APIs: A Comprehensive Guide

7
Comments 1
5 min read
✅ .𝗡𝗘𝗧 𝟵 & 𝗖# 𝟭𝟯: 𝗡𝗲𝘄 𝗟𝗼𝗰𝗸 𝗢𝗯𝗷𝗲𝗰𝘁 𝗮𝗻𝗱 𝗞𝗲𝘆 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀

✅ .𝗡𝗘𝗧 𝟵 & 𝗖# 𝟭𝟯: 𝗡𝗲𝘄 𝗟𝗼𝗰𝗸 𝗢𝗯𝗷𝗲𝗰𝘁 𝗮𝗻𝗱 𝗞𝗲𝘆 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀

5
Comments
1 min read
What is the Principle of Least Privilege? A Comprehensive Guide

What is the Principle of Least Privilege? A Comprehensive Guide

8
Comments
3 min read
Regex timeout - C#

Regex timeout - C#

Comments
6 min read
c# Clean Code: Best Practices for Using Action and Func

c# Clean Code: Best Practices for Using Action and Func

27
Comments 3
3 min read
Flexibilidad y Escalabilidad: Usando Strategy y Factory Patterns

Flexibilidad y Escalabilidad: Usando Strategy y Factory Patterns

7
Comments 3
9 min read
Agendamento de Tarefas com Quartz.NET

Agendamento de Tarefas com Quartz.NET

Comments
2 min read
Task Scheduling with Quartz.NET

Task Scheduling with Quartz.NET

2
Comments
2 min read
C# advanced: How to Use Tuples as Return Types

C# advanced: How to Use Tuples as Return Types

2
Comments
4 min read
LINQ Cheatsheet: The Ultimate Guide for Modern .NET Development 🚀

LINQ Cheatsheet: The Ultimate Guide for Modern .NET Development 🚀

7
Comments
3 min read
How to Promote Primitive Values To Value Objects

How to Promote Primitive Values To Value Objects

Comments
3 min read
C# System.Text.Json JsonConverter masking

C# System.Text.Json JsonConverter masking

1
Comments
6 min read
Background Task Scheduling with Hangfire

Background Task Scheduling with Hangfire

2
Comments
2 min read
7 Practical Tips for Optimizing C# Code Performance

7 Practical Tips for Optimizing C# Code Performance

Comments
1 min read
C# Basic: From a javascript developer perspective

C# Basic: From a javascript developer perspective

Comments
3 min read
Boosting EF Core Performance: 7 Essential Optimization Tips

Boosting EF Core Performance: 7 Essential Optimization Tips

1
Comments
1 min read
Agendamento de Tarefas em Segundo Plano com Hangfire

Agendamento de Tarefas em Segundo Plano com Hangfire

Comments
2 min read
if-else & early return

if-else & early return

Comments
2 min read
Mastering in these 10+ Result/Return types in ASP.Net Core MVC

Mastering in these 10+ Result/Return types in ASP.Net Core MVC

3
Comments
2 min read
.NET Digest #4

.NET Digest #4

1
Comments 1
8 min read
loading...