What is assembly in .Net ?
Assembly is the location where all inbuilt library DLLs resides.
When we create any program in .Net and suppose we need to access any namespace/classes in our program then we have to add reference of dll of that namespace first. These dll exists in the assembly location of .Net.
What is the Manifest in .Net ?
What is the Manifest in .Net ?
Comments
Post a Comment