ASP.NET 2.0 Question:

Which namespace is used to get assembly details?

Tweet Share WhatsApp

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 PDF Read All 87 ASP.NET 2.0 Questions
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?