C Sharp
C# Programming and ASP.NET Web Development - covers delegates, properties, boxing/unboxing, value types, control flow statements, and ASP.NET application lifecycle methods
Questions
Which of the following is equivalent to a type safe function pointer or callback?
- Assembly name
- Delegate
- Set accessor
- Continue
- Private
Which of the following methods is called to determine whether the caller is authorized to access the requested resource?
- ProtectedData
- BufferResponse
- Application_AuthorizeRequest
- Application_AuthenticateRequest
- Application_ResolveRequest
Which of the following methods is called to release any state associated with that session?
- Process affinity
- EnableSession
- Application_ResolveRequest cache
- Application_AcquireRequest state
- Application_ReleaseRequest state
Which of the following accessors' body resembles that of a method, and returns a value of the property type?
- NNTP service
- Static
- Get accessor
- Set accessor
- Protected
In which of the following improvements in the isolation mode does isolation prevents web applications and websites from affecting the world wide web services?
- Strong name information
- WWW service
- Process affinity
- Robust performance
- Automated debugging
Which of the following files of .NET is used to contain configuration settings?
- Web.Config
- Global.asax
- ASPX
- DLLs
- Bandwidth throttling
Which of the following statements terminates the closest enclosing loop or switch statement in which it appears?
- Break
- Continue
- If
- Switch
- Private
When a variable of type object is converted to a value type, it is said to be
- anonymous type
- unboxed
- boxed
- array
- public
Which of the following types includes the primitive numeric types, enum and structs and also nullable versions of these types?
- Value type
- Reference type
- Anonymous type
- Static modifier
- Public
Which of the following directives facilitates code behind programming in Global.asax files?
- The @ application directive
- The @ assembly directive
- The @ import directive
- Application_UpdateRequest
- Execution support
Which of the following is an interface positioned between the application code and the user of that code?
- Version number
- The execution support
- Web service
- Message name
- Windows form
Which of the following methods is called to prepend content to the hyper text transfer protocol response?
- FTP service
- Application_PreRequestHandler Execute
- Application_PostRequestHandler Execute
- Application_UpdateRequest cache
- TransactionOption
Which of the following assembly manifest content's informations is used for types that are exported from the assembly?
- Internal
- Assembly name
- Culture
- Type reference information
- Strong name information
Which of the following statements terminates execution of the method in which it appears and returns control to the calling method?
- Private
- Static
- If
- Continue
- Return
Which of the following WebMethod's attributes adds a textual description to a web method?
- SMTP service
- Description
- MessageName
- CacheDuration
- Assembly name