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 ?

Comments

Popular posts from this blog

What is unqork?

What is single page Application in web applications

What is SOLID Principle ?