what is the relation between delegates and events
Answer Posted / yagnesh
An event is declared like a pseudo-variable but based on a delegate. Therefore, to declare an event, you must have a delegate that would implement it.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the appSettings Section in the web.config file?
What are the validation controls available in ASP.NET?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is web api config?
How does u get record no from 5 to 15 from a dataset of 100 records?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is the significance of attaching a profile while creating a user?
If 200 is for all successful operation then why do we have 201 response codes?
is gateway for sms continue connected for sending sms.how?
What are demand-paging and pre-paging?
Explain the advantages of asp.net.
Describe the events in the life cycle of a web application.
What is session in web technology?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Give 2 examples for scenarios when routing is not applied?