Recent Posts

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 AI

How to Deploy DeepSeek Locally

1. Introduction DeepSeek has become very popular recently. You can use it for free online. However, their…

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 Javascript Others

What a magic to let you easily modify any website pages

Introduction Do you think that you can modify any website page’s content? For example, you can easily…

Loading

Posted in AI Python

The Powerful Novel Generator by AI

1. Introduction Do you want to write a novel to sell on Amazon with KDP but don’t…

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 Flutter

How to use implicit animations in Flutter

How to use implicit animations in Flutter  1. Introduction Many widgets can help manage the animation in…

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