CoderJony

Blogs

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
Adding Swagger to ASP.NET Core 3.1 Web API

Adding Swagger to ASP.NET Core 3.1 Web API

In this post, we will understand how can we add Swagger UI in an ASP.NET Core 3.1 Web API project.

Read More By Ankush Jain
Read AppSettings in ASP.NET Core 3.1 from appsettings.json file

Read AppSettings in ASP.NET Core 3.1 from appsettings.json file

In this article, we will understand, how can we read the AppSettings from appsettings.json file in ASP.NET Core 3.1.

Read More By Ankush Jain