DEV Community

# aspnetcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Data Access in ASP.NET Core using EF Core (Database First)

Data Access in ASP.NET Core using EF Core (Database First)

2
Comments
8 min read
An opinionated look at Minimal API in .NET 6

An opinionated look at Minimal API in .NET 6

48
Comments 2
5 min read
Data Access in ASP.NET Core using EF Core (Code First)

Data Access in ASP.NET Core using EF Core (Code First)

2
Comments
12 min read
Asp.Net Core - Deferred Option Pattern

Asp.Net Core - Deferred Option Pattern

8
Comments
5 min read
C# 10 - Guia de Referência: artigos, dicas e exemplos de utilização

C# 10 - Guia de Referência: artigos, dicas e exemplos de utilização

6
Comments
2 min read
A Step by Step Guide to Bundling and Minification in ASP.NET Core

A Step by Step Guide to Bundling and Minification in ASP.NET Core

8
Comments
9 min read
ASP.NET Core Bundling and Minification Using Gulp

ASP.NET Core Bundling and Minification Using Gulp

5
Comments
9 min read
How to Consume Third-party Web APIs in ASP.NET Core

How to Consume Third-party Web APIs in ASP.NET Core

5
Comments
7 min read
A Developer’s Guide for Creating Web APIs with ASP.NET Core 5

A Developer’s Guide for Creating Web APIs with ASP.NET Core 5

7
Comments
10 min read
ASP.NET Core middleware with Roslyn Analyzers - Part 1

ASP.NET Core middleware with Roslyn Analyzers - Part 1

5
Comments
5 min read
A Step by Step Guide to Logging in ASP.NET Core 5

A Step by Step Guide to Logging in ASP.NET Core 5

9
Comments
8 min read
A Developer's Guide to ASP.NET Core Razor Pages

A Developer's Guide to ASP.NET Core Razor Pages

8
Comments
11 min read
Introduction to ASP.NET Core Middleware

Introduction to ASP.NET Core Middleware

17
Comments
5 min read
A Step by Step Guide to ASP.NET Core Dependency Injection

A Step by Step Guide to ASP.NET Core Dependency Injection

15
Comments
8 min read
A Developer Guide to ASP.NET Core Tag Helpers

A Developer Guide to ASP.NET Core Tag Helpers

5
Comments
8 min read
A Step by Step Guide for ASP.NET Core Configuration

A Step by Step Guide for ASP.NET Core Configuration

10
Comments
10 min read
Google Secret Manager Configuration Provider for ASP.NET Core

Google Secret Manager Configuration Provider for ASP.NET Core

6
Comments
3 min read
Creating View Components in ASP.NET Core 3.1

Creating View Components in ASP.NET Core 3.1

11
Comments 2
7 min read
[Video] Are ASP.NET Core Minimal APIs just for demos?

[Video] Are ASP.NET Core Minimal APIs just for demos?

2
Comments
2 min read
Set min Date to Today in Date Input Field, By Tag Helper in ASP.NET Core

Set min Date to Today in Date Input Field, By Tag Helper in ASP.NET Core

6
Comments
1 min read
How to add cookie consent in ASP.NET Core 5.0

How to add cookie consent in ASP.NET Core 5.0

3
Comments
2 min read
How to add Health Checks to ASP.NET Core project. A coding story.

How to add Health Checks to ASP.NET Core project. A coding story.

15
Comments
2 min read
Kentico Xperience Design Patterns: Good Layout Hygiene

Kentico Xperience Design Patterns: Good Layout Hygiene

5
Comments
14 min read
Tratar validações de domínio com o lançamento de exceções é uma boa opção?

Tratar validações de domínio com o lançamento de exceções é uma boa opção?

14
Comments 6
3 min read
Integrating OpenID Connect to your application stack (Asp.Net Core, Angular)

Integrating OpenID Connect to your application stack (Asp.Net Core, Angular)

32
Comments
10 min read
Turn Swagger Theme to the Dark Mode

Turn Swagger Theme to the Dark Mode

26
Comments 6
1 min read
Kentico Xperience Design Patterns: Modeling Missing Data - The Maybe Monad

Kentico Xperience Design Patterns: Modeling Missing Data - The Maybe Monad

6
Comments
14 min read
How to add OpenAPI to ASP.NET Core project. A coding story.

How to add OpenAPI to ASP.NET Core project. A coding story.

9
Comments
2 min read
Getting Started with DockerFile for Asp.Net Core

Getting Started with DockerFile for Asp.Net Core

7
Comments 1
5 min read
Implementing your first Build Pipeline for Asp.Net Core using TeamCity Cloud & Docker Hub

