J e r o e n ' s   w e b l o g

Browse by Tags

All Tags » C# (RSS)
Now all I need is a title snippet
I have to admit, when I first saw the VS2005-integrated code snippets during the TechEd Europe 2004 (yes 2004) keynote, it sounded like the typical feature that I would never use. Well, to make a long story short, I've been using VC#2005 for a couple...
Posted: Oct 31 2005, 06:54 PM by jvdbos | with 4 comment(s)
Filed under: ,
A slightly modified Chain of Responsibility
Recently I implemented a Chain of Responsibility in C# and decided to modify it a bit for my application, since the original pattern favours object hierarchies heavily and I wanted to use it in a flat context. With flat I mean that I have a bunch of handlers...
Avoiding Red/Green/Debug
Thanks to NUnit , unit-testing in a .NET-environment is really easy. With good tools however, it's still fairly easy to make stupid mistakes. One of the things I've learned when constructing unit-tests is that you shouldn't reuse testing code to create...
VC# Express experience and some stuff on assemblies
I've just submitted my first Visual C# Express Beta 1 bug ! It has to do with automatic formatting, for which there are luckily lots of options in this new version. I barely customized anything though, because I'm very much used to the way VS.NET 2002...
Appending XML files and confusing disposables
There are several ways to create XML files using the .NET FCL, but none of the standard methods allows simple extension of an existing file, such as a logfile, without needing to put the entire file into memory first (because that's what would happend...
Output parameters and the out modifier
Yesterday I was working on finishing an interface assembly in C# for one of my projects. When thinking about making the interfaces define exactly what I want them to I decided to look into the parameter types, checking to make sure I understood the semantics...
Posted: May 11 2004, 08:54 AM by jvdbos | with 9 comment(s)
Filed under:
More Posts