DEV Community

# dotnetcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Unit testing a custom middleware in ASP.NET Core with Interface

Unit testing a custom middleware in ASP.NET Core with Interface

3
Comments
5 min read
Host and Publish .NET Core 6 Web API Application on IIS Server

Host and Publish .NET Core 6 Web API Application on IIS Server

10
Comments
4 min read
Learn to use a databound DataGridView ComboBox in Windows Forms

Learn to use a databound DataGridView ComboBox in Windows Forms

4
Comments
6 min read
JWT Token Authentication using the .NET Core 6 Web API

JWT Token Authentication using the .NET Core 6 Web API

7
Comments 1
6 min read
ASP.NET Core/Razor pages Secret Manager

ASP.NET Core/Razor pages Secret Manager

1
Comments
4 min read
ASP.NET Core Middleware: Working with Global Exception Handling

ASP.NET Core Middleware: Working with Global Exception Handling

12
Comments
4 min read
How to better interact with data in Window Forms

How to better interact with data in Window Forms

2
Comments
6 min read
Razor Pages using Dropdowns

Razor Pages using Dropdowns

2
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

19
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#

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

Understanding and Implementing Middleware in ASP.NET Core

2
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

6
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

3
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

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

Using toast notifications in ASP.NET Core Razor Pages

3
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

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

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

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

EF Core order by string column name

5
Comments
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

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

Simplifying Dependency Management with SpecFlow's IObjectContainer: Part 1

2
Comments
4 min read
Serilog logging and EF Core logging

Serilog logging and EF Core logging

4
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

1
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

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

Working with the Random class in C#

Comments
3 min read
Lucene.NET for search applications

Lucene.NET for search applications

6
Comments
7 min read
C# Language extensions

C# Language extensions

7
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

4
Comments 2
5 min read
Window forms data annotation

Window forms data annotation

2
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

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

C# Extension Methods: the basics you need to know

1
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

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

13
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)

2
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

2
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

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

Convert PDF to Image in Java (Code Example Tutorial)

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

Merge PDF Files in Java (Code Example Tutorial)

1
Comments
6 min read
EF Core 7: Json columns

EF Core 7: Json columns

17
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

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

C# .NET Tools with System.CommandLine

14
Comments 3
7 min read
loading...