could you please tell me about deligates ?
deligate
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep Singh ShekhawatPosted Jun 13, 2013, 2:09 AM
Keyur PatelPosted Jun 13, 2013, 2:06 AM
Deligate : Basically it is similar like the old "C" age function pointer, where functions can be assigned like a variable and called in the run time based on dynamic conditions. C# delegate is the smarter version of function pointer which helps software architects a lot, specially while utilizing design patterns.
You can refer following links with example
http://www.c-sharpcorner.com/UploadFile/Ashush/delegates-in-C-Sharp/
http://geekswithblogs.net/joycsharp/archive/2008/02/15/simple-c-delegate-sample.aspx
Chandan Kr MadalPosted Jun 12, 2013, 7:31 AM
http://www.codeproject.com/Articles/11657/Understanding-Delegates-in-C
http://msdn.microsoft.com/en-us/library/aa288459(v=vs.71).aspx