<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Design of class' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Design of class' posted on the 'C#' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 16:32:38 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 16:32:38 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Design of class</title>
      <link>http://www.programmersheaven.com/mb/csharp/345803/345803/design-of-class/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I would like to know what is better/faster/ good design of class members??&lt;br /&gt;
&lt;br /&gt;
I have an application with a number of dialogs. Users can set their own standard values, and those will be loaded when any dialog is started. However users can set new standards with current dialog. Values are saved in xml-format.&lt;br /&gt;
&lt;br /&gt;
My question: what is the better design? Hold parameter-objects for each dialog as members in a default-Class, or hold an xmlDocument object as member and change individual nodes of the doc-object when setting standards???&lt;br /&gt;
&lt;br /&gt;
thanks c.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/345803/345803/design-of-class/</guid>
      <pubDate>Wed, 27 Sep 2006 02:33:46 -0700</pubDate>
      <category>C#</category>
    </item>
  </channel>
</rss>