Ioannis Panagopoulos blog

Tutorials on HTML5, Javascript, WinRT and .NET

Timers in WPF

by Ioannis Panagopoulos
There are times when you need a  task to execute periodically. There are two ways of achieving this: Use the System.Windows.Threading.DispatcherTimer Use the System.Threading.Timer Say now that you want to implement a class the executes DoSomething() periodically and also in... [More]

WPF XAML SYNTAX 101

by Ioannis Panagopoulos
DownLoad in .pdf (145,97 kb) This post provides the basic key points in order to understand the WPF XAML syntax and what is going on behind the scenes in the XAML Processor. Although you may be the kind of guy/girl who prefers to learn through writing/reading code, I recommend reading this art... [More]

Code Formatter for HTML

by Ioannis Panagopoulos
I have been searching for some time for a neat html code generator from C# code that supports syntaxt highlighting, in order to use it in BlogEngine.Net. The previous posts in this article have been written by applying the usual _[_code:cs]...[_/code] tags. Unfortunately this approach does not alway... [More]
hire me