<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href="/Data/Templates/DevCity.NET (Stretched)/RssDisplay.xslt" type="text/xsl"?>
<rss version="2.0">
  <channel>
    <title>DevCity.NET - Articles</title>
    <link>http://www.devcity.net</link>
    <description />
    <language>en-gb</language>
    <copyright>DevCity.NET</copyright>
    <generator>Developer Fusion RSS Feed Generator v1.0</generator>
    <webMaster>sergeb@vbcity.com</webMaster>
    <lastBuildDate>Fri, 05 Sep 2008 22:41:31 GMT</lastBuildDate>
    <ttl>20</ttl>
    <item>
      <title>WinForms and WPF Interop - The Best of Both Worlds</title>
      <link>http://www.devcity.net/Articles/353/1/.aspx</link>
      <description>&lt;p&gt;&lt;font face="Verdana"&gt;&amp;nbsp; Whenever I see a question along the lines of "How can I include an image alongside each item in a list of items or use more than one font, or varying background colors?" I&amp;nbsp;usually find myself muttering "WPF!".&amp;nbsp;&amp;nbsp;&amp;nbsp; This is a lot more sociable and positive than many of the&amp;nbsp;things I mutter as I sit here each day, but finally I've realised that I need to do something about it.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&amp;nbsp; The result is this article, which works through the steps needed to harness the rich UI features of WPF to the more familiar paradigm of Windows Forms.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&amp;nbsp;&amp;nbsp; The example used&amp;nbsp;will show you how easy it can be to use a WPF control in a Windows Forms application and you can use this article as the stepping stone to creating your own.&amp;nbsp; The ListBox layout shown below will be created in WPF and ported over to be used in a Windows Forms application.&lt;/font&gt;&lt;font face="Verdana"&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/p&gt;&lt;img alt="WPF ListBox Control Example" src="http://www.xtabvbcity.plus.com/Articles/WPFInWinForms/FinishedFormSmall.jpg" border="0"/&gt;</description>
      <author>Ged Mead</author>
      <pubDate>Sat, 12 Jul 2008 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>Web Application Security: Don't Bolt It On; Build It In</title>
      <link>http://www.devcity.net/Articles/354/1/.aspx</link>
      <description>In light of breaches in Web application security worldwide, the importance of catching potential areas for intrusion is necessary at the beginning. Performing application vulnerability testing during production (and not after a breach has been detected) can save a company thousands of dollars. The only way to ensure the highest level of security is to build it in from the outset.</description>
      <author>Caleb Sima</author>
      <pubDate>Thu, 12 Jun 2008 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>Multithreading The Easy Way: The BackgroundWorker</title>
      <link>http://www.devcity.net/Articles/352/1/.aspx</link>
      <description>&lt;p&gt;&lt;font face="Verdana"&gt;&amp;nbsp; Sometimes you may need&amp;nbsp; your application to work on a slow or time- consuming task in such a way that your user isn't kept waiting unnecessarily while this is happening.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&amp;nbsp;&amp;nbsp; The answer to this problem is to use multithreading.&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font face="Verdana"&gt;Having seen many forum questions about multithreading, I know that many people are a bit apprehensive about tackling it.&amp;nbsp; However,&amp;nbsp; a&lt;/font&gt;&lt;font face="Verdana"&gt;s it turns out, the BackgroundWorker component&amp;nbsp;is versatile&amp;nbsp;&amp;nbsp;and easy to use, providing a painless solution to this requirement.&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&amp;nbsp;&amp;nbsp; In this&amp;nbsp;article I will show you how you&amp;nbsp;can&amp;nbsp; incorporate the BackgroundWorker into your projects to give your users a more professional and less frustrating experience.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <author>Ged Mead</author>
      <pubDate>Sun, 01 Jun 2008 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>Windows Presentation Foundation: FlowDocuments (Part 1)</title>
      <link>http://www.devcity.net/Articles/351/1/.aspx</link>
      <description>When WPF first came on the scene, one of the features that got a lot of air time was the display of documents.&amp;nbsp; Leading edge projects like the NY Times Reader and the British Library manuscript display raised a lot of awareness of the possibilities.&amp;nbsp; Strangely though, since VS 2008 shipped there doesn't seem to have been a lot of mention of this part of the package.&amp;nbsp; So I thought I'd take a look at how easy (or not) document handling really is in WPF.</description>
      <author>Ged Mead</author>
      <pubDate>Tue, 01 Apr 2008 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>What You Need to Know about PCI Compliance and Web Application Security Policy Changes</title>
      <link>http://www.devcity.net/Articles/350/1/.aspx</link>
      <description>PCI compliance exists to protect consumers from credit fraud, and their data will be protected if rules are followed. If your business accepts credit cards, you are aware of changes to PCI compliance in June. Adherence to section 6.6 of the PCI compliance rules should have been met; if not, web application security must be integrated into existing applications. This mandate allows businesses to evaluate their security practices.</description>
      <author>Michael Sutton</author>
      <pubDate>Fri, 28 Mar 2008 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>SubMain CodeIt.Right 1.0</title>
      <link>http://www.devcity.net/Articles/348/1/.aspx</link>
      <description>&lt;p&gt;CodeIt.Right is a code analysis tool with a welcome twist - it can &lt;i&gt;automatically fix the code issues it finds.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;You can use CodeIt.Right in the Microsoft Visual Studio IDE to find AND automatically fix code issues in C# and Visual Basic code. Perform static code analysis with configurable rule sets to find code issues. Automatically fix code issues all at once, in groups, or one-at-a-time.&lt;/p&gt;</description>
      <author>Mike McIntyre</author>
      <pubDate>Mon, 10 Mar 2008 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>Rich Internet Applications: Has Microsoft Finally Seen the (Silver) Light?</title>
      <link>http://www.devcity.net/Articles/343/1/.aspx</link>
      <description>In response to other frameworks for rich Internet applications, Microsoft has introduced Silverlight. Microsoft Silverlight offers both similarities and differences to other options, including Adobe Flex and AJAX-based frameworks. Learn more about the major players creating frameworks for rich Internet applications, what the benefits and disadvantages are for each, and what Microsoft has to bring to the table.</description>
      <author>Charlie Fink</author>
      <pubDate>Fri, 11 Jan 2008 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>How to Retrieve EMC Centera Cluster/Pool Capabilities</title>
      <link>http://www.devcity.net/Articles/340/1/.aspx</link>
      <description>&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;p&gt;This article is part of a series of articles that I am writing to illustrate the use of EMC Centera SDK and the .NET wrapper being developed as open source project to store “fixed content” on the EMC Centera storage appliance. &lt;/p&gt;</description>
      <author>Adel Eddin</author>
      <pubDate>Tue, 08 Jan 2008 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>Exception Hunter 1.0</title>
      <link>http://www.devcity.net/Articles/341/1/.aspx</link>
      <description>&lt;p&gt;To help developers write high-quality .NET code Red-Gate Software has released Exception Hunter. Exception Hunter is a compile-time tool that analyzes .NET code and identifies what unhandled exceptions the code can throw.&lt;/p&gt;
&lt;p&gt;Preventing application exceptions that can be prevented and handling application exceptions that can not be prevented – are important aspects of a writing high-quality .NET code. &lt;br/&gt;&lt;/p&gt;</description>
      <author>Mike McIntyre</author>
      <pubDate>Thu, 03 Jan 2008 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>Installer Class and Custom Actions</title>
      <link>http://www.devcity.net/Articles/339/1/.aspx</link>
      <description>&lt;p&gt;&lt;font face="Arial" size="2"&gt;When the time come to deploy our applications using the "Setup and Deployment Project" template in Visual Studio .Net,&amp;nbsp;we get concerned about its power, the fact is that you can do a lot of things by implementing an "Installer Class" as part of the installation package's Custom Actions.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" size="2"&gt;The "Installer Class" object enables your Application's installation package to do several things on the machine where your application is getting installed, the Installer Class is nothing more than a program that you integrate with the installation package.&amp;nbsp;&amp;nbsp;&amp;nbsp; As such it will have access to all the resources on the target machine.&lt;/font&gt;&lt;/p&gt;</description>
      <author>Arnaldo Sandoval</author>
      <pubDate>Mon, 15 Oct 2007 00:00:00 GMT</pubDate>
      <subject />
    </item>
  </channel>
</rss>