Recurring Mail notification using Hangfire

Hangfire is an open-source software for task scheduling in ASP .NET and ASP .NET core. It uses RDBMS / No SQL storage for storing background processing job details. So, Storage connectivity is the only configuration required to implement hangfire in ASP .NET applications. This framework includes hangfire server which queries the storage to process the […]

Clean architecture for a Web API in ASP.NET Core

Implementing a clean architecture for a Web API in ASP.NET Core ensures modular, testable, and maintainable code by separating concerns into distinct layers such as presentation, application, domain, and infrastructure.

Fresh service API Integration in .NET Web API

Integrating Freshservice API into your .NET Web API allows you to seamlessly connect and interact with Freshservice’s powerful customer support and IT service management platform within your .NET applications.

Serilog in Asp.Net Core WebApi

Serilog is a popular logging library for ASP.NET Core WebAPI applications. It offers powerful and flexible logging capabilities, enabling you to easily capture and manage log data in your web API project.