DEV Community

# aspnetcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to Use .NET Aspire (Part2)

How to Use .NET Aspire (Part2)

Comments
1 min read
Link Many To Many entities with shadow join-table using Entity Framework Core

Link Many To Many entities with shadow join-table using Entity Framework Core

Comments
3 min read
Flexibilidad y Escalabilidad: Usando Strategy y Factory Patterns

Flexibilidad y Escalabilidad: Usando Strategy y Factory Patterns

7
Comments 2
9 min read
Building a Custom Logging Provider in ASP.NET Core

Building a Custom Logging Provider in ASP.NET Core

20
Comments 3
12 min read
ASP.NET Core Middleware

ASP.NET Core Middleware

2
Comments 1
11 min read
How To Test Integrations with APIs Using WireMock in .NET

How To Test Integrations with APIs Using WireMock in .NET

2
Comments
10 min read
Welcome to .NET 9 Preview

Welcome to .NET 9 Preview

1
Comments
1 min read
Connecting NestJS and ASP.NET Core with gRPC: A Step-by-Step Guide

Connecting NestJS and ASP.NET Core with gRPC: A Step-by-Step Guide

5
Comments
4 min read
Implementing ASP.NET Identity for a Multi-Tenant Application: Best Practices

Implementing ASP.NET Identity for a Multi-Tenant Application: Best Practices

2
Comments
4 min read
How to implement a file manager in ASP.NET Core 8.0

How to implement a file manager in ASP.NET Core 8.0

Comments 1
3 min read
How to Implement Multitenancy in ASP.NET Core with EF Core

How to Implement Multitenancy in ASP.NET Core with EF Core

3
Comments
10 min read
Unlocking the Power of TypedResults in Endpoints: A Consistent Approach to Strongly Typed APIs in .NET

Unlocking the Power of TypedResults in Endpoints: A Consistent Approach to Strongly Typed APIs in .NET

1
Comments
8 min read
How to Implement Audit Trail in ASP.NET Core with EF Core

How to Implement Audit Trail in ASP.NET Core with EF Core

3
Comments
7 min read
Localización en ASP.NET Core: Cómo Implementar Traducciones Dinámicas Usando una Base de Datos

Localización en ASP.NET Core: Cómo Implementar Traducciones Dinámicas Usando una Base de Datos

9
Comments 3
9 min read
How to implement a document viewer in ASP.NET Core 8.0

How to implement a document viewer in ASP.NET Core 8.0

1
Comments
3 min read
Vertical Slice Architecture: The Best Ways to Structure Your Project

Vertical Slice Architecture: The Best Ways to Structure Your Project

1
Comments
10 min read
Use MassTransit To Implement OutBox Pattern with EF Core and MongoDB

Use MassTransit To Implement OutBox Pattern with EF Core and MongoDB

2
Comments
9 min read
How to Implement Structured Logging and Distributed Tracing for Microservices with Seq

How to Implement Structured Logging and Distributed Tracing for Microservices with Seq

Comments
14 min read
C# | Create .Net custom template using GitHub Packages Registry

C# | Create .Net custom template using GitHub Packages Registry

Comments
4 min read
Calling Views, Stored Procedures and Functions in EF Core

Calling Views, Stored Procedures and Functions in EF Core

1
Comments
6 min read
Master Configuration in ASP.NET Core With The Options Pattern

Master Configuration in ASP.NET Core With The Options Pattern

Comments
7 min read
Advanced Logging in ASP.NET Core with Serilog

Advanced Logging in ASP.NET Core with Serilog

2
Comments
5 min read
What You Need To Know About EF Core Bulk Updates

What You Need To Know About EF Core Bulk Updates

Comments
4 min read
The Best Way To Map Objects in .Net in 2024

The Best Way To Map Objects in .Net in 2024

7
Comments 2
8 min read
Caching in ASP.NET Core: Improving Application Performance

Caching in ASP.NET Core: Improving Application Performance

1
Comments
6 min read
Claim-Check Pattern with AWS Message Processing Framework for .NET and Aspire

Claim-Check Pattern with AWS Message Processing Framework for .NET and Aspire

Comments
8 min read
A way to configure an asp.net core site

A way to configure an asp.net core site

Comments
4 min read
Polymorphic serialization via System.Text.Json in ASP.NET Core Minimal API

Polymorphic serialization via System.Text.Json in ASP.NET Core Minimal API

Comments
6 min read
Configuring HTTPS Redirection and HSTS in ASP.NET Core

Configuring HTTPS Redirection and HSTS in ASP.NET Core

Comments
3 min read
Job Offloading Pattern with System.Threading.Channels. A way to deal with long-running tasks in .NET

Job Offloading Pattern with System.Threading.Channels. A way to deal with long-running tasks in .NET

1
Comments
9 min read
Mejorando la Observabilidad en ASP.NET Core con OpenTelemetry y Aspire

