CoderJony

.NET Core

Configuring the AWS SDK for .NET with .NET Core

Configuring the AWS SDK for .NET with .NET Core

In this post, we will step by step understand how to configure and set up a .NET application to use AWS SDK.

Read More By Ankush Jain
Insight on some .NET terms for better clarity

Insight on some .NET terms for better clarity

The primary goal of this post is to clarify the meanings of selected terms and acronyms that appear frequently in the .NET documentation.

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
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
ASP.NET Core - Notes for Beginners

ASP.NET Core - Notes for Beginners

ASP.NET Core is a free and open-source web framework, and the next generation of ASP.NET, developed by Microsoft and the community. It is a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform .NET Core.

Read More By Ankush Jain