DEV Community

.NET

.NET is an open source developer platform, created by Microsoft, for building many types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, gaming, and IoT. Find more at https://dot.net

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
SOLID: Single Responsibility Principle(SRP) in C#

SOLID: Single Responsibility Principle(SRP) in C#

8
Comments
3 min read
c# advanced: Pattern Matching

c# advanced: Pattern Matching

2
Comments
6 min read
Adding Platform-Specific Code to a .NET MAUI Project

Adding Platform-Specific Code to a .NET MAUI Project

2
Comments 1
3 min read
Why having a page factory is a good idea

Why having a page factory is a good idea

2
Comments
3 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

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

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

6
Comments
4 min read
Code First Approach with Entity Framework.

Code First Approach with Entity Framework.

Comments
2 min read
I Believe in this Technology 02:13

I Believe in this Technology

2
Comments
1 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
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
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
Managing LLM prompts in DotNet with DotPrompt

Managing LLM prompts in DotNet with DotPrompt

2
Comments
5 min read
Agendamento de Tarefas com Quartz.NET

Agendamento de Tarefas com Quartz.NET

1
Comments
2 min read
Task Scheduling with Quartz.NET

Task Scheduling with Quartz.NET

5
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
Background Task Scheduling with Hangfire

Background Task Scheduling with Hangfire

2
Comments
2 min read
Async/Await Best Practices: Mastering Asynchronous Programming in C#

Async/Await Best Practices: Mastering Asynchronous Programming in C#

1
Comments
1 min read
loading...