.NET Framework Programming
Covers .NET Framework topics including web services, cryptography, database access, runtime components, and exception handling
Questions
Which of the following provides a mechanism for programs to communicate over the Internet using SOAP?
- Windows form
- Web form
- Web service
- Program
- Process
Which of the following provides the per written code in the form of classes that are available to all of the .Net programming languages?
- .Net FCL
- Common language runtime
- Windows forms
- Web forms
- Garbage collection
Which of the following provides the ability to navigate through an OidCollection object?
- OidCollection
- OidEnumerator
- Oid
- ProtectedData
- ProtectedMemory
Which of the following corresponds to a Jet native or external database or a direct ODBC connection?
- Data access object
- DBEngine
- WorkSpace object
- Database object
- Field object
Which of the following options is the term for the one that holds information describing the objects?
- Group
- WorkSpace Object
- Container Object
- Property Object
- FocusEvent object
Which of the following is/are helpful to anyone interested in building a profiler to examine managed applications?
- Garbage Collection
- Stack walk
- Web forms
- Window forms
- Processes
Which of the following represents the base class, from where the implementation of the Rijndael symmetric encryption algorithm must inherit?
- Rijndael
- RijndaelManaged
- Protected data
- Protected memory
- Oid
Which of the following is used to define and enforce database security?
- Group
- User object
- Field object
- Parameter object
- Property object
Which of the following performs a cryptographic transformation of data using Rijndael algorithm?
- RijndaelManaged
- Protected data
- RijndaelManaged transform
- ProtectedMemory
- OidCollection
Which of the following decrypts Optimal Asymmetric Encryption Padding (OAEP) key exchange data?
- RSA
- RSAOAPEKey ExchangeDeformatter
- RSAOAEPKey ExchangeFormatter
- OidCollection
- Protected data
Which of the following represents an abstract class, from where the implementation of the MD160 hash algorithm inherits?
- RIPEMD160
- RIPEMD160Managed
- RijndaelManaged
- ProtectedData
- Oid
Which of the following is the environment used for running the .Net applications that have been compiled to MSIL?
- CTS
- Execution support
- Garbage collector
- Web form
- CLR
Which of the following is a list of the pending method calls at the point, where the exception was detected?
- StackTrace
- HelpLink
- Message
- Source
- XmlException
Which of the following performs asymmetric encryption and decryption using the implementation of the RSA algorithm provided by the CSP?
- RSA
- RSACryptoService Provider
- RijadaelManaged
- Oid
- Protected memory
Which of the following returns the EXCEPTION object reference to a nested exception?
- DataException
- XmlException
- InnerExecption
- Message
- Source