<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://dotnet.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Tips &amp; Tricks</title>
 <link>http://dotnet.sys-con.com/</link>
 <description>Latest articles from Tips &amp; Tricks</description>
 <language>en</language>
 <copyright>Copyright 2009 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Thu, 03 Dec 2009 04:51:08 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>How to Install CloudBerry Backup for Windows Home Server</title>
 <link>http://dotnet.sys-con.com/node/1202454</link>
 <description>&lt;p class=&quot;MsoNormal&quot;&gt;In this post we will explain how to install or re-install &lt;a href=&quot;http://www.cloudberrylab.com/default.aspx?page=backup-whs&quot;&gt;CloudBerry Backup&lt;/a&gt; add-on for Windows Home Server. &lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Originally it is from here &lt;a href=&quot;http://usingwindowshomeserver.com/2009/04/19/how-to-install-or-remove-an-add-in-for-windows-home-server/&quot; target=&quot;_blank&quot;&gt;http://usingwindowshomeserver.com/2009/04/19/how-to-install-or-remove-an-add-in-for-windows-home-server/&lt;/a&gt;&lt;/p&gt;  &lt;ol style=&quot;margin-top:0in&quot; start=&quot;1&quot; type=&quot;1&quot;&gt;  &lt;li class=&quot;MsoNormal&quot; style=&quot;mso-list:l0 level1 lfo1;tab-stops:list .5in&quot;&gt;Open      WHS server shared folder: &lt;i&gt;\\YOUR WHS\Shared      Folders\Software\Add-Ins&lt;/i&gt;&lt;/li&gt;  &lt;li class=&quot;MsoNormal&quot; style=&quot;mso-list:l0 level1 lfo1;tab-stops:list .5in&quot;&gt;Copy      the add-in (it is likely to be called &lt;i&gt;WHS_CloudBerryOnlineBackupSetup_v1.3.1.371o.msi&lt;/i&gt;)      to the Add-Ins folder. &lt;/li&gt;  &lt;li class=&quot;MsoNormal&quot; style=&quot;mso-list:l0 level1 lfo1;tab-stops:list .5in&quot;&gt;Launch      the Windows Home Server Console.&lt;/li&gt;  &lt;li class=&quot;MsoNormal&quot; style=&quot;mso-list:l0 level1 lfo1;tab-stops:list .5in&quot;&gt;Click      the Settings button on the Windows Home Server Console to open the      Settings screen.&lt;/li&gt;  &lt;li class=&quot;MsoNormal&quot; style=&quot;mso-list:l0 level1 lfo1;tab-stops:list .5in&quot;&gt;Click      Add-ins in the left pane.&lt;/li&gt;  &lt;li class=&quot;MsoNormal&quot; style=&quot;mso-list:l0 level1 lfo1;tab-stops:list .5in&quot;&gt;Click      the Available tab. You should now see CloudBerry Online Backup add-in      listed.&lt;/li&gt; &lt;/ol&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Please note you should uninstall previous versions of CloudBerry Online Backup if you ever had it before.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;___&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://www.cloudberrylab.com/default.aspx?page=backup-whs&quot;&gt;CloudBerry S3 Backup&lt;/a&gt; for Windows Home Server is WHS add-on that automates data backup and restore to online storage powered by &lt;a href=&quot;http://aws.amazon.com/s3/&quot;&gt;Amazon S3&lt;/a&gt; cloud storage. It comes with onetime fee of $29.99 (US) and you can download fully functional 30 days evaluation version at &lt;a href=&quot;http://www.cloudberrylab.com/default.aspx?page=backup-whs&quot;&gt;http://www.cloudberrylab.com/default.aspx?page=backup-whs&lt;/a&gt; &lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Like our products? Please help us spread the word about them. &lt;a href=&quot;http://www.cloudberrylab.com/default.aspx?page=linkus&quot;&gt;Learn here&lt;/a&gt; how to do it. &lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/8805785080317614387-1634560633849602700?l=blog.cloudberrylab.com&#039; alt=&#039;&#039; /&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/1202454&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 29 Nov 2009 09:00:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/1202454</guid>
