Searching for "%"

Q:

What is a delegate?

Answer

A delegate declares a ref type that references a named of anonymous method. Delegates are secure and type-safe. Consider them as type safe function pointers.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Who said, " I therefore, want freedom immediately, this very night, before dawn, if it can be had

A) Mahatma Gandhi B) Edwina Mounbatten
C) Jawaharlal Nehru D) Ms. Taslima Nasreen
 
Answer & Explanation Answer: A) Mahatma Gandhi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

Explain the process of creating a context menu using the ContextMenu component

Answer

ContextMenu component provides the users with the ability to access some very frequently used commands. Context menu works by right click of mouse. They mainly provide access to commands particular to the control that has been clicked upon.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Describe the .NET base class library

Answer

.NET’s Base class library exists in order to encapsulate huge number of common functions and makes them easily accessible to the developer. .NET base class library provides the functionality like ADO.NET, XML, Threading, IO, Security, Diagnostics, Resources, Globalization, collections etc. It serves as the main point of interaction between developer and runtime.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Which of the following books would you consult to get acquainted with Gandhian thourht

A) India wins freedom B) India Divided
C) Hind Swaraj D) Discovery of India
 
Answer & Explanation Answer: C) Hind Swaraj

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

Explain how a .NET application is compiled and executed?

Answer

Any code written in any .NET complaint languages when compiled, converts into MSIL (Microsoft Intermediate Language) code in form of an assembly through CLS, CTS. IL is the language that CLR can understand. On execution, this IL is converted into binary code by CLR’s just in time compiler (JIT) and these assemblies or DLL are loaded into the memory.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Who is the author of the controversial book 'Forbidden verses'

A) Abu nuwaz B) Salman Rushdie
C) D.H.Lawrence D) Ms. Taslima Nasreen
 
Answer & Explanation Answer: A) Abu nuwaz

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

'Alice in Wonderland' the famous TV Serial is based on a book written by

A) Charles Dickens B) Thomas Hardy
C) Lewis Caroll D) Victor Hugo
 
Answer & Explanation Answer: C) Lewis Caroll

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors