ASP.NET 2.0 Question:
Download Questions PDF

Which namespace is used to get assembly details?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

System.Assembly is the namespace which u need to include in u r program to get the assemply details.To get the assemply details of the current running one is thru reflection so u need another namespace calledSystem.Reflection "Happy Programming"

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
How does u get record no from 5 to 15 from a dataset of 100 records?What is CLR? Diff between CLR & CTS?