What is the difference between .bal and .bas files?
Correct me if I am wrong.
.bal file is the resource file of each activity which holds all activity designer properties.
.bas file is some intermediate file, which is generated when we compile the code/resource files.
Is it necessary to keep track of the .bas files for each user? For example If I am using some version controlling system, is it necessary to even check-in OR maintain these .bas files?
Correct me if I am wrong.
.bal file is the resource file of each activity which holds all activity designer properties.
.bas file is some intermediate file, which is generated when we compile the code/resource files.
Is it necessary to keep track of the .bas files for each user? For example If I am using some version controlling system, is it necessary to even check-in OR maintain these .bas files?