Subscribe to:
Post Comments (Atom)
How to register multiple implementations of the same interface in Asp.Net Core?
Problem: I have services that are derived from the same interface. public interface IService { } public class ServiceA : IService { ...
-
Introduction In this guide, we will tell you how to create a WhatsApp bot with C# by using our API WhatsApp gateway. The bot will receive co...
-
This article shows three ways to implement an IP safelist (also known as a whitelist) in an ASP.NET Core app. You can use: Middleware to...
No comments:
Post a Comment