Browse by Tags
All Tags »
C# (
RSS)
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...
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...
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...
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...
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...
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...
More Posts