<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Writings of Urda</title>
	<link>http://www.peter-urda.com</link>
	<description>One Man&#039;s Thoughts on Life, Technology, and Everything Else in Between</description>
	<lastBuildDate>Fri, 03 Sep 2010 20:15:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Write to XML with C#</title>
		<description><![CDATA[<p>So we can read XML in a variety of ways (<a  href="http://www.peter-urda.com/2010/08/extracting-information-from-xml-with-csharp">one example here</a>, <a  href="http://www.peter-urda.com/2010/08/using-linq-to-extract-information-from-xml-in-csharp">and another here</a>). So can we write it in C#? Of course we can! So lets jump right into shall we?</p>
<p><a  href="http://www.peter-urda.com/2010/09/write-to-xml-with-c-sharp" class="more-link">Click Here To Continue Reading &#8230;</a></p>
]]></description>
		<link>http://www.peter-urda.com/2010/09/write-to-xml-with-c-sharp</link>
			</item>
	<item>
		<title>Solution Folders in Visual Studio 2010 Explained</title>
		<description><![CDATA[<p>If you are new to Visual Studio, you may not be familiar with how &#8220;Solution Folders&#8221; work. Visual Studio allows you to group together any number of sub-projects that your root solution may contain. However, what is strange about Solution Folders in Visual Studio is that they do <em>not</em> create the same logical structure on your disk. Solution Folders will not create a mirror on your hard drive. They just create a logical grouping inside your Visual Studio Project. They will not move files around, or create directories for your projects when you create Solution Folders and place your projects inside them. It is a good practice to have your logical project structure to have a one-to-one relationship with your physical directory structure, and the behavior of the Solution Folders do not follow this. But there is a way for Visual Studio to create the physical structure on the disk when adding projects to the solution.</p>
<p><a  href="http://www.peter-urda.com/2010/09/solution-folders-in-visual-studio-2010-explained" class="more-link">Click Here To Continue Reading &#8230;</a></p>
]]></description>
		<link>http://www.peter-urda.com/2010/09/solution-folders-in-visual-studio-2010-explained</link>
			</item>
	<item>
		<title>Give Me the Stats, Jack!</title>
		<description><![CDATA[<p>Sometimes you need to take a specific set of data, crunch some numbers, and base selections on a <a  href="http://en.wikipedia.org/wiki/Normal_distribution">normal distribution</a>. Well there are plenty of equations and mathmatical processes to determine if and where `Object A` may fall. Is it close to the mean of a given dataset? Or is it so far out there it really does not fit the curve?</p>
<p><a  href="http://www.peter-urda.com/2010/09/give-me-the-stats-jack" class="more-link">Click Here To Continue Reading &#8230;</a></p>
]]></description>
		<link>http://www.peter-urda.com/2010/09/give-me-the-stats-jack</link>
			</item>
	<item>
		<title>Using LINQ to Extract Information from XML in C#</title>
		<description><![CDATA[<p><a  href="http://www.peter-urda.com/2010/08/extracting-information-from-xml-with-csharp">Yesterday I talked about using C# to extract information from a simple XML file</a>. Well today we can take it one step further. Instead of using the regular XML library and commands, we can use LINQ to build a query to extract the information we desire, and place it into our object list.</p>
<p><a  href="http://www.peter-urda.com/2010/08/using-linq-to-extract-information-from-xml-in-csharp" class="more-link">Click Here To Continue Reading &#8230;</a></p>
]]></description>
		<link>http://www.peter-urda.com/2010/08/using-linq-to-extract-information-from-xml-in-csharp</link>
			</item>
	<item>
		<title>Extracting Information From XML With C#</title>
		<description><![CDATA[<p>XML is a wonderful way to store information that needs to be read in by a machine or piece of software. It is simple to follow, and you can use it to store and transmit your custom data structures and information across an internet connection or in between bits of software on a local machine. C# has methods built in that can read and write XML files. So today I have put together a little program that will extract a few objects from an XML file in C# for you to see.</p>
<p><a  href="http://www.peter-urda.com/2010/08/extracting-information-from-xml-with-csharp" class="more-link">Click Here To Continue Reading &#8230;</a></p>
]]></description>
		<link>http://www.peter-urda.com/2010/08/extracting-information-from-xml-with-csharp</link>
			</item>
	<item>
		<title>Lambda Expressions and Delegates in C#</title>
		<description><![CDATA[<p>In a <a  href="http://www.peter-urda.com/2010/08/delegate-chain-of-command">previous post</a> I discussed chaining C# delegates together. In the source code example, I created a generic <em>DelegateMath</em> class to house a few basic math operations. This time we will replace those functions with simpler and shorter lambda expressions.</p>
<p><a  href="http://www.peter-urda.com/2010/08/lambda-expressions-and-delegates-in-csharp" class="more-link">Click Here To Continue Reading &#8230;</a></p>
]]></description>
		<link>http://www.peter-urda.com/2010/08/lambda-expressions-and-delegates-in-csharp</link>
			</item>
	<item>
		<title>Delegate Chain of Command</title>
		<description><![CDATA[<p>Another cool thing about delegates is the ability to chain them together. Say for example you have an object modification process, and you need a given object to be manipulated in a very specific order. Well you could use a delegate chain to accomplish that. For a simple example I have written up a C# delegate chain program that evaluates a mathematical expression following the order of operations by using a delegate chain.</p>
<p><a  href="http://www.peter-urda.com/2010/08/delegate-chain-of-command" class="more-link">Click Here To Continue Reading &#8230;</a></p>
]]></description>
		<link>http://www.peter-urda.com/2010/08/delegate-chain-of-command</link>
			</item>
	<item>
		<title>Testing and You</title>
		<description><![CDATA[<p>Today marked the beginning of my real co-op experience and work tasks here at Mercer. The morning started off with a conference call with dev-team members from China, India, and the rest of us here in Louisville via teleconferencing.  The reason for the meeting was to demo the new features and functionality of the latest release for a Mercer product. Deployment will be occurring later this week, but before that could happen some last minute testing needed to be done. I had the opportunity to get a rundown of the internals of the product, and from there performed testing on a new file manager to check for any missed bugs or problems. Throughout all of this I learned how Mercer developed any project starting from conception, to testing, and final delivery to production. While no single step is an easy task, Mercer&#8217;s method produces undeniable results and amazing software.</p>
<p><a  href="http://www.peter-urda.com/2010/08/testing-and-you" class="more-link">Click Here To Continue Reading &#8230;</a></p>
]]></description>
		<link>http://www.peter-urda.com/2010/08/testing-and-you</link>
			</item>
	<item>
		<title>The Orientation Dance</title>
		<description><![CDATA[<p><img class="alignright size-full wp-image-292" style="margin-left: 10px; margin-right: 10px;" title="Mercer Logo" src="http://www.peter-urda.com/wp/wp-content/uploads/2010/08/Mercer_logo.jpg" alt="Mercer Logo" width="192" height="69" />On Monday I started my first day of my second co-op with a new employer. I will be working with Mercer, a subsidiary of Marsh &#38; McLennan Companies, developing and supporting C# and .NET Mercer applications. The past two days have been filled with standard new hire training and orientation sessions and plenty of reading. However it is the brief product overview and C# introduction sessions I learned the most from.</p>
<p><a  href="http://www.peter-urda.com/2010/08/the-orientation-dance" class="more-link">Click Here To Continue Reading &#8230;</a></p>
]]></description>
		<link>http://www.peter-urda.com/2010/08/the-orientation-dance</link>
			</item>
	<item>
		<title>I&#8217;ve Never Really Known Anybody to Die Before</title>
		<description><![CDATA[<p>I have been meaning to post this for some time, while it has been up on my facebook for a while I think it is high time I <strike>added it to my blog</strike> [imported it from my old Blogger account into my current blog]. Here is my story about a good friend of mine&#8230;</p>
<p><a  href="http://www.peter-urda.com/2010/07/jon-yarden" class="more-link">Click Here To Continue Reading &#8230;</a></p>
]]></description>
		<link>http://www.peter-urda.com/2010/07/jon-yarden</link>
			</item>
</channel>
</rss>
