DEV Community

# dotnetcore

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Setting Up a .NET Project on macOS

Setting Up a .NET Project on macOS

1
Comments
2 min read
Dependency injection in action filters in ASP.NET Core

Dependency injection in action filters in ASP.NET Core

3
Comments
4 min read
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
Fluent Validation in .NET Core - Advantages and Disadvantages

Fluent Validation in .NET Core - Advantages and Disadvantages

14
Comments
9 min read
Learn to use a databound DataGridView ComboBox in Windows Forms

Learn to use a databound DataGridView ComboBox in Windows Forms

7
Comments
6 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
Host and Publish .NET Core 6 Web API Application on IIS Server

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

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

JWT Token Authentication using the .NET Core 6 Web API

12
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

5
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

1
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

18
Comments 11
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

1
Comments 2
4 min read
EF Core Global Query Filters

EF Core Global Query Filters

4
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

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

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

Using toast notifications in ASP.NET Core Razor Pages

2
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
Data is Null. When "safety" is in the way.

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

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

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

An Overview of Middleware in ASP.Net Core

4
Comments
4 min read
Exploring Real-Time Communication with SignalR and .NET Core

Exploring Real-Time Communication with SignalR and .NET Core

9
Comments
3 min read
EF Core order by string column name

EF Core order by string column name

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

Quick and easy DbContext setup in .NET

Comments
3 min read
A brief introduction to MediatR in .NET

A brief introduction to MediatR in .NET

Comments
2 min read
Part 2: Your First API

Part 2: Your First API

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

Simplifying Dependency Management with SpecFlow's IObjectContainer: Part 1

Comments
4 min read
Understanding and Using ConfigureAwait in Asynchronous Programming

Understanding and Using ConfigureAwait in Asynchronous Programming

6
Comments 1
4 min read
Serilog logging and EF Core logging

Serilog logging and EF Core logging

2
Comments
4 min read
Blazor: A Safe and Secure Web Development Framework

Blazor: A Safe and Secure Web Development Framework

21
Comments 7
2 min read
🌟Exploring the Power of .NET Core: Unleashing the Full Potential of Cross-Platform Development🚀

🌟Exploring the Power of .NET Core: Unleashing the Full Potential of Cross-Platform Development🚀

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

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

1
Comments
7 min read
Building Real-Time Web Applications with Blazor SignalR

Building Real-Time Web Applications with Blazor SignalR

5
Comments 1
2 min read
How to secure your Umbraco api controller with an api key

How to secure your Umbraco api controller with an api key

3
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
Blazor WebAssembly: A Game-Changer for Progressive Web Apps

Blazor WebAssembly: A Game-Changer for Progressive Web Apps

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

Convert PDF to Image in Java (Code Example Tutorial)

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

Merge PDF Files in Java (Code Example Tutorial)

Comments
6 min read
Blazor WebAssembly vs. Blazor Server: Which One Should You Choose?

Blazor WebAssembly vs. Blazor Server: Which One Should You Choose?

10
Comments
2 min read
Creating a Serilog Custom Enricher

Creating a Serilog Custom Enricher

Comments
2 min read
Exploring the Benefits of Using .NET Core for Microservices Architecture

Exploring the Benefits of Using .NET Core for Microservices Architecture

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