<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Alteridem Consulting</title>
	<link>http://www.alteridem.net</link>
	<description>Software by Design</description>
	<lastBuildDate>Tue, 22 Jul 2008 13:28:14 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Extending CopyHelper using Extension Methods</title>
		<description>In my last two posts, I have been developing a small utility library to do the grunt work of copying data from an instance of one class to an instance of another type. The Copier class from my last post allows me to copy all public properties from one class ...</description>
		<link>http://www.alteridem.net/2008/07/22/extending-copyhelper-using-extension-methods/</link>
			</item>
	<item>
		<title>Extending CopyHelper using Generics</title>
		<description>In my last post, I created a method that does the grunt work of copying data from an instance of one class to an instance of another type. I often find myself copying data between the properties of my data layer classes and those of my user interface like this. ...</description>
		<link>http://www.alteridem.net/2008/07/21/extending-copyhelper-using-generics/</link>
			</item>
	<item>
		<title>Method to Copy Data Between Objects of Different Types</title>
		<description>One thing that I find tiresome when using the various Model/View patterns is the constant copying of data between the model and the view. Too often, I find myself writing code like this to copy data between an ICustomer and an ICustomerView;    // Copy the data from ...</description>
		<link>http://www.alteridem.net/2008/07/09/method-to-copy-data-between-objects-of-different-types/</link>
			</item>
	<item>
		<title>Read Properties from an MSI File</title>
		<description>Today I was working writing auto-updating for some software. I wanted to base it on the Product Version property in the installer MSI file, so I needed some code to read that from the file. It took a fair amount of searching and code tweaking, but I finally worked it ...</description>
		<link>http://www.alteridem.net/2008/05/20/read-properties-from-an-msi-file/</link>
			</item>
	<item>
		<title>log4net Slides and Example Code</title>
		<description>I have been contacted people who cannot attend my Toronto Code Camp session on log4net tomorrow requesting a copy of my presentation and example code.  I cannot find it posted on the Code Camp site, so here is a copy for anyone who is interested.

The presentation is in PowerPoint ...</description>
		<link>http://www.alteridem.net/2008/02/29/log4net-slides-and-example-code/</link>
			</item>
	<item>
		<title>Visual Studio Macro to switch between CPP and H files</title>
		<description>I've been doing a lot of managed C++ programming lately and I had forgotten what a pain it is switching back and forth between the header file and source file.&#160; Back in the days of Visual Studio 6 I had a macro that switched between the CPP and H file, ...</description>
		<link>http://www.alteridem.net/2008/02/26/visual-studio-macro-to-switch-between-cpp-and-h-files/</link>
			</item>
	<item>
		<title>Speaking at Toronto Code Camp</title>
		<description> I found out last week that I will be speaking at this year's Toronto Code Camp on March 1st.&#160; I will be giving an Introduction to log4net from 9:00 AM to 10:15 AM. I will begin the session with an overview of the license, features and capabilities of log4net, ...</description>
		<link>http://www.alteridem.net/2008/01/28/speaking-at-toronto-code-camp/</link>
			</item>
	<item>
		<title>The Stopwatch Class in .NET</title>
		<description>Do you ever find yourself using DateTime to time a section of code?&#160; Do you have code like the following?  DateTime start = DateTime.Now;

  // Perform a long process
   Thread.Sleep( 1968 );

  DateTime end = DateTime.Now;
  TimeSpan duration = end.Subtract( start );
  Console.WriteLine( ...</description>
		<link>http://www.alteridem.net/2008/01/14/the-stopwatch-class-in-net/</link>
			</item>
	<item>
		<title>Writing An Appender For log4net</title>
		<description>In log4net speak, an appender is an output destination for a log such as a file, the console, a database or even email.&#160; log4net ships with so many appenders that most of us will never need to write our own.&#160; There are cases where you may find a need for ...</description>
		<link>http://www.alteridem.net/2008/01/10/writing-an-appender-for-log4net/</link>
			</item>
	<item>
		<title>Quickly Find/Open a File in Visual Studio</title>
		<description>Here is a cool Visual Studio feature that almost nobody knows about. If you want to open up a file in your solution, but can't be bothered to dig down through your projects and folders to find it, try this,  Click in the Find box in the toolbar,  ...</description>
		<link>http://www.alteridem.net/2007/09/11/quickly-findopen-a-file-in-visual-studio/</link>
			</item>
</channel>
</rss>
