This is the follow-up post to my last post. I have been working with AWS for some years already, while…
I have passed the AWS Certified Cloud Practitioner exam (CLF-C01) on Sunday. I would like to share my cheat sheet…
Running gRPC server and client in ASP.NET Core. Calling a gRPC server from REST API endpoint
Let’s say, you just installed windows operating system in a machine. Now you need to install all the tools you…
How to select an icon in Mapbox GL JS
I have migrated a .net core 2.2 project to 3.1 When I have tried to exeute dotnet publish command and…
I have upgraded my existing Asp.Net core 2.2 API project to Asp.Net core 3.1 with Swashbuckle.AspNetCore v5.00-rc5
What is Model Binding Model binding automates the process to convert HTTP request data to the action method parameters in…
I have been working for a Dotnet Core API that uses a Cognito user pool to manage and authenticate users.…
Add option to download #swagger document in #YAML format for #asp-net-core-api