CoderJony

Blogs

Migrate Local SQL Server Database to Azure SQL Database

Migrate Local SQL Server Database to Azure SQL Database

Moving a local SQL Server database to Azure SQL Database is quite straightforward.

Read More By Ankush Jain
What is Network Security Group in Azure

What is Network Security Group in Azure

Network Security Group (NSG) defines a set of access rules to control the incoming and outgoing traffic for an Azure Resource. We can think of it as a firewall in Azure. We can apply this NSG to either of the two levels.

Read More By Ankush Jain
Multiple ways to access Key Vault from .NET Core Web Application

Multiple ways to access Key Vault from .NET Core Web Application

There could be multiple ways to access the keys from Key Vault in a .NET Core application, but you could choose from the 2 explained below.

Read More By Ankush Jain
Connecting with Azure SQL Database using Azure Active Directory and Managed Identity in .NET Core

Connecting with Azure SQL Database using Azure Active Directory and Managed Identity in .NET Core

Steps to connect Azure SQL with Azure Active Directory

Read More By Ankush Jain
Implementing Login with Microsoft or Azure Active Directory Account using ASP.NET Core 3.1

Implementing Login with Microsoft or Azure Active Directory Account using ASP.NET Core 3.1

In this post, we will understand how can we enable the user to log in with their work, school, or personal Microsoft account or Azure Active Directory account using ASP.NET Core.

Read More By Ankush Jain
Difference between Asymmetric Encryption and Signing (Digital Signature)

Difference between Asymmetric Encryption and Signing (Digital Signature)

I often get confused between Encryption and Signing as both processes use the public key and private key. So, I thought to write a blog post about it so that I can look up to it the next time I get confused.

Read More By Ankush Jain