</item>
<item>
 <title>Using SQL Server Integration Services</title>
 <link>http://dotnet.sys-con.com/node/1202440</link>
 <description>Integrating data into applications or reports is one of the most important, expensive and exacting activities in building enterprise data warehousing and reporting applications. SQL Server Integration Services which first appeared in MS SQL Server 2005 and continued into MS SQL Server 2008 provides a one-stop solution to the ETL Process. The ETL Process consists of extracting data from a data source, transforming the data so that it can get in cleanly into the destination followed by loading the transformed data to the destination. Enterprise data can be of very different kinds ranging from flat files to data stored in relational databases. Recently storing and exchanging&amp;nbsp;data in XML&amp;nbsp; has become common as exchanging data in XML format has many advantages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;em&gt;This article describes how you may extract data in XML from your database using a stored procedure and persist it to the file system in either XML or text formats using Microsoft SQL Server Integration Services.&lt;/em&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.packtpub.com/article/writing-xml-data-to-file-system-with-ssis&quot;&gt;&lt;strong&gt;Writing XML data to the File System with SSIS&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You may also want to read these recent articles on SSIS:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.packtpub.com/article/mysql-data-transfer-using-sql-server-integration-services-ssis?utm_source=rk_jay2_1109&amp;amp;utm_medium=content&amp;amp;utm_campaign=ramsai&quot;&gt;MySQL Data Transfer using SQL Server Integration Services (SSIS)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.packtpub.com/article/ground-to-sql-azure-cloud-migration-using-ms-ssis?utm_source=rk_jay2_1109&amp;amp;utm_medium=content&amp;amp;utm_campaign=ramsai&quot;&gt;Ground to SQL Azure migration using MS SQL Server Integration Services&lt;/a&gt; &lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
Read my&lt;a href=&quot;http://www.packtpub.com/sql-server-integration-services-visual-studio-2005/book&quot;&gt; book&lt;/a&gt; and get a handle on many other package tasks: &lt;br /&gt;
&amp;nbsp;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-4748320486991328780?l=hodentek.blogspot.com&#039; alt=&#039;&#039; /&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/1202440&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 29 Nov 2009 00:45:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/1202440</guid>
</item>
<item>
 <title>How to Solve &#039;Unknown&#039; Partition Issue in Windows</title>
 <link>http://dotnet.sys-con.com/node/1198818</link>
 <description>Each physical disk is partitioned into several partitions. The disk MBR (Master Boot Record) and optionally EBRs (Extended Boot Records) hold the metadata information of these partitions. These tables collectively form partition table.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/1198818&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 24 Nov 2009 10:00:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/1198818</guid>
</item>
<item>
 <title>Backing Up SharePoint Effectively </title>
 <link>http://dotnet.sys-con.com/node/1198037</link>
 <description>Microsoft SharePoint is a fantastic tool for enterprise document management and collaboration. But having said that, there are challenges that come up when integrating this system into your corporate disaster recovery planning. In this article, I&#039;d like to explore some of these challenges and offer potential solutions. &lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/1198037&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 23 Nov 2009 13:00:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/1198037</guid>
</item>
<item>
 <title>Windows Startup Files Corruption on Intel x86-based Computer</title>
 <link>http://dotnet.sys-con.com/node/1181592</link>
 <description>When you install Windows on a computer system that uses Intel x86-based processor, the chances that its key boot files become corrupted. Windows uses four basic boot files on an Intel x86-based system.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/1181592&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 11 Nov 2009 03:30:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/1181592</guid>
</item>
<item>
 <title>Disk Controller Failure Is Evident and Cause Data Loss</title>
 <link>http://dotnet.sys-con.com/node/1138950</link>
 <description>When the disk controller gets damaged or it fails, hard drive become inaccessible, undetectable in BIOS and renders the system unbootable. Same problem may also occur if your hard drive is malfunction due to either logical or physical problems. It might result into serious data loss and you need to opt for Hard Drive Recovery to get your mission critical data back.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/1138950&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 09 Oct 2009 12:36:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/1138950</guid>
</item>
<item>
 <title>Resolving “Data Error Reading Drive C” in Microsoft Windows</title>
 <link>http://dotnet.sys-con.com/node/1137197</link>
 <description>Sometimes when you start your Windows computer or while working on it, the operating system can not read the drive and shows some error messages. If the problem occurs with C drive, then system does not boot up and all of the data stored on your Windows hard drive become inaccessible.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/1137197&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 09 Oct 2009 12:36:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/1137197</guid>
