Confusion Matrix
How to determine the predictive capacity of a classification model? We often use the confusion matrix which allows us to compare the results of an algorithm to reality. In this article we will see how to read and build it.
Read moreHow to determine the predictive capacity of a classification model? We often use the confusion matrix which allows us to compare the results of an algorithm to reality. In this article we will see how to read and build it.
Read moreWhen working on applications using multiple databases, you not only have to know which connection string to use and which the DbConnection we need. How can we implement a service expecting the calling application to give us the required connection string.
Read moreMicrosoft's dependency injection mechanism does not support registering a decorator or a proxy instead of an existing service to the service collection but it still makes it possible to implement an extension method to do it.
Read moreMicrosoft's dependency injection mechanism does not support registering alias to the service collection but it still makes it possible to implement an extension method to do it.
Read moreSince .Net 2.0, `DbProviderFactory` helped building application working on database without knowing the type of the database. It was easier with the old app.config file but not that hard to put back in the appsettings.json file.
Read more