Monatsarchiv: Januar 2015

Your development begins with self-assessment and binding objectives

As studious and dedicated project leader you always want to improve yourself and reach a steady evolution of your knowledge, your skills and your personality. I think the best way to find your own potential for improvements and to define … Weiterlesen

Veröffentlicht unter Projektleitung | Kommentar hinterlassen

Open XML: Set background color

You can chance the foreground color of a text by define an according Color element. Changing the background color will work in the same way, but you have to create a Shading element instead of a Color element. The Shading … Weiterlesen

Veröffentlicht unter .NET, C#, Open XML | Kommentar hinterlassen

Management and Validation of Data: the PropertyCollection class

This is the second of three articles about the management and validation of data in a graphical user interface. Within this article series I want to introduce a data class which can manage a single value, a data collection based … Weiterlesen

Veröffentlicht unter .NET, C# | 1 Kommentar

Open XML: Set text color

To change the foreground color of a text in an Open XML document, you have to create a Color element and add it to the run properties. The following source code shows an example application. At first a color element … Weiterlesen

Veröffentlicht unter .NET, C#, Open XML | Kommentar hinterlassen

Management and Validation of Data: the Property class

The management and validation of data is a common use case in nearly all applications which contains a graphical user interface. Such applications often have dialogs to allow a data input. In a modern user interface the user should have … Weiterlesen

Veröffentlicht unter .NET, C# | 2 Kommentare

Reduce work in progress by using an avatar

If you ask your colleagues about multitasking you may often hear that they will work on several tasks in parallel. They will also say that’s no problem because they are good in multitasking. But in fact people are not made … Weiterlesen

Veröffentlicht unter Kanban, Projektleitung, Scrum | Kommentar hinterlassen