C#/.NET interview questions – What is Manifest?

Assembly metadata is stored in the Manifest. Manifest contains all the metadata needed to do the following things:

• Version of assembly.

• Security identity.

• Scope of the assembly.

• Resolve references to resources and classes.

The assembly manifest can be stored in a PE file either (an .exe or) .dll with Microsoft intermediate language (MSIL code with Microsoft intermediate language (MSIL) code or in a stand-alone PE file, which contains only assembly manifest information.

Please do also have a look at one more important .NET question what are generics?


Please click here to see more Most asked c# interview questions

About these ads

About c# and .NET Interview questions

This blog is for developers who want to crack .NET and C# interviews. It has all tips and tricks needed to crack .NET interviews , C# interview , SQL Server interview , Java interview , WCF Interview , Silverlight interview , WPF interview , LINQ interview , Entity framework Interview.
This entry was posted in .net, .NET and C# interview questions and answers, .NET and C# training, C# and .NET interview questions and answers, C# interview questions, Csharp interview questions, Manifest, programming interview questions and tagged , , , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s