What is manifest in .net?
Answer / Harshit Kumar Vishnoi
In .NET, a manifest is an assembly that contains metadata about another assembly. The manifest includes information such as the assembly's version number, security permissions, and dependencies on other assemblies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is smart navigation?
Why SOAP is required?
Explain me difference between public and static modifiers?
Explain how viewstate is being formed and how it's stored on client in .net?
What are the security policy levels in .Net
What is alias ? Is it used in .Net ?
Describe the use of following com+ services jit activation, queued components, object pooling.?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What are channels in .NET Remoting?
What's singleton activation mode in .net?
State the various features present in .NET?
Explain weg config settings for exception managment in asp.net?