.NET
FlaUI, project experience
FlaUI is an open source library for .NET that enables the automation of user interfaces for Windows applications. It is a good choice for testers or developers looking to create automated tests for applications running on the Windows platform. FlaUI features a simple and robust API enabling users to perform most actions that a user would normally perform on the user interface.
Communication between C# and C++ – A guide
This article describes the possibility to let an application written in C# communicate with a C++ application, especially for the integration of a C++ COM server with a C# client.
Data science buzzwords and what they mean
We all talk about machine learning, data science and data mining. But what exactly are all these terms? What do they have in common, what distinguishes them? These questions are answered in the new blog post.
YARP – A fast and reliable reverse proxy
In this article we aim to take a closer look at YARP and provide an overview of the configuration options provided to us by Microsoft.
Evaluate with matrices – The perfect decision matrix
A not inconsiderable part of the work of a software architect consists of comparing different solution alternatives with each other. Decision tables or evaluation matrices are often used for this purpose, whereby both terms are usually used synonymously. This article aims to provide an insight into two basic approaches and to evaluate them according to their suitability.
Generate test data with Oracle SQL
Many projects work with databases, and of course the performance of the system has to be tested. Usually, smaller amounts of data are entered by means of manual tests, but how do you get bulk data?
MAUI – More than an island
Microsoft is expected to release a new, unified UI platform for all systems in November 2021 under the resounding name MAUI, or in full “.NET Multi-Platform App UI”. In this article, we will look at the features of the tool known so far.
WCF Alternatives (Part 4) – Summary
In the last blog post of the series on alternatives for the Windows Communication Foundation (WCF), we are going to recapitulate and compare them once again.
Capturing and Streaming Database Changes with Debezium and Apache Kafka (Part 2) – Example
This article uses an example to show how relational databases can be better managed with Debezium and Apache Kafka.
WCF Alternatives (Part 3) – Instructions for the Migration from WCF to gRPC
This post will address gRPC as a possible alternative, and describe, step by step, how a migration from WCF to gRPC can be done.