Tag Archives: C#

Fill a dictionary with properties of a class

Following scenario… you need to create a key/value configuration file within a configuration class. Properties are the Keys and their value is the value ;). Values for the properties need to be assigned automaticly when the “configuration file” is loaded, … Continue reading

Posted in C#, PC, programming, Sonstiges, Wissen, Work | Tagged , , , , | Leave a comment

Simple Hello Kitty with C#

How to create a Simple “Hello Kitty” with C# (Console Application) First we create a “Console-Application-Project” within the Visual C# Express Studio   The Console Project Name can be anything you like (ex. HelloKitty) After pressing “ok” the File Program.cs … Continue reading

Posted in English, Languages, programming | Tagged , , , , , , , , , | Leave a comment