What is the Manifest in .Net ?

In one of my previous articles, I have explained that what is metadata (information about any classes is known metadata).

When a metadata created for any classes the information about this metadata itself stored somewhere in .Net like:

  1.  Version
  2.  Security
  3. Type of metadata etc.

Above information is very important for any assembly/dll while we reference it for further use in our project.

So in simple term, the data about metadata is known as manifest in .net

What is difference between var and dynamics ?

Comments

Popular posts from this blog

What is unqork?

What is single page Application in web applications

What is SOLID Principle ?