How will you end an asynchronous call with a delegate?

Tuesday, October 6, 2009


EndInvoke



www.codecollege.NET

How will you start an asynchronous call with a delegate?


BeginInvoke



www.codecollege.NET

What are the standard patterns for asynchronous methods calls?


1. Wait Until Done
2. Polling
3. Callback



www.codecollege.NET

When a program wants to retrieve the results of the completed asynchronous method,Which property will it check?


IsCompleted.



www.codecollege.NET

What is the expansion of DLR?


Dynamic language Runtime.



www.codecollege.NET

How will you make Visual Studio write the code for #region #endregion automatically ?


Type a , select '#region', Press Tab twice.



www.codecollege.NET

How will you make Visual Studio write the code for default destructor or finalizer automatically ?


Type ~ , Press Tab twice.



www.codecollege.NET

How will you make Visual Studio write the code Console.WriteLine automatically ?


Type cw ,Press Tab twice.



www.codecollege.NET

How will you make Visual Studio write the code for default constructor automatically ?


Type ctor , Press Tab twice



www.codecollege.NET
Blog Widget by LinkWithin