Syntax test 16Nov08 | 0

private void MyLittleWordpressTestingVoid(int param)
{
	try
	{
		if (param == 5 || param == 10)
		{
			System.Windows.Forms.MessageBox.Show("my param is 5 or 10");
		}
	}
	catch (Exception ex)
	{
		Console.Write(ex.Message);
	}
}

First post, again, and again 16Nov08 | 0

Okay, here again I starting with my little neat blog, but at this time not about private stuff. This time I will blog about technical stuff like programming C#, VB.net, WPF, XML, XAML, .net, LINQ, VSTO and so on. If you now think “what the heck? - Meik goes crazy!”, then you are right and when you ask yourself why the hell is he writing everything in English then the answer is very simple! Nearly everyone who have to do with programming can read English so it is logical to write about it in English.

Yeah I known, my English is not the best and sometimes it would be really funny for a native speaker to read my blog and my grammar mistakes, but hey - laugh about it and send me a penny ;-)

Second try, because WordPress doesn’t like me enough to work after the update to the latest version :-/