29
JUN
2004

TechEd 2004, first day

The first opening key note was very entertaining and refreshing. There was an introduction of the team services in VS.NET, a demo with 3d-glasses on a 64-bit platform, a promising project called SkyServer.org, announce of the Express edition of VS.NET, and many other things....
23
JUN
2004

Nice little trick for creating typed collections

I found somewhere in the newsgroups a nice trick for creating typed collections. In most of the cases typed collections only differ in the type they get and set. To make things easier we can do the following. Create an integer collection class, like below: [csharp] using System;...
16
JUN
2004

Initial version of SharpBrowser (finally)

The last couple of weeks I concentrated on writing SharpBrowser. It was already subscribed for a long time on Sourceforge.net, but now I finally released an initial version . The main features of the initial version, is that it is tab-based and it can be used with IE or Mozilla!...
07
JUN
2004

CruiseControl.NET

CruiseControl.NET is a continuous integration tool we have set up for our current project. It automatically builds when there is a change in source control (VSS, CVS, ClearCase, etc), and it reports it in a nice web layout with all the build, nunit, fxcop results. There is also a...