Home
Programming With Wolfgang
Cancel

Strategy Pattern

The Strategy pattern is one of the simpler design patterns and probably a good one to get started with design patterns. Additionally, it is also very practical and can help to clean up the code. G...

Facade Pattern

The Facade pattern is often used without the programmer knowing that he uses it. In this post, I want to give the thing a developer often does automatically a name. Goals Simplify complex code...

Chain of Responsibility Pattern

I think that the chain of responsibility pattern is pretty easy to learn. It is not used too often but it is very useful when sending messages to a receiver where the sender doesn’t care too much a...

Adapter Pattern

The adapter pattern is one of the most useful patterns in my eyes. Therefore I want to explain what the adapter is and present a simple real life example on how it can be used. The Adapter Pattern...

Visitor Pattern

Today I want to talk about the visitor pattern. It is a powerful pattern and I think it is used too little. Maybe because it looks complex but once you got how it works, it is pretty easy and power...

Whats new in C# 7.0

Recently I made a post, about the new features in C# 6.0 and in this post I will show you whats new in C# 7.0. Whats new in C# 7.0 To use all features of C# 7.0 you have to use Visual Studio 2017...

Web sites cannot be started unless WAS and the World Wide Web Publishing Service are running

Today I was working on a new Continuous Development task for one of my Projects. I was testing if it works and got an error message. After Fixing the error I rerun the deployment and got an error i...

Whats new in C# 6.0

C# 6.0 is around for a while but in the last couple weeks, I spoke with many programmers who don’t know anything about the new features. Therefore I want to present some of the new features in this...

How I learned programming - Part 5

Welcome to part 5 of how I learned programming. In my last post, I wrote about how I got into web development and what problems I encountered while learning. You can find this post here. In this p...

How I learned programming - Part 4

Welcome to part 4 of how I learned programming. In my last post, I wrote about how I learned Java and C++ in Canada and how the teacher there impressed me. You can find this post here. In this pos...