<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href="/Data/Templates/DevCityNET/RssDisplay.xslt" type="text/xsl"?>
<rss version="2.0">
  <channel>
    <title>DevCity.NET - Articles</title>
    <link>http://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>Wed, 10 Mar 2010 18:02:35 GMT</lastBuildDate>
    <ttl>20</ttl>
    <item>
      <title>Creating a ComboBox with Individual ToolTips for each Item</title>
      <link>http://devcity.net/Articles/391/1/.aspx</link>
      <description>

&lt;p&gt;In this article, Ged Mead demonstrates an easy way to use WPF and Windows Forms Interop to create and use a ComboBox that displays ToolTips for individual ComboBox items.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.xtabvbcity.plus.com/Blogs/ComboWithToolTips/ComboWithTips001.png" width="250" height="180"/&gt;&lt;/p&gt;</description>
      <author>Ged Mead</author>
      <pubDate>Mon, 28 Dec 2009 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>How to Ask the User for Input</title>
      <link>http://devcity.net/Articles/389/1/.aspx</link>
      <description>Visual Basic provides three easy ways to ask for input: MessageBox, InputBox and custom forms.&amp;nbsp; I'll talk a little about all three.</description>
      <author>Larry Blake</author>
      <pubDate>Tue, 27 Oct 2009 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>OOP Basics - Property Validation and Exceptions</title>
      <link>http://devcity.net/Articles/381/1/.aspx</link>
      <description>In this article, Ged Mead explains how to include validation in properties of a Class, how to throw and exception and how to use a Try-Catch block to handle the exception.</description>
      <author>Ged Mead</author>
      <pubDate>Mon, 07 Sep 2009 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>ADO.NET 3.5, LINQ, and the Entity Framework</title>
      <link>http://devcity.net/Articles/380/1/.aspx</link>
      <description>&lt;p&gt;&lt;font face="Arial"&gt;&lt;em&gt;&lt;strong&gt;Murach's ADO.NET 3.5, LINQ, and the Entity Framework&lt;/strong&gt;&lt;/em&gt; by Anne Boehm, comes in both Visual &lt;/font&gt;&lt;font face="Arial"&gt;Basic and C# 2008 versions.&amp;nbsp; Larry Blake reviews it.&lt;/font&gt;&lt;/p&gt;</description>
      <author>Larry Blake</author>
      <pubDate>Fri, 14 Aug 2009 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>Object Oriented Programming Basics - Methods</title>
      <link>http://devcity.net/Articles/379/1/.aspx</link>
      <description>&lt;p&gt;In the previous articles in this series, we covered basic Constructors, Fields and Properties.&lt;/p&gt;
&lt;p&gt;In this article, we will look at the ToString method, introduce the concept of Inheritance, use the Object Browser and learn about Overrides and Overridable.&amp;nbsp;&lt;/p&gt;</description>
      <author>Ged Mead</author>
      <pubDate>Tue, 11 Aug 2009 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>OOP Basics  - Constructors</title>
      <link>http://devcity.net/Articles/378/1/.aspx</link>
      <description>&lt;p&gt;In the previous Part, I created four fields and four corresponding properties in the Person class. &lt;/p&gt;
&lt;p&gt;In this Part we will look at Constructors.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/p&gt;</description>
      <author>Ged Mead</author>
      <pubDate>Sat, 01 Aug 2009 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>Beginning ASP.Net 3.5 in [C# / VB] 2008</title>
      <link>http://devcity.net/Articles/376/1/.aspx</link>
      <description>&lt;p&gt;Matthew MacDonald wrote&amp;nbsp;Visual Basic and C# versions of this book, with the subtitle "From Novice to Professional".&lt;/p&gt;
&lt;p&gt;Larry Blake reviews it.&lt;/p&gt;</description>
      <author>Larry Blake</author>
      <pubDate>Thu, 23 Jul 2009 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>Object Oriented Programming (OOP) - The Basics</title>
      <link>http://devcity.net/Articles/368/1/.aspx</link>
      <description>&lt;p&gt;This is the first article in a series that will cover the very&amp;nbsp;basics of OOP.&amp;nbsp; It is based on a course I used to run.&amp;nbsp;&amp;nbsp; When I first wrote this I wanted to create something that &lt;em&gt;I&lt;/em&gt; would have found useful in my very early VB.NET days.&amp;nbsp; A really from-the-bottom explanation that assumed I knew nothing about OOP which would walk me through the basics.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I hope I have managed to achieve this in this series.&lt;/p&gt;
&lt;p&gt;Part 1 covers Properties and Fields&lt;/p&gt;</description>
      <author>Ged Mead</author>
      <pubDate>Wed, 15 Jul 2009 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>How To Use The Visual State Manager(VSM) In Silverlight 2</title>
      <link>http://devcity.net/Articles/375/1/.aspx</link>
      <description>&lt;font size="2" face="Verdana"&gt;
&lt;p&gt;This article walks you through the steps involved in using The Visual State Manager in Silverlight 2. &lt;/p&gt;
&lt;p&gt;Most articles seem to use the button as the demonstration element - probably because that makes things very easy.&amp;nbsp; But as soon as you move away from the small core set of elements&amp;nbsp;such as&amp;nbsp;button that have States preset for you, you will find that you need a slightly different approach. &lt;/p&gt;
&lt;p&gt;In this article, I will cover both situations. &lt;/p&gt;&lt;/font&gt;</description>
      <author>Ged Mead</author>
      <pubDate>Fri, 26 Jun 2009 00:00:00 GMT</pubDate>
      <subject />
    </item>
    <item>
      <title>Customizing VS2008 default project templates</title>
      <link>http://devcity.net/Articles/367/1/.aspx</link>
      <description>This tutorial will guide you through the basic steps needed to alter the VB.NET Windows forms application project template in VS2008. Once you feel comfortable with this simple modification you can do the same for other project templates.</description>
      <author>Kevin Gallagher</author>
      <pubDate>Wed, 10 Jun 2009 00:00:00 GMT</pubDate>
      <subject />
    </item>
  </channel>
</rss>