πŸ“Š DotNet Technology
Q. Which of the following are parts of the .NET Framework?
  • (A) CLR & Framework Class Libraries (FCL)
  • (B) Mobile Applications
  • (C) Microsoft Published Web Services
  • (D) Applications deployed on IIS
πŸ’¬ Discuss
βœ… Correct Answer: (A) CLR & Framework Class Libraries (FCL)
πŸ“Š DotNet Technology
Q. int keyword targets to which .Net type?
  • (A) System.Int8
  • (B) System.Int16
  • (C) System.Int32
  • (D) System.Int64
πŸ’¬ Discuss
βœ… Correct Answer: (C) System.Int32
πŸ“Š DotNet Technology
Q. How many web.config files that can be there an ASP.NET application?
  • (A) Only One
  • (B) Only Two
  • (C) Upto 10
  • (D) More than one
πŸ’¬ Discuss
βœ… Correct Answer: (A) Only One
πŸ“Š DotNet Technology
Q. The RangeValidator control supports the following data types?
  • (A) Integer only
  • (B) Date, Integer and String
  • (C) Only String
  • (D) Date and Interger
πŸ’¬ Discuss
βœ… Correct Answer: (B) Date, Integer and String
πŸ“Š DotNet Technology
Q. How to kill a user session explicitly?
  • (A) Session.Close()
  • (B) Session.Discard()
  • (C) Session.kill()
  • (D) Session.Abandon()
πŸ’¬ Discuss
βœ… Correct Answer: (D) Session.Abandon()
πŸ“Š DotNet Technology
Q. Different ways a method can be overloaded in C#.NET?
  • (A) Different parameter data types
  • (B) Different number of parameters
  • (C) Different order of parameters
  • (D) All of the Above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the Above
πŸ“Š DotNet Technology
Q. What are the basic techniques for creating a control?
  • (A) Inheriting from an existing control
  • (B) Inherit from User Control
  • (C) Inherit from Control
  • (D) All of above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of above
πŸ“Š DotNet Technology
Q. All control inherits either directly or indirectly from the base class control?
  • (A) Yes
  • (B) No
  • (C) Both
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (A) Yes

Jump to