Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Posts
26
Feb 2008
Writing Xml without the XmlDeclaration
Consider the following xml file: <?xml version="1.0" encoding="utf-8" ?> <!-- some comment --&g...
23
Feb 2008
Introducing DeferredExecutionHelper
Sometimes i don’t want a costly function to be performed unless it’s really necessary. In Patterns of Enterp...
21
Feb 2008
Generating Artifacts By Using Text Templates
Since i remember myself thinking “I should look up that .tt templating thing” already a couple of times and ...
20
Feb 2008
How the name of an embedded resource is generated in a C# project
A while ago i was wondering how the name of an embedded resource is generated in a C# project. Earlier today i was looki...
18
Feb 2008
Updating Assembly References with TFS
A while ago i posted some code that allows you to update the Assembly references. Here is some code that uses the Team F...
25
Jan 2008
Programming the csproj file
Imagine that you have a couple of project files that reference framework libraries that are on a buildserver. Upgrading ...
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: I am developing a Web Service inside a Windows Service via the soap.tcp protocol....
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...
← Prev page
Next page →