⟩ Explain Which name space is used to get assembly details?
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"