.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.

Java,.NET
5 min

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.

Web,.NET
6 min

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.

Web,.NET
3 min

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.

.NET
3 min

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.

Cloud,.NET
2 min

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.

Cloud,.NET
3 min

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.

Web,Cloud,Java,.NET
4 min

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?

4 min