Explain what are three test cases you should go through in unit testing?
Answer Posted / Vikran Singh
A private assembly is a DLL that is stored in the application directory, or a subdirectory, while a shared assembly can be placed in the global assembly cache (GAC), allowing multiple applications to access the same version of the assembly. Private assemblies are specific to an application, while shared assemblies are accessible across multiple applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers