Jef Claes
On software and life
Home
All posts
Tags
23
May 2010
Handling the AggregateException
Last week I showed you how you can use the `AggregateException` to apply consistent exception handling in batch operatio...
15
May 2010
Exception handling in batch operations with the AggregateException
Doing batch operations and elegantly handling exceptions is a problem which every developer has faced before. In .NET 3....
12
Apr 2010
Trip Report Czech Republic
Last week my girlfriend and I went on a short holiday to the city of [Plzeň](http://en.wikipedia.org/wiki/Plze%C5%88) in...
13
Mar 2010
Cannot Start Service from the command line or debugger. A Windows Service must first be installed (using installutil.exe)..
When you create a new Windows Service project and try to debug it, Visual Studio will show you a Windows Service Start F...
22
Feb 2010
Book review: Object-Oriented JavaScript
Although I've made my feet wet with various JavaScript frameworks, I am not a JavaScript hero at all. This might be one ...
15
Feb 2010
Webforms lessons learned the hard way (Part 2)
If you missed part 1, you can find it [here](https://jefclaes.be/2010/02/webforms-lessons-learned-hard-way-part.html). ...
14
Feb 2010
Webforms lessons learned the hard way (Part 1)
I've been spending a lot of my days in Webforms the last two years. In this post I want to share some best practices I'v...
20
Jan 2010
Log4Net: log.Debug(String.Format()) versus log.DebugFormat()
[Log4net](http://logging.apache.org/log4net/index.html) is one of the most popular opensource logging frameworks availab...
21
Dec 2009
Looking back, moving forward (New years post)
In this post I'm going to reflect on the year that's almost finished and the year to come. I came up with a few top...
05
Dec 2009
Response.RedirectPermanent in .NET 3.5 and older
One of the new features in ASP.NET 4.0 is permanently redirecting to a page using [Response.RedirectPermanent](http://ms...
← Prev page
Next page →