Remove bin and obj directory in .NET project
Aug 16, 2024 · 2 min read · 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...
Join discussion













