A) ThreadsB) RemotingC) ApplicationDomain
Latest Answer: ans:C) ApplicationDomain ...
A) Inside an assembly’s manifestB) Along with the project propertiesC) Both
Latest Answer: Answer: A) Inside an assembly’s manifest ...
A) SuperB) ThisC) Base
Latest Answer: Super : Super is used to Refer the Base Class in JAVAThis : This is used to Refer the Current or Child Class in C#Base : Base is used to Refer The Parent or Base Class ...
A) [assembly]B) [ STA ]C) [ STAThread ]
Latest Answer: [STA] stands for Single Threaded Apartment.professional C#,3rd edition pg574 ...
A) Making class as AbstractB) Having a Private constructorC) Making the class sealedD) Both A & B
Latest Answer: private contructor ...
A) TopDownB) BottomUpC) None
Latest Answer: It will always be topdown: class a { public a() { Console.WriteLine("Class a"); Console.ReadLine(); } } class b:a { public b() { Console.WriteLine("Class b"); Console.ReadLine(); ...
A) regasmB) resgenC) regsvrExplanation: Resgen.exe is used to create resource files in C#.net
Latest Answer: ans:B) resgen ...
A) .csB) .rsxC) .resx
Latest Answer: ans:C) .resx ...
A) TrueB) False
Latest Answer: Answer: A) TrueA shared assembly must have a strong name to uniquely identify the assembly. The strong key is created by using the commandsn -k assemblyname.snk ...
A) Shared assembliesB) Private assembliesC) Both
Latest Answer: Public policies are applied on Shared Assemblies. ...
View page << Previous 11 12 13 14 [15] 16 17 18 19 20 Next >>

Go Top