Sharing Knowledge
Publications
Technical articles in leading German developer magazines.
dotnetpro
Default Interface Methods in C# 8.0
October 2025A language extension under scrutiny. Exploring the practical implications of default interface implementations in modern C#.
Read Article →dotnetpro
Error Analysis with AI
January 2024How GPT models can help software developers diagnose errors. Detailed walkthrough of the ExceptionAInalyzer I developed.
Read Article →windows.developer
Methodically Efficient
October 2023Easier development work and clean software architecture. Introducing the MethodAggregator pattern for complex applications.
Read Article →dotnetpro
Method Call Hub
August 2023Managing functions with ease. A deep dive into method orchestration in large-scale C# applications.
Read Article →Get in Touch
Let's Talk
Whether it's a project, a talk, or just tech chat - I'm always up for a conversation.
Stuttgart Area, Germany
Documents
Electronic business card (vCard)
Download ↓
Executive Profile
One-page summary of my career and expertise.
Download ↓
Full CV
Detailed CV.
Request →
Certificates
All school and work certificates I have received.
Request →
Article - Call Center for Methods
The idea of a class that serves as a central point for calling various component methods within an application arose from the desire to simplify the handling of methods from different components in complex applications. In modern software development, there is a constant drive to find efficient and elegant solutions that make code more readable, maintainable, and flexible. The method aggregator described here helps to manage a wide range of use cases and scenarios while simultaneously improving the efficiency and structure of the development process.
Request →
Article - Default Interface Methods in C# 8.0
In the world of software development, we constantly face the challenge of designing code that not only fulfills its purpose but also remains modular, maintainable, and flexible. A recurring question is how to make functionalities or services easily accessible at different points in an application without creating unwanted, rigid dependencies.
Request →