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 them to the client, for example, if there is an error or can’t find the data, you need to return the corresponding messages, you can hardcode these messages in the API functions, but just thinking about if your…
[…] will also use the GetX pattern for the example. So …