While working on your projects, you will often find many ignore files and directories (like .env or any other local environment secrets, .vscode or any different IDE configurations, .DS_store MacOS…
development
In C#, the Switch statement is the type of control flow statement to compare a single expression with multiple values. If a value matches the test expression, then the specific…
Sometimes you need to use a module before you are ready to publish a new version of it or you are working around different files of different repositories that are…
A lot of times you come across an error “Server Error in ‘/’ Application” while working on an ASP.NET application. This is a generic error and it occurs when code…
In NPM projects you have seen the package.json file. This file is an NPM Configuration file. This file function is similar to package.config where you have a list of all…
The Git commands cheat sheet summarizes commonly used Git command line instructions for quick reference Origin Origin stands for the address of your repository Master or main Master or main…
A lot of times we come across issues when our disk space is consumed and we need to move our database MDF & LDF files from their default location. In…
I come across the following error while comparing Date in Linq lambda in the .NET C# project. The exact error is The specified type member ‘Date’ is not supported in…
There are several options to integrate Optimizely CMS/Commerce with HubSpot CRM. You can use the HubSpot connector or maybe your requirement is just to collect data from customers and submit…
ASP.NET Web API using NET 6 C# & Windows authentication