ADO.NET 2.0 Question:

Explain Which name space is used to get assembly details?

Tweet Share WhatsApp

Answer:

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

Download ADO.NET 2.0 PDF Read All 14 ADO.NET 2.0 Questions
Previous QuestionNext Question
Explain How to create dynamic Gridview?Explain How to pass multiple tables in datasets simultaneously?