.NET Framework Fundamentals and ASP.NET

Covers .NET Framework concepts including CLR, ASP.NET web development, IIS web server, and basic C# access modifiers and namespaces.

6 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

By using which of following directives, you can make use of the unqualified types that are members of the namespace?

  1. The using directive
  2. The @ application directive
  3. The execution support
  4. Common language runtime
  5. Application_ReleaseRequest
Question 2 Multiple Choice (Single Answer)

Which of the following components of common language runtime performs the necessary operations to reclaim their memory?

  1. Web form
  2. Command language interpreter
  3. The execution support
  4. Garbage collector
  5. Stack walk
Question 3 Multiple Choice (Single Answer)

Which of the following access modifiers is used so that the method it is assigned to become a method of the class rather than an instance of the class?

  1. Static
  2. Private
  3. Public
  4. Array
  5. Assembly name
Question 4 Multiple Choice (Single Answer)

In which of the following access modifiers is access limited to the current assembly?

  1. Web form
  2. Stack walk
  3. Private
  4. Public
  5. Internal
Question 5 Multiple Choice (Single Answer)

In which of the following access modifiers is access limited to the containing class or types derived from the containing class?

  1. Protected
  2. Public
  3. Private
  4. Static modifier
  5. Web service
Question 6 Multiple Choice (Single Answer)

The using directive refers to a namespace called system provided by _____________.

  1. common language runtime
  2. common language infrastructure
  3. version number
  4. assembly name
  5. the execution support