I want proper info about delegates in C#
thank you..
Loading
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.
Satyapriya NayakPosted May 29, 2012, 9:44 AM
Please refer Our recommended articles
http://www.c-sharpcorner.com/uploadfile/dhananjaycoder/C-Sharp-delegates/default.aspx
http://www.c-sharpcorner.com/UploadFile/72d20e/concept-of-delegate-in-C-Sharp2/
http://www.c-sharpcorner.com/UploadFile/Ashush/delegates-in-C-Sharp/
http://www.c-sharpcorner.com/UploadFile/pathumfer/learn-basics-of-delegates-in-C-Sharp/
Thanks
Murad BASDAGPosted May 29, 2012, 7:14 AM
If you are totally new on delegates i suggest you to start from C# 1.0 delegates and then C# 2.0. Because delegates are very importent part of the c# programming language. You will need delegates when you need to create you events, or change a form control's content from another thread than main thread and .....
I think if you have enough english the below links will helpfull to you to understand delegates.
http://msdn.microsoft.com/en-us/library/aa288459(v=vs.71).aspx
http://msdn.microsoft.com/en-us/library/ms173171(v=vs.80).aspx
http://msdn.microsoft.com/en-us/library/ms173176(v=vs.80).aspx
http://www.akadia.com/services/dotnet_delegates_and_events.html
Good luck.