Setup a basic solution with a project

Setup a basic solution with a project

Getting Ready

I assume you have VSCode && .Net installed by now. Open VSCode in the directoy of your choice. The directoy you choose is our Solution directory which will contain all our projects.

Your Explorer in VSCode should look like this:
Empty VSCode Explorer

Read more
Plugins - How to apply this concept in C#

Plugins - How to apply this concept in C#

Plugins, a magical buzzword for some people, annoyce for others. Many know how to use them and even how to write them for an existing system. When starting from scratch plugins become quite a bit more difficult to comprehend for the novice.

This article is for all these folks who try for the first time to implement a plugin-system which allows you to extend an application without touching the main application itself.

Read more