Category: ASP.NET

Posted in ASP.NET

How to use Quartz.NET for job scheduling on ASP.NET Core

1. Introduction Quartz.NET is a powerful library that help to create the schedule job on .Net project, you…

Loading

Posted in ASP.NET

The Art of Service Registration: Writing Clean and Scalable IServiceCollection Extensions

1. Introduction IServiceCollection is an interface defined in the Microsoft.Extensions.DependencyInjection namespace. It serves as a collection of ServiceDescriptor objects, each describing how…

Loading

Posted in ASP.NET

How to Use Runtime Messages in Asp.net Core

1. Introduction When you are creating the APIs, you should need to handle many messages and return…

Loading

Posted in ASP.NET

How to support multiple appsettings in asp.net 8

1. Introduction Most of time, we need to publish a .Net Core project to difference environment with…

Loading

Posted in Angular ASP.NET

Generate PDF with Free Spire.PDF in .Net Core and download in Angular

1. Introduction If you want to handle the PDF in .Net project, I think you would know…

Loading

Posted in ASP.NET

How to support the JWT in Swagger UI

1. Introduction Swagger is an open specification for describing and documenting RESTful APIs, it is a standard…

Loading

Posted in ASP.NET

How to create and use the custom Middleware in .Net Core

1. Introduction Middleware in ASP.NET Core refers to software components that are assembled into an application pipeline…

Loading

Posted in Angular ASP.NET Javascript

How to Implement JWT in Core API and Angular — Part 2

This is post 2 of 2 in the series “How to Implement JWT” In this series, I…

Loading