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.
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

28
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

1
Comments
5 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
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
Agendamento de Tarefas em Segundo Plano com Hangfire

Agendamento de Tarefas em Segundo Plano com Hangfire

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

7 Practical Tips for Optimizing C# Code Performance

Comments
1 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
Simple and Fluent Validation with FluentValidation

Simple and Fluent Validation with FluentValidation

Comments
2 min read
Validação Simples e Fluente com FluentValidation

Validação Simples e Fluente com FluentValidation

Comments
2 min read
Operators (if,else if,ternary operator,switch)

Operators (if,else if,ternary operator,switch)

1
Comments
1 min read
C# Clean Code: using var guide lines

C# Clean Code: using var guide lines

6
Comments
2 min read
C# advanced: Tuple Assignments

C# advanced: Tuple Assignments

7
Comments
5 min read
Check if dotnet is installed

Check if dotnet is installed

Comments
1 min read
Call Resilience with Polly

Call Resilience with Polly

Comments
2 min read
ResiliĂȘncia de Chamadas com Polly

ResiliĂȘncia de Chamadas com Polly

Comments
2 min read
Data Retrieval with Paging, Filtering, and Projection in .NET Core

Data Retrieval with Paging, Filtering, and Projection in .NET Core

7
Comments 2
1 min read
Liskov Substitution Principle in C# with Bird Example

Liskov Substitution Principle in C# with Bird Example

7
Comments 4
3 min read
How to Integrate MRZ Recognition into a Blazor Web Application

How to Integrate MRZ Recognition into a Blazor Web Application

Comments
8 min read
Entity Framework Training

Entity Framework Training

Comments
10 min read
The Tale of Async, Multithread, and Parallel: Heroes of the .NET Realm

The Tale of Async, Multithread, and Parallel: Heroes of the .NET Realm

35
Comments 6
2 min read
Video - Caching HTML Tags Using WebForms Core Technology 05:24

Video - Caching HTML Tags Using WebForms Core Technology

2
Comments
2 min read
C# Clean Code: string guide lines

C# Clean Code: string guide lines

2
Comments
2 min read
Desacoplamento de Comunicação com MediatR

Desacoplamento de Comunicação com MediatR

1
Comments
2 min read
Decoupling Communication with MediatR

Decoupling Communication with MediatR

Comments
2 min read
Building a Custom Logging Provider in ASP.NET Core

Building a Custom Logging Provider in ASP.NET Core

23
Comments 3
12 min read
Conditional application of chained LINQ queries

Conditional application of chained LINQ queries

6
Comments 3
2 min read
Example of Aspect-Oriented Paradigm by Dynamically Decorating Objects with DispatchProxy Class

Example of Aspect-Oriented Paradigm by Dynamically Decorating Objects with DispatchProxy Class

1
Comments
3 min read
How to prevent XSS Attacks in ASP.NET Core Web API

How to prevent XSS Attacks in ASP.NET Core Web API

14
Comments 1
3 min read
Learn Minimal APIs in .NET 8 Full CRUD Tutorial for Beginners

Learn Minimal APIs in .NET 8 Full CRUD Tutorial for Beginners

11
Comments
38 min read
Quick Start Guide to Stride Community Toolkit Preview: Code-Only Feature for C#/.NET Developers 🚀

Quick Start Guide to Stride Community Toolkit Preview: Code-Only Feature for C#/.NET Developers 🚀

Comments
4 min read
Is it Possible to Cache some HTML Tags?

Is it Possible to Cache some HTML Tags?

2
Comments
5 min read
C# advanced: Exploring Tuples An Alternative to Anonymous Types

C# advanced: Exploring Tuples An Alternative to Anonymous Types

8
Comments
4 min read
Real-World Expression Trees: Dynamic Filtering in C# with Minimal API

Real-World Expression Trees: Dynamic Filtering in C# with Minimal API

Comments
13 min read
How to publish JetBrains Rider plugin for opentelemetry/honeycomb

How to publish JetBrains Rider plugin for opentelemetry/honeycomb

Comments
2 min read
How To Manage EF Core DbContext Lifetime

How To Manage EF Core DbContext Lifetime

1
Comments
4 min read
ASP.NET Core Middleware

ASP.NET Core Middleware

3
Comments 1
11 min read
Searching Items in Sitecore without Solr Indexes

Searching Items in Sitecore without Solr Indexes

4
Comments
3 min read
Logging Estruturado com Serilog

Logging Estruturado com Serilog

1
Comments
2 min read
Structured Logging with Serilog

Structured Logging with Serilog

Comments
2 min read
💡 Pro Tip: Use Span<T> for Efficient Memory Access

💡 Pro Tip: Use Span<T> for Efficient Memory Access

1
Comments
1 min read
C# Advanced: Leveraging Anonymous Types in C# for LINQ and Data Binding

C# Advanced: Leveraging Anonymous Types in C# for LINQ and Data Binding

2
Comments
6 min read
Discriminated unions in 2024

Discriminated unions in 2024

Comments
3 min read
Understanding Kafka and Zookeeper: How They Enhance Your .NET App

Understanding Kafka and Zookeeper: How They Enhance Your .NET App

13
Comments
3 min read
Mastering C# Fundamentals: Understanding Lists

Mastering C# Fundamentals: Understanding Lists

1
Comments
7 min read
The Double-Edged Sword of IEnumerable and yield return in C#

The Double-Edged Sword of IEnumerable and yield return in C#

4
Comments
4 min read
Introduction to Message Brokers: A Beginner's Guide : Mastering

Introduction to Message Brokers: A Beginner's Guide : Mastering

6
Comments
2 min read
How to migrate a VB6 application

How to migrate a VB6 application

13
Comments
4 min read
[Part 4] If You Can Answer These Additional 7 Questions Correctly, You’re Decent at .NET

[Part 4] If You Can Answer These Additional 7 Questions Correctly, You’re Decent at .NET

7
Comments
4 min read
đŸ› ïž Pro Tip: Implementing IDisposable for Proper Resource Management

đŸ› ïž Pro Tip: Implementing IDisposable for Proper Resource Management

Comments
1 min read
Flexible Log Management with NLog

Flexible Log Management with NLog

Comments
2 min read
Gerenciamento de Logs de Forma FlexĂ­vel com NLog

Gerenciamento de Logs de Forma FlexĂ­vel com NLog

Comments
2 min read
🚀 Pro Tip: Leverage IEnumerable for Deferred Execution

🚀 Pro Tip: Leverage IEnumerable for Deferred Execution

Comments 2
1 min read
loading...