How to test a secure API in Visual Studio
A typical way to test a secure API in Visual Studio is using bearer tokens, as JWT. In case you’re utilizing JWT, you may discover this site valuable to effortlessly look at JWT token...
A typical way to test a secure API in Visual Studio is using bearer tokens, as JWT. In case you’re utilizing JWT, you may discover this site valuable to effortlessly look at JWT token...
Google has just released, in beta, a service on Google Cloud Platform to convert text into audio data, you can use Google Cloud Text to Speech in C# easily. The audio rendering is much better...
ASP.Net 2.1 is packed with new features and improvements that make web development even more efficient but let’s see why to move to ASP.Net Core 2.1. With the release of version 2.1 of ASP.Net...
If you are a .net developer and love the fact you could debug your code easily by attaching the process to your code and go through it using keyboard shortcuts like F10 and F11....
For a long time, SSL web certificates were only accessible after payment. This is now history thanks to the arrival of Let’s Encrypt. This time we look into how to Install a free SSL certificate...