Andriy Savin
Andriy Savin
Many desktop apps install one or more windows services in addition to the main app, e.g. a licensing service, device communication service etc. Such apps ask for packaged installation even...
I'm using `MediaTranscoder` WinRT API to convert audio files. It accepts two `IRandomAccessStream`'s, for source and destination data. It works OK when these streams are native WinRT streams, but if...
I've recently deployed a new function app, which runs on **app service plan** and in **isolated worker mode**. The function is rather simple, it has a storage queue trigger, on...
I did all the steps from samples description: registered an app, gave it Read Directory permission, put client secret in configuration along with other actual values etc. However, starting with...
Note--see comments for actual issue. Original issue: I'm trying constructor injection feature of EF Core 2.1 RC1. Consider the following entities and DBContext configuration: ```C# public class MyEntity { public...