January, 2009 Articles

Exploding The Myth Of The Single Exit Point For Methods

Colin Scott explores explodes the myth of the “single exit point” school of thought which requires  all logical paths through

C# 4.0 Tutorial – Taking Advantage Of Parallel Computing For Multiple Cores

C# 4.0 tutorial with code snippets that shows you how to carry out parallel processing in .Net 4.0 on machines

Steve Ballmer Promises To Deliver The Best Windows OS Version Ever

Steve Ballmer promises to deliver the best windows OS version ever while unveiling Windows 7 (beta) to the World at CES 2009 Wednesday night in Las Vegas.

  • by Paul McDougall @ informationweek.com
  • 0
  • Top Stories
  • 08.Jan.2009

How To Create A Dynamic Xml Reader In C# 4.0

A detailed tutorial on Creating a dynamic Xml Reader In C# 4.0. Includes downloadable source code in a zip file

Geek Dinner in Oslo (Norway) This Wednesday

Goeran Organizes a Geek Dinner in Oslo (Norway) this Wednesday (07.Jan.2009).

Pragmatic Works Announces the 2009 “How Big Is Your Package” Contest.

PragmaticWorks Announces the 2009 “How Big Is Your Package” Contest.

Select From One Table For Data That Doesn’t Exist In Another Table

Five different ways to query data from one table for data that doesn’t exist in another table.

Import Data Files In a Folder That Have Not Been Processed Yet Into Database

A detailed SSIS walk-through on how to import data files in a Folder into SQL Server, but only load the files that have not been processed yet.

Recursively Copy Files During Build Using the Task in MSBuild

C# .Net Temperature Struct Code for Fahrenheit and Celsius Manipulation

C# Helper Class For Indexed Property Access Without Using Subclasses

A C# helper class featuring lambdas that allows for indexed property without using subclasses.