DEV Community

# dotnetcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Razor Pages using Dropdowns

Razor Pages using Dropdowns

7
Comments
6 min read
How This NuGet Package Almost Cost Me My Job

How This NuGet Package Almost Cost Me My Job

7
Comments 2
5 min read
10 Bad Practices to Avoid in ASP.NET Core API Controllers

10 Bad Practices to Avoid in ASP.NET Core API Controllers

24
Comments 11
5 min read
Reduzindo drasticamente o uso de memória com o Log. (Parte 2)

Reduzindo drasticamente o uso de memória com o Log. (Parte 2)

1
Comments
5 min read
Reduzindo drasticamente o uso de memória com o Log

Reduzindo drasticamente o uso de memória com o Log

Comments
3 min read
Storing and reading values from appsettings.json

Storing and reading values from appsettings.json

2
Comments
4 min read
Understanding Virtual, Override and New Keywords in C#

Understanding Virtual, Override and New Keywords in C#

4
Comments 1
3 min read
Understanding and Implementing Middleware in ASP.NET Core

Understanding and Implementing Middleware in ASP.NET Core

3
Comments 2
4 min read
EF Core Global Query Filters

EF Core Global Query Filters

5
Comments
4 min read
BIG surprise! aspx files in .NET Core

BIG surprise! aspx files in .NET Core

8
Comments
4 min read
Migration to .NET Core

Migration to .NET Core

Comments
1 min read
Update Bootstrap in Visual Studio

Update Bootstrap in Visual Studio

22
Comments
3 min read
How to use ELMAH for enumerating error in ASP.NET core?

How to use ELMAH for enumerating error in ASP.NET core?

2
Comments
5 min read
How To Generate Fake Data With Bogus in .NET 6

How To Generate Fake Data With Bogus in .NET 6

12
Comments
3 min read
Using toast notifications in ASP.NET Core Razor Pages

Using toast notifications in ASP.NET Core Razor Pages

12
Comments
5 min read
How to secure public APIs in ASP.NET Core?

How to secure public APIs in ASP.NET Core?

2
Comments 1
4 min read
Exploring Database-First Approach with Entity Framework in .NET Core 6

Exploring Database-First Approach with Entity Framework in .NET Core 6

2
Comments
3 min read
Step-by-Step Guide: Testing HTTP Endpoints in Visual Studio 2022 Using Endpoints Explorer

Step-by-Step Guide: Testing HTTP Endpoints in Visual Studio 2022 Using Endpoints Explorer

11
Comments 1
2 min read
An Overview of Middleware in ASP.Net Core

An Overview of Middleware in ASP.Net Core

4
Comments
4 min read
Data is Null. When "safety" is in the way.

Data is Null. When "safety" is in the way.

5
Comments
4 min read
EF Core order by string column name

EF Core order by string column name

17
Comments 3
3 min read
Quick and easy DbContext setup in .NET

Quick and easy DbContext setup in .NET

Comments
3 min read
Understanding and Using ConfigureAwait in Asynchronous Programming

Understanding and Using ConfigureAwait in Asynchronous Programming

33
Comments 2
4 min read
Simplifying Dependency Management with SpecFlow's IObjectContainer: Part 1

Simplifying Dependency Management with SpecFlow's IObjectContainer: Part 1

3
Comments
4 min read
Serilog logging and EF Core logging

Serilog logging and EF Core logging

11
Comments
4 min read
Performing Globalization and Localization using resource file in .NET Core

Performing Globalization and Localization using resource file in .NET Core

2
Comments
5 min read
A brief introduction to MediatR in .NET

A brief introduction to MediatR in .NET

2
Comments
2 min read
Part 2: Your First API

Part 2: Your First API

Comments
4 min read
The DateTime Data Type in C#: Everything you need to know

The DateTime Data Type in C#: Everything you need to know

4
Comments
4 min read
Working with the Random class in C#

Working with the Random class in C#

3
Comments
3 min read
Lucene.NET for search applications

