InterviewSolution
| 1. |
What Is The Benefit Of Using A 64-bit Version Of Msbuild Than The 32-bit One? |
|
Answer» The biggest benefit is users can imply access more memory and can PERFORM tasks quickly and reliably. There is no need for the users to WORRY about the compatibility issues which are related to the application ENVIRONMENT. If an application is BUILT on a 64-bit environment, it doesn’t actually MEAN that the same cannot run on a 32-bit PC. The biggest benefit is users can imply access more memory and can perform tasks quickly and reliably. There is no need for the users to worry about the compatibility issues which are related to the application environment. If an application is built on a 64-bit environment, it doesn’t actually mean that the same cannot run on a 32-bit PC. |
|