среда, 26 ноября 2014 г.
вторник, 25 ноября 2014 г.
await async from ms
http://msdn.microsoft.com/ru-ru/library/hh191443.aspxhttp://msdn.microsoft.com/ru-ru/magazine/jj991977.aspxhttp://www.dotnetperls.com/async
http://blog.stephencleary.com/2012/02/async-and-await.html
http://www.sansys.net/2013/05/asynchronous-programming-in-csharp-using-async-and-await.html
https://www.simple-talk.com/dotnet/.net-framework/the-.net-4.5-asyncawait-feature-in-promise-and-practice/
http://blogs.msdn.com/b/bclteam/archive/2012/10/22/using-async-await-without-net-framework-4-5.aspx
async await
http://habrahabr.ru/post/139734/
Kлючевое слово async не приводит к тому, что метод будет выполняться в фоновом потоке (как кажется из названия), а только отмечает, что внутри метода присутствует await, который работает с Task и Task<T> таким образом, что остаток метода после await будет выполнен после завершения Task, но в основном потоке.
http://habrahabr.ru/post/107498/
http://habrahabr.ru/post/107583/
http://habrahabr.ru/post/108184/
Synchronization Context
http://www.codeproject.com/Articles/31971/Understanding-SynchronizationContext-Part-I
http://www.codeproject.com/Articles/32113/Understanding-SynchronizationContext-Part-II
http://www.codeproject.com/Articles/32119/Understanding-SynchronizationContext-Part-III
вторник, 18 ноября 2014 г.
GS.EventLog - смена место расположения решения
GS.EventLog - смена место расположения решения
GSSOFT D:\vspr1213\GS\EventLog.sln
Подписаться на:
Сообщения (Atom)