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 ...
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 ...
Sometimes it is required to obtain your currently active Azure Token. The very convenient way is to use following AZ command: az account get-access-token --query accessToken ...