Microsoft .NET

{Solved} Nuget is not recognized as internal or external command

Hello everyone and welcome to my blog. Today’s blog is little different from my usual blogs on Power Platform and Dynamics 365. However any developers in Dynamics and Power platform must be familiar with Nuget. Through my blog I share interesting tips and discuss on latest releases of Microsoft.NET technologies, Dynamics 365 and Power Platform, …

{Solved} Nuget is not recognized as internal or external command Read More »

{Solved} Key needs to be greater than 0 – Issue with ilmerge

Hello there and welcome to my blog. In today’s blog I will discuss about the error – “Key needs to be greater than 0” error with ilmerge and how to get around that. I had a class library project where I was referencing Microsoft Graph SDK packages to interact with SharePoint. And before I deploying …

{Solved} Key needs to be greater than 0 – Issue with ilmerge Read More »

How to use app.config or configuration files in .NET Core Console Application

Hello everyone and welcome to my blog. In today’s blog I will show you on how to use configuration files in .NET Core console application. For .NET framework applications we always use the app.config to store our configuration values for the application. In .NET Core, instead of App.Config file, we need to use appsettings.json file. …

How to use app.config or configuration files in .NET Core Console Application Read More »