</item>
<item>
 <title>Using the Microsoft Chart Controls in PowerBuilder</title>
 <link>http://dotnet.sys-con.com/node/1076828</link>
 <description>You may not be aware of this, but Microsoft now provides a rather powerful charting control free of charge as an add-in for .NET 3.5. It’s available for download at &lt;a href=&quot;http://xrl.us/ben3pm&quot; title=&quot;http://xrl.us/ben3pm&quot;&gt;http://xrl.us/ben3pm&lt;/a&gt;. Because it supports 35 different chart types (see Figure 1), it can add significant new charting capability to PowerBuilder applications.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/1076828&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 27 Aug 2009 08:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/1076828</guid>
</item>
<item>
 <title>Converting a PowerBuilder 10.5 Client/Server Application to PB 11 Web Forms</title>
 <link>http://dotnet.sys-con.com/node/656852</link>
 <description>As a long-time PB developer, I have successfully created or maintained many PB applications for clients and for myself. Since day one, I was impressed with the ease with which applications can be created using PowerBuilder. Although I had been exposed to Visual Studio and other client/server tools, I have always felt PB was the better product. &lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/656852&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 27 Aug 2008 15:36:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/656852</guid>
</item>
<item>
 <title>Timing the Market with Distributed Genetics</title>
 <link>http://dotnet.sys-con.com/node/579373</link>
 <description>I&#039;ve always been puzzled by the ability of some traders to consistently make money. A cynic would say that anyone who is able to profit in all adverse economic environments (recessions, depressions, etc.) is most likely able to do so because they are getting information that is not generally available. Although the cynic might mean &#039;inside&#039; information by this statement, I believe that there is a non-cynical interpretation of this statement that is, to some degree, correct.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/579373&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 30 May 2008 12:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/579373</guid>
</item>
<item>
 <title>CLINQ v1.1.0.0 Released</title>
 <link>http://dotnet.sys-con.com/node/558405</link>
 <description>CLINQ v1.1 has been released. Some of you may have already downloaded some of the new builds, but here&#039;s a rundown of what the new release includes: Support for Continuous Aggregation. Now, in addition to being able to have your result sets automatically update themselves in response to changes in the source set as well as changes to items in the source set, you can have aggregate scalar values that continuously update in the same fashion. The following is a list of the supported aggregation types that can now be done continuously:&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/558405&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 02 May 2008 17:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/558405</guid>
</item>
<item>
 <title>Using Visual .NET Components</title>
 <link>http://dotnet.sys-con.com/node/439197</link>
 <description>Microsoft recently released the Interop Forms Toolkit 2.0 in order to allow &#039;developers to incorporate VB.NET Forms and Controls into their VB6 applications&#039; (&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=934de3c5-dc85-4065-9327-96801e57b81d&amp;amp;DisplayLang=en&quot; title=&quot;www.microsoft.com/downloads/details.aspx?FamilyID=934de3c5-dc85-4065-9327-96801e57b81d&amp;amp;DisplayLang=en&quot;&gt;www.microsoft.com/downloads/details.aspx?FamilyID=934de3c5-dc85-4065-932...&lt;/a&gt;).&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/439197&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 08 Oct 2007 13:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/439197</guid>
</item>
<item>
 <title>Flex Builder Shortcuts</title>
 <link>http://dotnet.sys-con.com/node/250599</link>
 <description>Adobe Flex Builder  has many convenient keyboard commands and hints that make your programming faster.  But this is a list of Flex Builder   shortcuts  that I use on a regular basis&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/250599&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 21 Jul 2006 22:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/250599</guid>
</item>
<item>
 <title>Implementing Patterns with Generics</title>
 <link>http://dotnet.sys-con.com/node/204813</link>
 <description>It&#039;s been a few months since Visual Studio 2005 was released. In that time you&#039;ve probably seen and read quite a bit about generics. Unfortunately all those articles and presentations can leave you with the impression that generics are useful only in the context of collections (List, Dictionary&lt;K,V&gt;, Queue, and so on).&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/204813&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 17 Apr 2006 14:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/204813</guid>
