Pages
Recent Comments
Categories
Blogroll
Meta
February 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 Tags
- 2009
- Alkohol
- Beamer
- Berufsreifeprüfung
- Bob Sinclar
- BRP
- C#
- Dj Observer
- Doom
- Doom II
- Ernesto Vs Bastian
- Events
- Feuerwerk
- Hexen
- Hiro
- Id&t
- Id Software
- Live
- Marcel Woods
- Marco V
- Mouling Rouge
- music
- Neal Scarborough
- Netherlands
- Niederlande
- Paul van Dyk
- Platten
- Pryda
- PvD
- Quake
- Quake 3
- Quake 3 Arena
- Quake Live
- Sebastien Leger
- Sylvester
- Technics
- Techno
- The Killers
- Trance
- Trance Energy
- Turntables
- Utrecht
- V-Club
- Weihnachten
- Wii
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 C#, Dictionary, Object, Reflection, Singleton
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 .net, 2010, C#, hello, hello kitty, hello world, kitty, programming, Visual Studio, world
Leave a comment