Blogger Text

My Aim to Provide you quality contents, Tips & Tricks, Software, Microsoft Office, Graphic Editing (Adobe PhotoShop, After Affects, Illustrator, inDesign) Corel Draw, Corel Video Studio, Cyberlink PowerDirector, Power ActionCinema, Tutorials about Blogging and VU Assignments, Quizes & GDB Solutions and Much More... at regular Basis
                                     ***    Kindly Subscribe our Official YouTube Channel "INFOPALACESS OFFICIAL-Tuts: in this channel we upload Programming (C,C++,C# JAVA, PHP), Web Development, Graphics Editing and Microsoft Office Step by Step Tutorials from bigginer to Advance Level. We also provide free online courses at our YouTube Channel. ***   Graded Assignments/Quizes and GDB will start in Next Week. Solution ideas of All assignments, Quizes and GDB will be available here. If you have any problem regarding this then you can contact us.

How to Reduce Visual Studio Projects Size With 100% Safe Method

Reduce Visual Studio ASP.NET/Core Project Size

Reduce Visual Studio ASP.NET/Core Project Size from MBs to KBs

We all know that android developement is getting famous day by day and we also some time need to do work on huge projects and sometimes we also need to transfer our project code from one pc to another pc or need to keep backup for later use. But when we compile the code in Visual Studio and run it then project size suddenly increase from KBs to MBs due to debugging and when need to keep backup we also have to keep all the project code with needless files and folders.

Many people don't know that how to delete decrease project size by deleting unncessory files and folder but if we delete any necessary file or fodler from project then it can cruppt our project and then we unable to run our project again.

Today I'm going to tell you that how we can delete all unncessary files and folders and decrease size of project within seconds without any hardwork or time waste we can reduce size of our project.

  Method    Reduce Size Manually

By this method we can delete all unneccessary files and folders manually by following simple steps given below;

1:   Go to your project location and then find and delete following folders from your project folder;

  1. Packages
  2. bin
  3. obj
for reference see picture below;
Visual Studio Screenshot 2

Visual Studio Screenshot 1


2:  That's it We have done . Now you can check the size of your project it will decreased. Note When you Run your project again then both bin and obj folder and also packages folder will create again to run project but if you get error like path not found when you are running your project then your just need to Build ->Select Clean Solution and then again Build -> Rebuild Solution.

All errors will gone and your project will run successfully.

Post a Comment

0 Comments