Implementing your first Build Pipeline for Asp.Net Core using TeamCity Cloud & Docker Hub

4
Comments 1
4 min read
How to extend identity UserManager class

How to extend identity UserManager class

16
Comments 2
3 min read
ASP.NET Core request logging middleware

ASP.NET Core request logging middleware

15
Comments 4
4 min read
Kentico Xperience Design Patterns: Multiple Types Per File

Kentico Xperience Design Patterns: Multiple Types Per File

7
Comments 4
12 min read
How to add CRUD functionality in ASP.NET Core app in 10 minutes

How to add CRUD functionality in ASP.NET Core app in 10 minutes

6
Comments
6 min read
How to publish Blazor WebAssembly application to GitHub pages using GitHub Action

How to publish Blazor WebAssembly application to GitHub pages using GitHub Action

7
Comments 1
3 min read
Blazor WebAssembly : Dark/Light Theme Switch

Blazor WebAssembly : Dark/Light Theme Switch

6
Comments
3 min read
How to scale Hangfire with docker

How to scale Hangfire with docker

39
Comments 2
6 min read
ASP.NET Core Tutorial for Beginners

ASP.NET Core Tutorial for Beginners

11
Comments 1
3 min read
5 performance improvement tips for asp.net core web applications

5 performance improvement tips for asp.net core web applications

6
Comments
5 min read
EF Core multiple Database providers

EF Core multiple Database providers

23
Comments 12
4 min read
Kentico Xperience Design Patterns: Modeling Missing Data with The Null Object Pattern

Kentico Xperience Design Patterns: Modeling Missing Data with The Null Object Pattern

4
Comments
10 min read
Azure DevOps pipeline optimization for .net core projects

Azure DevOps pipeline optimization for .net core projects

11
Comments
4 min read
[ASP.NET Core][Entity Framework Core] Try concurrency

[ASP.NET Core][Entity Framework Core] Try concurrency

7
Comments
7 min read
Microsoft Full Stack on Docker to AWS EKS - 01

Microsoft Full Stack on Docker to AWS EKS - 01

2
Comments
3 min read
Create a dashboard to visualize application logs in Kibana

Create a dashboard to visualize application logs in Kibana

39
Comments 3
5 min read
Testing of ASP.NET Core MVC apps using Microsoft Test Host

Testing of ASP.NET Core MVC apps using Microsoft Test Host

6
Comments
2 min read
Once upon a time in .NET

Once upon a time in .NET

3
Comments
8 min read
Reasons to learn asp.net core in 2021 03:57

Reasons to learn asp.net core in 2021

5
Comments
1 min read
Retornando dado específico em API REST ASP.NET Core

Retornando dado específico em API REST ASP.NET Core

4
Comments
3 min read
CRUD Operation with ASP.NET Core MVC, Entity Framework Core And SQL Server

CRUD Operation with ASP.NET Core MVC, Entity Framework Core And SQL Server

7
Comments
1 min read
How to fix Static Files not working in ASP.NET Core

How to fix Static Files not working in ASP.NET Core

6
Comments
1 min read
What every ASP.NET Core Web API project needs - Part 6 - IServiceCollection Extension

What every ASP.NET Core Web API project needs - Part 6 - IServiceCollection Extension

27
Comments 2
3 min read
Auto Generate Client From OpenAPI Specification (Swagger)

Auto Generate Client From OpenAPI Specification (Swagger)

3
Comments
3 min read
Configure Authorization in OpenAPI(Swagger UI) for JWT in ASP.Net Core Web Api

Configure Authorization in OpenAPI(Swagger UI) for JWT in ASP.Net Core Web Api

4
Comments
1 min read
[ASP.NET Core][EntityFramework Core]Try Azure 1

[ASP.NET Core][EntityFramework Core]Try Azure 1

5
Comments
3 min read
Desplegando tu API de .NET Core gratis en Heroku

Desplegando tu API de .NET Core gratis en Heroku

16
Comments
3 min read
What every ASP.NET Core Web API project needs - Part 5 - Polly

What every ASP.NET Core Web API project needs - Part 5 - Polly

29
Comments 1
7 min read
ASP.NET Core Endpoints. Add endpoint-enabled middleware by using IEndpointRouteBuilder extension method

ASP.NET Core Endpoints. Add endpoint-enabled middleware by using IEndpointRouteBuilder extension method

19
Comments
5 min read
Kentico Xperience Design Patterns: MVC is Dead, Long Live PTVC

Kentico Xperience Design Patterns: MVC is Dead, Long Live PTVC

15
Comments 14
12 min read
[ASP.NET Core] Using X.PagedList

[ASP.NET Core] Using X.PagedList

16
Comments 2
4 min read
loading...