Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Posts
10
Aug 2007
Debugging custom UITypeEditors
If you read this you’re probably gonna think: What a moron! Anyway, i’m sharing this in the hope that i&rsqu...
07
Aug 2007
Helper methods for DbProviderFactory
Here are a couple of functions that make it easier to take advantage of the DbProviderFactory to create DbConnections pu...
04
Aug 2007
Professional SQL Server 2005 Reporting Services
Last couple of days i’ve been reading Professional SQL Server Reporting Services. Today i wanted to display some i...
28
Jul 2007
Exploring formatting...
In the documentation you can read the following for CultureInfo First i’ll initialize an instance of a customized ...
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...
← Prev page
Next page →