Lucene.NET for search applications

7
Comments
7 min read
C# Language extensions

C# Language extensions

8
Comments
10 min read
Configuring Optimizely Azure Blob Storage

Configuring Optimizely Azure Blob Storage

Comments
2 min read
C# file/folder helpers

C# file/folder helpers

7
Comments 2
7 min read
Window forms data annotation

Window forms data annotation

3
Comments
7 min read
How to secure your Umbraco api controller with an api key

How to secure your Umbraco api controller with an api key

5
Comments 2
8 min read
C# Extension Methods: the basics you need to know

C# Extension Methods: the basics you need to know

5
Comments
3 min read
Economize memória e aumente o desempenho com o ArrayPool<T> do .NET

Economize memória e aumente o desempenho com o ArrayPool<T> do .NET

2
Comments
3 min read
Creating a Serilog Custom Enricher

Creating a Serilog Custom Enricher

1
Comments
2 min read
Como um parâmetro simples pode economizar memória?

Como um parâmetro simples pode economizar memória?

3
Comments
3 min read
Como a escolha do Modo do Garbage Collector pode impactar sua aplicação em .NET

Como a escolha do Modo do Garbage Collector pode impactar sua aplicação em .NET

3
Comments
3 min read
The case study: Dapper vs Entity Framework Core

The case study: Dapper vs Entity Framework Core

16
Comments
3 min read
The Pitfalls of using EntityFramework in an nx-dotnet environment (with solutions)

The Pitfalls of using EntityFramework in an nx-dotnet environment (with solutions)

3
Comments 2
2 min read
Run dotnet core projects without opening visual studio

Run dotnet core projects without opening visual studio

Comments
4 min read
WinForms communicate between forms

WinForms communicate between forms

3
Comments
4 min read
Desvendando o Large Object Heap (LOH): Tudo o que um Desenvolvedor precisa saber

Desvendando o Large Object Heap (LOH): Tudo o que um Desenvolvedor precisa saber

2
Comments
2 min read
Encrypt and Decrypt users' data in ASP.NET Core Identity using the ILookupProtector and ILookupProtectorKeyRing interfaces

Encrypt and Decrypt users' data in ASP.NET Core Identity using the ILookupProtector and ILookupProtectorKeyRing interfaces

11
Comments 2
6 min read
Merge PDF Files in Java (Code Example Tutorial)

Merge PDF Files in Java (Code Example Tutorial)

3
Comments
6 min read
EF Core 7: Json columns

EF Core 7: Json columns

25
Comments 3
9 min read
What is Lambda Expressions in C#

What is Lambda Expressions in C#

3
Comments
3 min read
S3 File Operations using .NET 7 WebAPI

S3 File Operations using .NET 7 WebAPI

3
Comments
4 min read
C# .NET Tools with System.CommandLine

C# .NET Tools with System.CommandLine

23
Comments 3
7 min read
Microsoft.CodeAnalysis.BannedApiAnalyzers

Microsoft.CodeAnalysis.BannedApiAnalyzers

4
Comments 2
2 min read
Convert PDF to Image in Java (Code Example Tutorial)

Convert PDF to Image in Java (Code Example Tutorial)

5
Comments 1
6 min read
Authorization in .net Core

Authorization in .net Core

7
Comments
6 min read
NullReferenceException, como ele acontece?

NullReferenceException, como ele acontece?

Comments
3 min read
C# - Search AD entry by ObjectSid using Novell Directory Ldap Nuget package

C# - Search AD entry by ObjectSid using Novell Directory Ldap Nuget package

7
Comments
3 min read
Visual Studio [Test Traits]

Visual Studio [Test Traits]

3
Comments
3 min read
Aumentado a performance do HttpClient

Aumentado a performance do HttpClient

Comments
4 min read
How to Create a Streamable Data Endpoint in Dotnet for Progressive Loading ?

How to Create a Streamable Data Endpoint in Dotnet for Progressive Loading ?

3
Comments
4 min read
loading...