⟩ How do u declare static variable and how it is declared and what is its lifetime?
By using keyword static before the variable name. Static variable retains the same data throughout the execution of a program.
By using keyword static before the variable name. Static variable retains the same data throughout the execution of a program.
What compiler switch creates an xml file from the xml comments in the files in an assembly?
What is a satellite assembly in C#?
What is a delegate in C#?
How does assembly versioning in .NET prevent DLL Hell?
Which .Gang of Four. design pattern is shown below?
In the NUnit test framework, which attribute must adorn a test class in order for it to be picked up by the NUnit GUI?
Which of the following operations can you NOT perform on an ADO.NET DataSet?
In Object Oriented Programming, how would you describe encapsulation in C#?
What do you know about .NET assemblies?
What is the difference between private and shared assembly?