Mejorando la Observabilidad en ASP.NET Core con OpenTelemetry y Aspire

6
Comments 1
8 min read
Transactional Outbox in .NET Cloud Native Development via Aspire

Transactional Outbox in .NET Cloud Native Development via Aspire

Comments
12 min read
Getting Started with ASP.NET Core Pie, Pyramid, and Funnel Charts

Getting Started with ASP.NET Core Pie, Pyramid, and Funnel Charts

Comments
2 min read
Test your subscription integration through time with Stripe’s test clocks

Test your subscription integration through time with Stripe’s test clocks

7
Comments
5 min read
Implementing subscriptions and metered billing with Stripe in ASP.NET Core

Implementing subscriptions and metered billing with Stripe in ASP.NET Core

6
Comments 2
13 min read
Managing Webhook Events for Connected Accounts

Managing Webhook Events for Connected Accounts

7
Comments
9 min read
Onboarding Stripe Connect Express accounts in ASP.NET Core

Onboarding Stripe Connect Express accounts in ASP.NET Core

2
Comments
9 min read
Extending HttpClient With Delegating Handlers in ASP.NET Core

Extending HttpClient With Delegating Handlers in ASP.NET Core

3
Comments 1
5 min read
Calling HTTP API and the problem of Socket exhaustion and DNS rotation.

Calling HTTP API and the problem of Socket exhaustion and DNS rotation.

12
Comments 3
5 min read
Playing with the .NET 8 Web API template

Playing with the .NET 8 Web API template

Comments
7 min read
Mejorando Rendimiento y Escalabilidad: Guía de Caché Distribuido en ASP.NET Core

Mejorando Rendimiento y Escalabilidad: Guía de Caché Distribuido en ASP.NET Core

9
Comments
8 min read
Global Error Handling in ASP.NET Core 8

Global Error Handling in ASP.NET Core 8

1
Comments
5 min read
Explorando la Autenticación Bearer en ASP.NET Core 8

Explorando la Autenticación Bearer en ASP.NET Core 8

28
Comments
5 min read
Improving ASP.NET Core Dependency Injection With Scrutor

Improving ASP.NET Core Dependency Injection With Scrutor

2
Comments 2
4 min read
Getting Started With NServiceBus in .NET

Getting Started With NServiceBus in .NET

2
Comments
5 min read
ASP.NET Core y el Patrón Decorador: Ampliando la Funcionalidad de tus APIs

ASP.NET Core y el Patrón Decorador: Ampliando la Funcionalidad de tus APIs

8
Comments 1
8 min read
Integration testing in Umbraco 10+: Validating document types

Integration testing in Umbraco 10+: Validating document types

Comments 2
8 min read
CQRS Validation with MediatR Pipeline and FluentValidation

CQRS Validation with MediatR Pipeline and FluentValidation

Comments
6 min read
CI/CD ASP.NET Core com GitHub Actions e Azure

CI/CD ASP.NET Core com GitHub Actions e Azure

1
Comments
5 min read
How to make a Dark-Mode in ASP.NET MVC 7

How to make a Dark-Mode in ASP.NET MVC 7

7
Comments 3
4 min read
Implementación de Health Checks en ASP.NET Core

Implementación de Health Checks en ASP.NET Core

16
Comments
5 min read
Differences Between ASP.NET and ASP.NET Core - ASP.NET vs ASP.NET Core

Differences Between ASP.NET and ASP.NET Core - ASP.NET vs ASP.NET Core

6
Comments
6 min read
Operationalize TensorFlow Models With ML.NET

Operationalize TensorFlow Models With ML.NET

2
Comments
8 min read
Grafana k6 and ASP.NET Core: A Practical Guide to Load & Stress Testing

Grafana k6 and ASP.NET Core: A Practical Guide to Load & Stress Testing

15
Comments
5 min read
Leveraging Existing Web Content to Build Hybrid Apps with .NET MAUI

Leveraging Existing Web Content to Build Hybrid Apps with .NET MAUI

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

ASP.NET Core Middleware: Working with Global Exception Handling

34
Comments
4 min read
Implementando el Patrón Outbox en ASP.NET Core: Mejorando la Consistencia en Sistemas Distribuidos

Implementando el Patrón Outbox en ASP.NET Core: Mejorando la Consistencia en Sistemas Distribuidos

9
Comments
12 min read
Auth0 y ASP.NET: Cómo proteger tus aplicaciones web con autenticación avanzada

Auth0 y ASP.NET: Cómo proteger tus aplicaciones web con autenticación avanzada

5
Comments
15 min read
The target context is not constructible. Add a default constructor or provide an implementation of IDbContextFactory.

The target context is not constructible. Add a default constructor or provide an implementation of IDbContextFactory.

1
Comments
1 min read
Convert REST API to GraphQL API

Convert REST API to GraphQL API

20
Comments
10 min read
loading...