.NET
Capturing and Streaming Database Changes with Debezium and Apache Kafka (Part 1) – Theory
In this post it is shown how relational databases can be managed with Debezium and the streaming platform Apache Kafka.
WCF Alternatives (Part 2) – Instructions for the Migration from WCF to Web API
This post will first address ASP.NET Core Web API as a possible alternative, and describe, step by step, how a migration from WCF to ASP.NET Core Web API can be done.
WCF Alternatives (Part 1) – Introduction
The Windows Communication Foundation (WCF) is a communication platform for the creation of distributed applications developed by Microsoft for the .NET Framework. Microsoft generally recommends two alternatives, gRPC and Web API, to replace WCF.
Building .NET Core Applications
.NET Core is still a new technology and people might ask themselves many questions. Therefore I want to share my gained experience while setting up and configuring a “Microsoft-friendly” build- controller and agent scenario.
WPF Tricks: Context Menu via Behavior
Behaviors enable application designers to trigger changes in the program behavior with little effort and without interfering with the program code. This tutorial shows how to create a context menu by means of a behavior.
WPF Tricks: Coloring Icons at Runtime
This little trick enables you to color icons at runtime virtually any way you like, making different-colored icon sets unnecessary. The principle is very lightweight.
Risks of Modified Cookies
Now, at the end of the year, cookies are increasingly circulating again. Being properly prepared can help you manage this risk.
Test-driven Development
Usually traditional testing is only done when there is something to test. What is the benefit of the test-driven development method for agile projects?