Remove bin and obj directory in .NET project
In .NET projects, the obj and bin folders are automatically generated by the .NET build system.
obj Folder:
The obj folder is a temporary folder used by the build process. It contains intermediate files that are generated during the compilation pro...
anirudhamahale.hashnode.dev2 min read