Sep 13, 2023 | The Others |
With the increasing demand for large enterprise applications, a concept known as microservices has expanded throughout the software development industry, as developers are forced to adopt microservices architecture to construct large business systems. View original...
Sep 13, 2023 | The Others |
With the increasing demand for large enterprise applications, a concept known as microservices has expanded throughout the software development industry, as developers are forced to adopt microservices architecture to construct large business systems. View original...
Jul 9, 2023 | The Others |
We are going to discuss JWT Token Authentication and Implementation using .NET Core API 6. Before looking into this article, visit my below blog to understand the basics and details of JWT Token Authentication and Authorization and how things work using JWT. View...
Jul 9, 2023 | The Others |
We are going to discuss JWT Token Authentication and Implementation using .NET Core API 6. Before looking into this article, visit my below blog to understand the basics and details of JWT Token Authentication and Authorization and how things work using JWT. View...
Jul 8, 2023 | The Others |
Swagger is a powerful tool to create Web APIs in .NET Core (and .NET 5). When your API is online there is a swagger.json file that contains the entire definition of your API. But did you know that there is a way to generate this swagger.json file on build time? View...
Jul 8, 2023 | The Others |
Swagger is a powerful tool to create Web APIs in .NET Core (and .NET 5). When your API is online there is a swagger.json file that contains the entire definition of your API. But did you know that there is a way to generate this swagger.json file on build time? View...