понедельник, 13 апреля 2015 г.

LINKS: Events C#

Пока готовила задачку к семинару по событиям, нашла интересные ссылки. Свежие и не очень. Но для генерации идей и использовании в качестве вспомогательных материалов вполне годные.
MSDN
  • EventHandler - делегат (https://msdn.microsoft.com/ru-ru/library/system.eventhandler(v=vs.110).aspx)
  • EventHandler - делегат (https://msdn.microsoft.com/ru-ru/library/db0etb8x(v=vs.110).aspx)

    Tutorials. Step by step instructions. Practices
  • Chapter 4. Advanced C# (https://www.safaribooksonline.com/library/view/c-40-in/9781449379629/ch04.html)
  • Events 2015 (http://www.bogotobogo.com/CSharp/csharp_events.php)
  • C# Tutorial - The Built-In Generic Delegate Declarations (http://tech.pro/tutorial/861/csharp-tutorial-the-built-in-generic-delegate-declarations)
  • C# Event Implementation Fundamentals, Best Practices and Conventions (http://www.codeproject.com/Articles/20550/C-Event-Implementation-Fundamentals-Best-Practices)

    Другие полезности. Other useful links
  • Generic EventArgs to go with generic EventHandler? (http://codereview.stackexchange.com/questions/5470/generic-eventargs-to-go-with-generic-eventhandler)
  • События .NET в деталях (http://habrahabr.ru/post/148562/)
  • WeakReference Event Handlers (http://paulstovell.com/blog/weakevents)
  • Delegates, Lambdas and Events (http://www.dreamincode.net/forums/topic/220479-delegates-lambdas-and-events/)
  • Использование событий с C# (http://sonyks2007.blogspot.ru/2013/11/c_9.html)
  • Understanding and implementing events in C# (http://www.nicoschuele.com/posts/understanding-and-implementing-events-in-c)
  • For once and for all: Delegates, Events, Anonymous Methods and Lambda Expressions (https://sdesmedt.wordpress.com/2009/05/21/for-once-and-for-all-delegates-events-anonymous-methods-and-lambda-expressions/)
  • Комментариев нет:

    Отправить комментарий