Xunit and exceptions with async Task

Recently, I wrote Xunit tests for business object that requires to catch exceptions generated by wrong property values in synchronous and asynchronous calls. This post includes several examples and full code is accessible on GitHub Blog repository. Here I will use approach described in Richard Banks’ post Stop Using Assert.Throws in Your BDD Unit Tests… Read More Xunit and exceptions with async Task

MS SWIT 2014 – day #2

В пятницу прошел второй, заключительный, день конференции MS SWIT 2014 (впечатления от первого дня описаны ранее). Этот день получился немного спокойнее, что хорошо, так как посещаемость снизилась. На ключевом докладе Сергей Руденко рассказал об успехах и планах компании Nokia на рынке мобильных телефонов, затем были доклады Сергея Байдачного, Дмитрия Миндра, Виктора Шатохина, Сергея Бельского и… Read More MS SWIT 2014 – day #2

MS SWIT 2014 – day #1

Сегодня прошел первый день конференции MS SWIT 2014 – самой большой технической конференции Microsoft в Украине. В этом году все доклады разделены по целевым аудиториям – разработчики, IT-специалисты и IT-директора, причем для первых двух проводятся как общие лекции, так и практические занятия. Сегодня был на всех лекциях для разработчиков, завтра планирую посетить еще и практические… Read More MS SWIT 2014 – day #1

Eliminating of Visual Studio 2012 disk usage

One of the developers complains that its desktop computer with Windows 8.1 Professional and Visual Studio 2012 Professional often working too slowly. Obviously the first step of investigations is Task Manager checking, that provides information of the permanent 100% disk usage. As hard disk drive is new and speedy, it should be software issue. Corresponding… Read More Eliminating of Visual Studio 2012 disk usage