Browse by Tags

Related Posts

  • 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 and I don't have a fixed order for going through...
    Posted to J e r o e n ' s   w e b l o g (Weblog) by jvdbos on 06-12-2005, 12:00 AM
    Filed under: Software Development, C#
  • 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 the actual code. Ofcourse that's obvious, but in...
    Posted to J e r o e n ' s   w e b l o g (Weblog) by jvdbos on 01-03-2005, 12:00 AM
    Filed under: Software Development, C#, General
  • 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 and 2003 do it by default. Today was the first day...
    Posted to J e r o e n ' s   w e b l o g (Weblog) by jvdbos on 07-01-2004, 12:00 AM
    Filed under: TechEd, Software Development, C#
  • 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 if I use the DOM to add nodes somewhere near the...
    Posted to J e r o e n ' s   w e b l o g (Weblog) by jvdbos on 06-27-2004, 12:00 AM
    Filed under: Software Development, C#
  • Nullable Value Types and the Null Coalescing Operator

    Scott recently discovered one of my favorite syntactic niceties in C# 2.0, the Null Coalescing Operator. This operator allows you to return the left side of the statement if it is not null, otherwise return what is on the right. In other words, instead of writing code like this: if (o != null ) return...
    Posted to Loosely Coupled // Tim Marman's Weblog (Weblog) by Tim Marman on 08-08-2006, 12:00 AM
    Filed under: .NET, Software Development, C#
  • ADO.NET vNext CTP (Aug 2006) available

    Microsoft has released the first CTP for ADO.NET vNext which implements their vision for an Entity Framework to simplify data access. The ADO.NET Entity Framework supports Object Relational Mapping scenarios using ADO.NET Entities, in this build you can: Query of persistent Entities using LINQ to Entities...
    Posted to Loosely Coupled // Tim Marman's Weblog (Weblog) by Tim Marman on 09-05-2006, 12:00 AM
    Filed under: .NET, Technology, Software Development, C#
  • Halloween Horror: The SQL Timeout

    I don’t know when it started or why, but I love Halloween (and autumn for that matter). So keeping the tradition of Halloween alive, I’ve decided to share some “horror” stories from the software/IT field over the next few weeks. The SQL Timeout… A few years ago, myself...
    Posted to Craig Gemmill's Blog (Weblog) by CraigG on 10-09-2006, 12:00 AM
    Filed under: .NET, VB.NET, C#, ASP.NET, Software Development, SQL Server
  • Halloween Horror: The SQL Timeout

    I don’t know when it started or why, but I love Halloween (and autumn for that matter). So keeping the tradition of Halloween alive, I’ve decided to share some “horror” stories from the software/IT field over the next few weeks. The SQL Timeout… A few years ago, myself...
    Posted to Craig Gemmill's Blog (Weblog) by CraigG on 10-09-2006, 12:00 AM
    Filed under: .NET, VB.NET, C#, ASP.NET, Software Development, SQL Server
  • ADO.NET vNext CTP (Aug 2006) available

    Microsoft has released the first CTP for ADO.NET vNext which implements their vision for an Entity Framework to simplify data access. The ADO.NET Entity Framework supports Object Relational Mapping scenarios using ADO.NET Entities, in this build you can: Query of persistent Entities using LINQ to Entities...
    Posted to This blog has moved (Weblog) by Tim Marman on 09-05-2006, 12:00 AM
    Filed under: .NET, Technology, Software Development, C#
  • Nullable Value Types and the Null Coalescing Operator

    Scott recently discovered one of my favorite syntactic niceties in C# 2.0, the Null Coalescing Operator. This operator allows you to return the left side of the statement if it is not null, otherwise return what is on the right. In other words, instead of writing code like this: if (o != null ) return...
    Posted to This blog has moved (Weblog) by Tim Marman on 08-08-2006, 12:00 AM
    Filed under: .NET, Software Development, C#
Page 1 of 3 (30 items) 1 2 3 Next >
Page view counter