Introduction: What is swagger? It is an opensource tool to create, update, and share OpenAPI definitions with clients. Basically, a developer will use this tool to do API…
Introduction: API key authentication will keep a secure line between the API and clients, however, if you wish to have user authentication, go with token-based authentication, aka OAuth2.0. In this article,…
What is string interpolation? C# String interpolation was introduced in C#6, which allows to use the variable into string also it’s a method of concatenating, formatting and manipulating strings. Syntax…
Uncategorized
Introduction: Do you ever think about the changing the position of the tab in the editor window of Visual Studio? From Visual Studio 2019 you can change the position…