Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Posts
09
Sep 2007
Build your own netstat.exe with c#
Earlier today i wrote ManagedIpHelper, a wrapper for IP Helper API it’s GetExtendedTcpTable. Using this wrapper i ...
09
Sep 2007
Presenting SqlCeClientFactory
Apart from Microsoft.SqlServerCe.Client.SqlCeClientFactory in Microsoft.SqlServerCe.Client (an undocumented and unsuppor...
08
Sep 2007
Query a Web Service hosted outside IIS with it's DNS name
Yesterday someone asked the following: My first attempt was to simulate the problem. I added an entry in my hosts file s...
29
Aug 2007
Using DateTimePicker and Custom Format
Today we ran into a nasty problem with DateTimePickerFormat.Custom. We allow the user to input a month/date with a DateT...
26
Aug 2007
ClickOnce Deployment is not user-friendly!
Today i was experimenting with ClickOnce Deployment. Some people have warned for the elevation of permissions: Be aware ...
25
Aug 2007
WordPress: Import Blogroll from Sage
Earlier today i exported the list with blogs i read from Sage and tried to import them into WordPress. Although all the ...
21
Aug 2007
Bending the code generation of IExtenderProvider to your will
In Exploring CodeDomSerializer i already explained how we can modify the code that the Visual Studio designer generates ...
17
Aug 2007
Exploring CodeDomSerializer
Sometimes we want absolute control over the code that the visual studio designer generates. Imagine that we have a UserC...
17
Aug 2007
StreamHelper
The following is an example of a classic mistake for people that read from a Stream Offcourse, if you look at the docume...
11
Aug 2007
List string resources
Earlier today someone asked how he could list the string resources (name, value and comment) in a Resource file. Here is...
← Prev page
Next page →