CoderJony

Blogs

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
Mount a Windows Share on Linux container using C#.NET

Mount a Windows Share on Linux container using C#.NET

If you are running a .NET Core application in a Linux container and want to access Windows Share (Network Share) that is secured with credentials, then you can use the below C# based solution.

Read More By Ankush Jain
AWS Regions and Availability Zones

AWS Regions and Availability Zones

AWS has many data centers in various geographic locations on this earth. AWS has categorized them into the regions and then further in availability zones.

Read More By Ankush Jain
Unit Testing of a .NET Framework application in Visual Studio - MSTest, NUnit & xUnit

Unit Testing of a .NET Framework application in Visual Studio - MSTest, NUnit & xUnit

I am just documenting all my research and learning that I did to build my concepts regarding the Unit Testing of a .NET Framework application in Visual Studio using various Test Frameworks. I would be glad if this learning will be useful for you as well.

Read More By Ankush Jain