Answer Posted / pavan
there isi'nt much of the difference in them
as i can say assembly manifest is part of meta data
ie meta data contains two parts type info & assembly info
type info tells u about the ilcode , what are the function
in it
what are the parameters it have etc
while assembly info or manifest tell u about name , size,
version
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is common language specification (cls)?
What is connection pooling and how do you make your application use it?
Is .net a language?
Describe the programming model of a windows service
Explain about Behavioral design pattern?
What is the difference between .net and laravel?
What is the use of gacutil.exe?
Is .net a compiler?
What are the properties of ADO.NET?
How we can achieve Connection pooling in .Net?
How will you do redo and undo in textbox control?
What is WSDL? Explain its architecture?
Is .net an object oriented language? What are their components?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.