Pages
Recent Comments
Categories
Blogroll
Meta
December 2024 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 29 30 31 Tags
- .net
- 2010
- 2014
- Baby's on fire
- C#
- Dictionary
- Die Antwoord
- Differential
- dj
- english
- feided
- fei fei
- festival
- große Lösungsformel
- Heise
- Heise.de
- hello
- hello kitty
- hello world
- I fink u freeky
- kitty
- kleine Lösungsformel
- Kurvendiskussion
- Latin Lovers
- Latino Techno
- Linux
- living room
- math
- mathe
- mathematik
- music
- nature one
- Platten
- programming
- quadratische Gleichung
- Qualitätssicherung
- Reflection
- Singleton
- Softwaretest
- Technics
- Trance Energy
- Turntables
- UEFI
- Visual Studio
- world
Category Archives: programming
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
Warum Qualitätssicherung wichtig ist!
In die Qualitätssicherung von Software wird grundsätzlich zu wenig investiert (Projekte sind zu knapp geplant, Budget wird für andere Bereiche aufgebraucht, etc.). Wieso dies ein Fehler ist oder warum gerade in systemkritischen Bereichen der Softwaretest nicht zu kurz kommen darf, … Continue reading
Posted in Deutsch, Languages, PC, programming, Sonstiges, Testing, Work
Tagged Heise, Heise.de, Linux, Qualitätssicherung, Softwaretest, UEFI
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