.NET Programming Fundamentals
Introduction to .NET programming covering C# fundamentals, ASP.NET web development, data types, access modifiers, and web services
Questions
Which of the following types of data types consists of a set of public properties encapsulated in a nameless reference type?
- Anonymous type
- Built-in numeric type
- Value type
- Static modifier
- FTP service
Which of the following data types include classes, interfaces, arrays and delegates?
- Internal
- Static modifier
- Reference types
- Value types
- Built-in types
Which of the following classes has a signature and it can hold references only to methods that match its signature?
- Protected
- Delegate
- Event
- RemoteStackFrame class
- Abstract class
When a variable of a value type is converted to object, it is said to be
- Execution support
- Value type
- SSL box
- Unboxed
- Boxed
Which of the following methods is called to update a cache with content returned in the response?
- UPDATE
- CacheDuration
- Application_ AcquireRequest state
- Application_ UpdateRequest cache
- Application_ResolveRequest cache
Which of the following WebMethod's attributes specifies the web method's name?
- MessageName
- Application_ PostRequestHandler execute
- Naming
- Assembly name
- Bandwidth throttling
An assembly with which of the following assembly manifest content's information is automatically assumed to be a satellite assembly?
- SMTP service
- Culture
- Assembly name
- Version number
- The execution support
Which of the following files is used to contain web forms?
- BufferResponse
- Archive file
- ASPX file
- ASCX file
- DLLs file
Which of the following features enables controlling the amount of central processing unit resources that an application pool consumes in a configured amount of time?
- IP address restriction
- FTP service
- Process affinity
- CPU limiting
- Automated debugging
If an application can be accessed over a network using a combination of protocols like HTTP, XML, etc., then it is a ___________.
- Web form
- Windows form
- XML
- TransactionOption
- Web service
By using which of the following access modifiers is access not restricted at all?
- Strong name information
- Static modifier
- Public
- Protected
- Internal
Which of the following resembles a method whose return type is void?
- POST
- Set accessor
- Get accessorn
- Static modifier
- Internal
The most common use for _________________ classes are with collections like linked lists, hash tables, stacks, etc.
- generic
- meta
- abstract
- RemoteStackFrame
- ProtectedData
By using which of the following access modifiers is access limited to the containing type?
- ProtectedMemory
- Private
- Protected
- Internal
- Static modifier
Which of the following statements passes control to the next iteration of the enclosing iteration statement in which it appears?
- Continue statement
- Return statement
- Break statement
- PreparedStatement
- ProtectedData