Dependency Injection in C#Dependency Injection (DI) is a powerful concept in software development, particularly in C#. It is a technique where one object supplies…Jun 11Jun 11
Use Endpoints Explorer in Visual Studio to debug the WebApiVisual Studio 2022 (v17.6) has introduced a new feature that simplifies the discovery and testing of API endpoints. This enhancement allows…Jun 7Jun 7
Deeplink concept for the Windows form based on custom protocol URLHow do I register a custom protocol with Windows so that when clicking a link in an email or on a web page my application is opened and the…Mar 18Mar 18
Implement log4net with Singleton Pattern in C#Logging is an essential aspect of software development as it helps in diagnosing issues, monitoring application behavior, and gaining…Aug 2, 2023Aug 2, 2023
Cookie Auth for Web and JWT Auth for API — Hybrid model for C# MVC .NET core 7Authentication is a critical aspect of web application development, ensuring that users can securely access different parts of the…Jul 31, 2023Jul 31, 2023