Макет метода з out параметром за допомогою Moq
Стаття демонструє як створювати макети та тестувати методи із ref/out параметрами.… Read More Макет метода з out параметром за допомогою Moq
Стаття демонструє як створювати макети та тестувати методи із ref/out параметрами.… Read More Макет метода з out параметром за допомогою Moq
The post shows how to mock and to test methods with out parameters.… Read More Moq and out parameter
How to run Viber on Windows 10 with Hyper-V role with Visual Studio Emulator for Android… Read More How to run Viber on Visual Studio Emulator for Android
This post describes data API app for tutorial “Create Azure API App with AAD authentication and web jobs”.
This app is used in the scenario without authentication.
… Read More Create Azure API App with AAD authentication and web jobs – Data API app without authentication
This post describes data source for tutorial “Create Azure API App with AAD authentication and web jobs”. It includes Azure SQL server, database, and database project and model class library.… Read More Create Azure API App with AAD authentication and web jobs – Data source
The tutorial describes how to use and secure Data API App in Azure environment with AAD authentication. … Read More Tutorial: Create Azure API App with AAD authentication and web jobs
Let’s write thread-safe class with two properties: – logical property “State” describes state of the object; – numeric property “Count” counts how many relative objects including current one has TRUE state. First approach gives us the following class: Full code is accessible on GitHub Blog repository. This class is not thread-safe that could be easily… Read More Simple thread-safe class
There is no excerpt because this is a protected post.
В предыдущих статьях (см. перечень в Использование EWS managed API v.2.0) была зарегистрирована учетная запись в Office 365 для компании Example Company и настроена имперсонификация пользователей. В данной заметке рассмотрим код программы на C#, которая с помощью EWS подключается к Exchange Online под пользователем Mail Admin и выполняет манипуляции с почтовыми ящиками других пользователей. Напомним,… Read More Доступ к почтовому ящику имперсонифицированного пользователя в Exchange Online
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