</item>
<item>
 <title>Cover Story: Understanding Base64 Encoding</title>
 <link>http://dotnet.sys-con.com/node/192527</link>
 <description>If you work in a .NET environment you have probably come across Base64 encoded data. For example, Base64 encoding is used in ASP.NET for a Web application&#039;s ViewState value, as shown in Figure 1. Base64 encoding is also used to transmit binary data over e-mail. However, if you are like most of my colleagues (and me until recently) you do not have a thorough understanding of precisely what Base64 encoding is and when Base64 encoding should be used. In the this article I will explain exactly what Base64 encoding is, show you how to use the two primary .NET Framework methods that support Base64 encoding and decoding, and present a lightweight, custom C# implementation of Base64 encoding and decoding methods. This article assumes you are a .NET developer, tester, or manager and have intermediate level C# coding skill. After reading the article you&#039;ll have a solid grasp of Base64 encoding as well as the ability to write your own custom encoding methods. I think you&#039;ll find the ability to use Base64 encoded data is a valuable addition to your skill set.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/192527&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 19 Mar 2006 09:00:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/192527</guid>
</item>
<item>
 <title>DataWindow.NET How To: DataWindow Formatting</title>
 <link>http://dotnet.sys-con.com/node/171173</link>
 <description>In this article, we&#039;re going to look at how DataWindow.NET technology is a simpler but more powerful way of formatting data in the presentation layer. We&#039;ll be taking a sample application provided by Microsoft for .NET and implementing it using DataWindow.NET technology.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/171173&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 03 Feb 2006 14:00:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/171173</guid>
</item>
<item>
 <title>The OO Database Advantage</title>
 <link>http://dotnet.sys-con.com/node/171166</link>
 <description>Here&#039;s a question: If you write your application&#039;s code in an OO language - such as C#, VB.NET, or managed C++ - why not write database query and update code in the same language? It would certainly make life simpler, wouldn&#039;t it? At the very least, you&#039;d only have to hold one language in your head - not your programming language and SQL.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/171166&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 22 Jan 2006 14:00:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/171166</guid>
</item>
<item>
 <title>Customizing the Compilation Process and Tweak the Run Time For Superior Results</title>
 <link>http://dotnet.sys-con.com/node/153975</link>
 <description>I&#039;ve tried to make it a point to learn different programming languages throughout my career. It&#039;s not that I&#039;m fluent in multiple languages (for example, I wouldn&#039;t call myself an Eiffel expert by any stretch of the imagination), but by learning about a language&#039;s features and ideas I&#039;ve been able to broaden my perspective. This has its benefits when I&#039;m designing or implementing a piece of code, because I&#039;ve able to add different ideas into the code base that don&#039;t exist in the feature set of the language.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/153975&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 03 Dec 2005 23:15:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/153975</guid>
</item>
<item>
 <title>How to Write High-Performance C# Code</title>
 <link>http://dotnet.sys-con.com/node/46342</link>
 <description>Writing code that runs quickly is sometimes at odds with writing code quickly. C.A.R. Hoare, computer science luminary and discoverer of the QuickSort algorithm, famously proclaimed, &#039;Premature optimization is the root of all evil.&#039; The extreme programming design principle of &#039;You Aren&#039;t Gonna Need It&#039; (YAGNI) argues against implementing any features, including performance optimizations, until they&#039;re needed.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/46342&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 13 Sep 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/46342</guid>
</item>
<item>
 <title>.NET Makes Window Subclassing Easy - Tap into Windows OS messages</title>
 <link>http://dotnet.sys-con.com/node/39039</link>
 <description>Imagine you are coding a .NET application that must perform some logic when a CD is inserted into the drive. Unfortunately, there is no standard event visible to your application that gets fired when a CD is inserted. Windows knows when a user puts a CD in the drive, but how can it notify your application?&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/39039&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 10 Dec 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/39039</guid>
</item>
<item>
 <title>Get the Most Out of .NET</title>
 <link>http://dotnet.sys-con.com/node/38916</link>
 <description>Here are some tips on how to improve the performance of your .NET applications. In the old Visual Basic 6 world, string manipulation was a performance issue that many developers spent time dealing with.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/38916&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 21 Jul 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/38916</guid>
</item>
</channel>
</rss>
