Sunday, 24 November 2019

Difference in Constant and Read only

Constant is a compile time constant, and read-only is run-time constant. To prove this we will write and a sample code and explore the .exe in IL Spy.
read more...

Friday, 22 November 2019

Azure AD with ASP.Net

First, change the project URL to HTTPS instead of the default HTTP. Go to the Project properties by pressing f4 and set SSL Enable to true.

read more

How to Call a web API in an ASP.NET Core web application using Azure AD

How to Call a web API in an ASP.NET Core web application using Azure AD


Pre-requisites
.NET Core for Windows
Visual Studio 2017
An Azure Active Directory (Azure AD) tenant
A user account in the Azure AD tenant This sample will not work with a Microsoft account (formerly Windows Live account).

What is Polly?

Where can i find Outbound IP addresses in Azure App Service?

C# 8.0: Difference between Abstract Class and Interface

What Is a Traceroute?

System Port Numbers

Port Numbers and their work

Important Port Numbers

HTTP status Code 502 error

The 502 Bad Gateway error is an HTTP status code that means that one server on the internet received an invalid response from another server.


Ways to fix a 502 bad gateway error

What is AI?