<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Membership</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Membership</description>
  <pubDate>Sun, 12 Apr 2026 17:32:59 -700</pubDate>
  <lastBuildDate>Tue, 28 Dec 2010 13:11:30 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2392</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Membership : merc;The UserInformation class...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2392&amp;PID=9494#9494</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2392<br /><strong>Posted:</strong> 28-Dec-2010 at 1:11pm<br /><br />merc;<div><br></div><div>The UserInformation class on the sample solution is a POCO class and as such can be implemented in various ways. We left the GetUsers method to return null so as to leave the implementation up to the developers.</div><div><br></div><div>In summary, the UserInformation is only persisted during runtime and is stored inside the RegistrationManager cache. If you look at the properties of UserInformation, they are fields from various tables in the aspnetdb.&nbsp;</div><div><br></div><div>UserInformation.UserName is from dbo.aspnetdb_Users table</div><div>UserInformation.Password, UserInformation.Email, UserInformation.Question, and UserInformation.Answer are from dbo.aspnetdb_Membership table</div><div><br></div><div>So to implement the GetUsers method, you can do the following:</div><div><br></div><div>1. Retrieve the UserInformation from RegistrationManager cache.</div><div><br></div><div>or</div><div><br></div><div>2. Retrieve UserInformation already stored in the database by retrieving those various properties from aspnetdb.</div><div><br></div><div>or</div><div><br></div><div>3. Do both.</div><div><br></div><div>You can read more about POCO support in DevForce here.</div><div><br></div><div><a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/POCOSupportInDevForce" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/POCOSupportInDevForce</a></div><div><br></div><div>Hope this helps.</div>]]>
   </description>
   <pubDate>Tue, 28 Dec 2010 13:11:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2392&amp;PID=9494#9494</guid>
  </item> 
  <item>
   <title>Membership : Example from ASPNET Membership...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2392&amp;PID=9489#9489</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1033" rel="nofollow">merc</a><br /><strong>Subject:</strong> 2392<br /><strong>Posted:</strong> 27-Dec-2010 at 11:46pm<br /><br /><div>Example from ASPNET Membership with Registration</div><div>how can I call this code</div><div><br></div><div>&nbsp;public IEnumerable&lt;UserInformation&gt; GetUsers() {</div><div>&nbsp;&nbsp; &nbsp; &nbsp;return null;</div><div>&nbsp;&nbsp; &nbsp;}</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 27 Dec 2010 23:46:09 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2392&amp;PID=9489#9489</guid>
  </item> 
  <item>
   <title>Membership : Hi merc;I&amp;#039;m sorry but I don&amp;#039;t...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2392&amp;PID=9486#9486</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2392<br /><strong>Posted:</strong> 27-Dec-2010 at 6:05pm<br /><br />Hi merc;<div><br></div><div>I'm sorry but I don't understand your question. Could you explain again with code samples?</div>]]>
   </description>
   <pubDate>Mon, 27 Dec 2010 18:05:51 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2392&amp;PID=9486#9486</guid>
  </item> 
  <item>
   <title>Membership : I can not call to get list of...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2392&amp;PID=9461#9461</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1033" rel="nofollow">merc</a><br /><strong>Subject:</strong> 2392<br /><strong>Posted:</strong> 23-Dec-2010 at 1:32am<br /><br />I can not call to get list of users, and also update them in the Membership, can give the sample code.&nbsp;<div>The examples do not have this code.</div><div>Thx.</div>]]>
   </description>
   <pubDate>Thu, 23 Dec 2010 01:32:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2392&amp;PID=9461#9461</guid>
  </item> 
 </channel>
</rss>