why we are using delegates and in which condition it is
required?
Answer Posted / praveenkumarreddy.m
Delegates are used to refer multiple functions.Delegates
used in creating events in c#.net.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is view state and how it works in asp net?
How information about the user's locale can be accessed?
What is the difference between localization and globalization?
How do sessions work?
How many types of cache are there?
What is meant by ispostback in asp net?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
To add a hyperlink column to the DataGrid which tag is used ?
What is the application pool?
What does aspcompat="true" mean?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Describe session handling in a webfarm?
Can you explain page lifecycle in net?
Describe how ASP.NET maintains process isolation for each Web application?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?