πŸ“Š Webenabled Application
Q. ....................... allow custom items of information about a program element to be stored with an assembly's metadata.
  • (A) attributes
  • (B) structures
  • (C) exception
  • (D) data type
πŸ’¬ Discuss
βœ… Correct Answer: (A) attributes
πŸ“Š Webenabled Application
Q. Specialized classes include the stack class, a last-in first-out structure, the queue class, first-in, first-out structure in the ........................ namespace.
  • (A) system
  • (B) system.collections
  • (C) system.net
  • (D) system.reflection
πŸ’¬ Discuss
βœ… Correct Answer: (B) system.collections
πŸ“Š Webenabled Application
Q. Most of the primitive data types; Boolean, Byte, Char etc. defined in FCL are implemented as ............
  • (A) enumeration
  • (B) interface
  • (C) delegate
  • (D) structure
πŸ’¬ Discuss
βœ… Correct Answer: (D) structure
πŸ“Š Webenabled Application
Q. A ............... is a reference type that represents a strongly typed function pointer.
  • (A) enumeration
  • (B) interface
  • (C) delegate
  • (D) structure
πŸ’¬ Discuss
βœ… Correct Answer: (C) delegate
πŸ“Š Webenabled Application
Q. ...................... are virtual base classes; that is they consist of members; methods, properties and events that have no implementations.
  • (A) enumerations
  • (B) interfaces
  • (C) delegates
  • (D) structures
πŸ’¬ Discuss
βœ… Correct Answer: (B) interfaces
πŸ“Š Webenabled Application
Q. The .NET platform and the .NET framework class library were developed in an effort to address these weakness of ......................
  • (A) xml
  • (B) html
  • (C) com
  • (D) dcom
πŸ’¬ Discuss
βœ… Correct Answer: (C) com
πŸ“Š Webenabled Application
Q. When you save a solution, it's give the file extension .sln and all the projects in the solution are saved with the extension ...............
  • (A) .vbproj
  • (B) .vbdisco
  • (C) .vbs
  • (D) .vb
πŸ’¬ Discuss
βœ… Correct Answer: (A) .vbproj
πŸ“Š Webenabled Application
Q. The file extension .................. in vb.net represents a web form.
  • (A) .asp
  • (B) .asmx
  • (C) .aspx
  • (D) .asax
πŸ’¬ Discuss
βœ… Correct Answer: (C) .aspx
πŸ“Š Webenabled Application
Q. The file extension ................. in vb.net represents a global application class, used to handle global application class, used to handle global ASP.NET application level events.
  • (A) .asp
  • (B) .asmx
  • (C) .aspx
  • (D) .asax
πŸ’¬ Discuss
βœ… Correct Answer: (D) .asax
πŸ“Š Webenabled Application
Q. .................. namespace in vb.net includes essential classes and base classes that define commonly used data types, events and event handlers, interfaces, attributes, exceptions and so on.
  • (A) system
  • (B) system.collections
  • (C) system.net
  • (D) system.reflection
πŸ’¬ Discuss
βœ… Correct Answer: (A) system