Author Archives: saikk - Page 3
Generate the code files Using Visual Studio and CLI
If you are working with Database First Approach while using Entity Framework Core, then there will be a requirement to generate the code files or Model files for the given…
Implementing Dependency Injection in .NET Core Console Applications
Before reading this article, readers should have a basic understanding of Dependency Injection as well as .NET Core. In general, when we create a new .NET core web applications, the…
How to change Foreground Color of Text in Console
As we know in .NET Core all types of applications will run on Console based and in some situations like to identify monitoring different category level debug information it would…
Working with gRPC in .NET Core
Overview This article will do a brief introduction to the gRPC framework, then will see how gRPC services can be created with Core and how we can invoke these services…
Fix: File In Use Error in Release Pipeline while deployment
We might see in regular with an error with the above statement while doing a deployment to the IIS server in Release Pipeline using Azure DevOps. This error is not…
Implementing .NET Core Health Checks
Generally, when we are using any uptime monitoring systems or load balancers, these systems will keep monitoring the health of the application and based on its health condition it will…
Creating Trimmed Self Contained Single Executable using .NET Core 3.0
In .NET Core, we have a feature to get the runtime components and dependency components in the same folder where the application executable file resides. With this, the advantage is,…
Interview: Write Palindrome Program
This is the most common program which will be asked for a fresher to the programming world. Following are some of the steps to achieve a Palindrome program algorithm Read…
C# 8.0: Static Local Functions
Local Functions are introduced in C# , you can read more about it here. In C# , these Local Functions are improvised so that it will work with more performance-driven…
C# 8.0: Enhanced Using Declaration
As we all aware using keyword is been used to ensure that the Dispose() method will be called on a type object implemented IDisposableinterface when it reaches declared block as shown…





