Archive

Archive for the ‘C#’ Category

Webservices in WCF

May 8th, 2010 admin No comments

As of today I can again host in IIS (besides the Apache2 server on Debian), hereby a list of some services (the list will hopefully be updated…):

Categories: C#, WCF, Windows 2008 Tags:

DevDays 2010 are coming

March 5th, 2010 admin No comments

Check the site:

Change the Rules

Categories: C# Tags:

Windows Communication Foundation 3.5

February 24th, 2010 admin No comments

Also enjoying Windows Communication Foundation 3.5 (Unleashed, ISBN 978-0672330247) ?
Having trouble to get the example of Chapter 2 up and running ?

Please check this link, it helped me a lot (by using the HttpNamespaceManager).

Categories: C#, WCF Tags: ,

Puzzle

August 6th, 2008 admin No comments

Once a month we receive a paper of our employer containing a puzzle
(for which you can win nice prices).

As being a developer the real challenge is not to solve the puzzle
by itself, but also create a generic solution for any other puzzle.

This month we had to solve the “breinbreker” (no suitable translation
possible).
puzzle

Categories: C# Tags:

Timers

July 10th, 2008 admin No comments

As I ran into a problem with showing progress in an
application properly, I decided to create a stopwatch
to get the feeling how to use the Timer object (from
the System.Timers namespace).

stopwatch

For those who are interested in the sourcecode:

sources

Categories: C# Tags: