CoderJony

.NET

Running .NET 8 Lambda Functions on AWS using Custom Runtime & Lambda Internals for .NET Developers

Running .NET 8 Lambda Functions on AWS using Custom Runtime & Lambda Internals for .NET Developers

In this post, you will learn how you can create, debug, and deploy a .NET 8 Lambda function on AWS using Visual Studio.

Read More By Ankush Jain
Serilog in AWS Lambda using .NET Core

Serilog in AWS Lambda using .NET Core

In this post, we will understand how to use Serilog in AWS Lambda to store logs in AWS CloudWatch.

Read More By Ankush Jain
Important .NET CLI commands

Important .NET CLI commands

While working with .NET Core, it sometimes makes your life easy if know a few important .NET CLI commands.

Read More By Ankush Jain
Unable to install NuGet package as NuGet packages are Offline Only in Visual Studio

Unable to install NuGet package as NuGet packages are Offline Only in Visual Studio

You may be facing this issue when working with recently installed Visual Studio.

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
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