Machine Learning for .NET Developers
This week I will talk about Machine Learning for .NET developers. Sinse a few years, Microsoft Product groups are working on integration of a powerfull Machine ...
SOmetimes, when training the model with ML.NET, you might expirience follwoing error: System.Collections.Generic.KeyNotFoundException: 'The given key '5' was not present in the ...
To analyze the code coverage of unit tests in Visual Studio you will typically select a set of tests and execute Analyse Code Coverage. Unfortunately, you ...
This week I will talk about Machine Learning for .NET developers. Sinse a few years, Microsoft Product groups are working on integration of a powerfull Machine ...
Typical .NET Core application uses the commaon configuration system defined in the package Microsoft.Extensions.Configuration. My intension in this post is not to describe how ...
When working with Identity Server, more sophisticated applications usually require specific context in the process of generating of the token. For example, imagine the user wants ...