DEV Community

Juarez Júnior profile picture

Juarez Júnior

I’m a .NET developer who likes to share knowledge with others.

Dica C#: Use async e await para Operações Assíncronas

Dica C#: Use async e await para Operações Assíncronas

1
Comments
2 min read

Want to connect with Juarez Júnior?

Create an account to connect with Juarez Júnior. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
C# Tip: Use async and await for Asynchronous Operations

C# Tip: Use async and await for Asynchronous Operations

Comments
1 min read
Dica C#: Use Dispose e using para Liberar Recursos

Dica C#: Use Dispose e using para Liberar Recursos

Comments
2 min read
C# Tip: Use Dispose and using to Release Resources

C# Tip: Use Dispose and using to Release Resources

Comments
2 min read
C# Tip: Prefer StringBuilder for Concatenating Multiple Strings

C# Tip: Prefer StringBuilder for Concatenating Multiple Strings

1
Comments 1
1 min read
Dica C#: Prefira StringBuilder para Concatenar Múltiplas Strings

Dica C#: Prefira StringBuilder para Concatenar Múltiplas Strings

Comments
2 min read
C# Tip: Prefer String Interpolation over Concatenation

C# Tip: Prefer String Interpolation over Concatenation

Comments
1 min read
Dica C#: Prefira Interpolação de Strings ao Invés de Concatenação

Dica C#: Prefira Interpolação de Strings ao Invés de Concatenação

Comments
2 min read
Dica C#: Evite Exceções para Controle de Fluxo

Dica C#: Evite Exceções para Controle de Fluxo

Comments
2 min read
C# Tip: Avoid Using Exceptions for Control Flow

C# Tip: Avoid Using Exceptions for Control Flow

Comments
1 min read
Dica C#: Use const para Valores Verdadeiramente Constantes

Dica C#: Use const para Valores Verdadeiramente Constantes

Comments
2 min read
C# Tip: Use const for Truly Constant Values

C# Tip: Use const for Truly Constant Values

Comments
1 min read
Dica C#: Utilize readonly para Constantes Imutáveis

Dica C#: Utilize readonly para Constantes Imutáveis

Comments
2 min read
C# Tip: Use readonly for Immutable Constants

C# Tip: Use readonly for Immutable Constants

Comments
1 min read
Dica C#: Use var para Tipos Evidentes, mas Prefira Tipos Explícitos para Tipos Ambíguos

Dica C#: Use var para Tipos Evidentes, mas Prefira Tipos Explícitos para Tipos Ambíguos

Comments
1 min read
C# Tip: Use var for Obvious Types, but Prefer Explicit Types for Ambiguous Types

C# Tip: Use var for Obvious Types, but Prefer Explicit Types for Ambiguous Types

8
Comments 3
1 min read
C# Tip: Avoid Unused Variables

C# Tip: Avoid Unused Variables

Comments
1 min read
Dica C#: Evite Variáveis Não Utilizadas

Dica C#: Evite Variáveis Não Utilizadas

Comments
2 min read
Dica C#: Nomeação de Variáveis e Métodos

Dica C#: Nomeação de Variáveis e Métodos

Comments
2 min read
C# Tip: Naming Variables and Methods

C# Tip: Naming Variables and Methods

Comments
1 min read
Dica C#: Tipos Nullable Simplificados

Dica C#: Tipos Nullable Simplificados

Comments
1 min read
C# Tip: Simplified Nullable Types

C# Tip: Simplified Nullable Types

2
Comments 2
1 min read
Making Tests More Expressive with FluentAssertions

Making Tests More Expressive with FluentAssertions

6
Comments 1
2 min read
Tornando Testes Mais Expressivos com FluentAssertions

Tornando Testes Mais Expressivos com FluentAssertions

Comments
2 min read
Automated Test Data Generation with AutoFixture

Automated Test Data Generation with AutoFixture

1
Comments 1
2 min read
Gerando Dados de Teste Automatizados com AutoFixture

Gerando Dados de Teste Automatizados com AutoFixture

Comments
2 min read
Fast and Efficient Object Mapping with Mapster

Fast and Efficient Object Mapping with Mapster

Comments
2 min read
Mapeamento Rápido e Eficiente de Objetos com Mapster

Mapeamento Rápido e Eficiente de Objetos com Mapster

Comments
2 min read
Gerando Dados Falsos para Testes com Bogus

Gerando Dados Falsos para Testes com Bogus

Comments
2 min read
Generating Fake Data for Testing with Bogus

Generating Fake Data for Testing with Bogus

Comments
2 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
Simplified URL Building and HTTP Requests with Flurl

Simplified URL Building and HTTP Requests with Flurl

Comments
1 min read
Chamadas HTTP mais Simples com Refit

Chamadas HTTP mais Simples com Refit

1
Comments 1
2 min read
Simplifying HTTP Calls with Refit

Simplifying HTTP Calls with Refit

2
Comments 1
2 min read
Simplifying HTTP Requests with RestSharp

Simplifying HTTP Requests with RestSharp

Comments
2 min read
Facilitando Chamadas HTTP com RestSharp

Facilitando Chamadas HTTP com RestSharp

1
Comments
2 min read
Unit Testing with Mocks Using Moq

Unit Testing with Mocks Using Moq

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

Testes Unitários com Mocks Usando Moq

Comments
2 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
Task Scheduling with Quartz.NET

Task Scheduling with Quartz.NET

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

Agendamento de Tarefas com Quartz.NET

Comments
2 min read
Background Task Scheduling with Hangfire

Background Task Scheduling with Hangfire

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

Agendamento de Tarefas em Segundo Plano com Hangfire

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
Resiliência de Chamadas com Polly

Resiliência de Chamadas com Polly

Comments
2 min read
Call Resilience with Polly

Call Resilience with Polly

Comments
2 min read
Decoupling Communication with MediatR

Decoupling Communication with MediatR

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

Desacoplamento de Comunicação com MediatR

1
Comments
2 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
Gerenciamento de Logs de Forma Flexível com NLog

Gerenciamento de Logs de Forma Flexível com NLog

Comments
2 min read
Flexible Log Management with NLog

Flexible Log Management with NLog

Comments
2 min read
Consultas Rápidas e Eficientes com Dapper

Consultas Rápidas e Eficientes com Dapper

Comments
2 min read
Fast and Efficient Queries with Dapper

Fast and Efficient Queries with Dapper

Comments
2 min read
Mapeamento de Objetos Simplificado com AutoMapper

Mapeamento de Objetos Simplificado com AutoMapper

Comments
2 min read
Simplified Object Mapping with AutoMapper

Simplified Object Mapping with AutoMapper

1
Comments 1
2 min read
Mapping and Manipulating Data with Entity Framework Core

Mapping and Manipulating Data with Entity Framework Core

Comments
2 min read
Mapeando e Manipulando Dados com Entity Framework Core

Mapeando e Manipulando Dados com Entity Framework Core

Comments
2 min read
loading...