Read more about the article Visual Studio does not ignore files specified in the .gitignore file
create a git branch from a specific commit

Visual Studio does not ignore files specified in the .gitignore file

This post is to help developers or mostly beginners who are facing issues related to the .gitignore file. It might be possible that Visual Studio or any other git tools like git CLI or TortoiseGit does not ignore files specified in the .gitignore file.

Continue ReadingVisual Studio does not ignore files specified in the .gitignore file
Read more about the article Bi-directional dependency relationship detected! Check the StructureMap
Auto Hide Label in WPF with C#

Bi-directional dependency relationship detected! Check the StructureMap

You might be facing an issue with the circular or Bi-directional dependency in structuremap, while working with the Dependency Injection in C#. This blog post contains a solution for the Run-time exception: Bi-directional dependency relationship detected! Check the StructureMap stacktrace below...

Continue ReadingBi-directional dependency relationship detected! Check the StructureMap
Read more about the article How to export .csv file from controller in .NET Core MVC App / Web API C#?
ASP.NET Core

How to export .csv file from controller in .NET Core MVC App / Web API C#?

This blog post also helps you if you are looking for How to Export CSV files from ASP.NET core? or How can I return a CSV file in ASP.Net Core? or How to create a web API that returns .csv file as output? or How to return .csv file from .NET Core controller?

Continue ReadingHow to export .csv file from controller in .NET Core MVC App / Web API C#?