.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.
Questions
By using which of following directives, you can make use of the unqualified types that are members of the namespace?
- The using directive
- The @ application directive
- The execution support
- Common language runtime
- Application_ReleaseRequest
Which of the following components of common language runtime performs the necessary operations to reclaim their memory?
- Web form
- Command language interpreter
- The execution support
- Garbage collector
- Stack walk
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?
- Static
- Private
- Public
- Array
- Assembly name
In which of the following access modifiers is access limited to the current assembly?
- Web form
- Stack walk
- Private
- Public
- Internal
In which of the following access modifiers is access limited to the containing class or types derived from the containing class?
- Protected
- Public
- Private
- Static modifier
- Web service
The using directive refers to a namespace called system provided by _____________.
- common language runtime
- common language infrastructure
- version number
- assembly name
- the execution support