Archive for May, 2008
Saturday, May 24th, 2008
due to some server change and some other problems this site was down for maybe a week or so. It should be up again now.
Posted in private | No Comments »
Tuesday, May 13th, 2008
Everyone that has ever worked with the WinForms PropertyGrid will miss it in WPF.
Therefore i wrote this tiny turorial on how to write your own very basic PropertyGrid on top of WPF.
Disclaimer:This is not a ready to use fully-featured control for production use. It just shows in a very ...
Posted in .NET, WPF, c#, development | 7 Comments »
Monday, May 5th, 2008
Today i encountered a strange behaviour with NHibernate. The error message in the headline was kinda confusing. I spent some time on google and everything i found was that my mapping is probably wrong or contains some bugs though i knew my mapping was definitely correct.
Some time later i found ...
Posted in .NET, NHibernate, c#, development | No Comments »
Saturday, May 3rd, 2008
Wcf is great when it comes to message exchange. But Wcf even contains functionality when you want to stream data.
This is especially useful if you want to transmit a huge amount of data (think about the maxBufferSize option in Wcf configuration) or you want your clients to start processing ...
Posted in .NET, WCF, c# | 4 Comments »