Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Posts
26
Jul 2007
Using interfaces with Drag and Drop
Earlier today i was refactoring some graphical components. I wanted to use an interface instead of concrete implementati...
18
Jul 2007
Pondering about DateTime and it's Ticks...
Recently someone was able to convince me that there is no problem with using System.DateTime for the storage of localtim...
17
Jul 2007
Update from localtime to UTC or any other timezone with Oracle
Imagine that you have a table with a column of the type DATETIME. You’ve been storing data as localtime and after ...
06
Jul 2007
About Authorization
Yesterday i visited an evening session about authentication and authorization at Compuware (Yes, i’ve got interest...
26
Jun 2007
About additional precision and unpredicted behaviour...
Earlier today someone posted the following code float a = 0.12f; float b = a * 100f; Console.WriteLine((int) b); // prin...
10
May 2007
Improvements for the SortableBindingList (and TypedList)
I found out that the sorting didn’t work for ‘Expression’ properties. My first thought was to add anot...
09
May 2007
About .Net events in Belgium
Earlier this evening i visited “Visual C++ ‘Orcas’ and a Microsoft C++ Strategy”, an MSDN Belux ...
08
May 2007
Presenting the ExpressionDescriptor
A couple of days ago i presented you the TypedList which supports navigation through subproperties. Another common featu...
05
May 2007
Presenting the TypedList<T>
A while ago i presented the SortableBindingList. One of the nice features you get with DataSets is that you can use rela...
03
May 2007
Exploring DataGridViewComboBoxColumn databinding (part2)
A while ago i wrote about Exploring DataGridViewComboBoxColumn databinding using Business Objects. Some people asked me ...
← Prev page
Next page →