<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Data Sampler</title><link>http://datasampler.codeplex.com/project/feeds/rss</link><description>The library allows the developer to quickly create dummy data or it can also be used to save a set of data that was originally retrieved from the database.</description><item><title>Updated Wiki: Documentation</title><link>https://datasampler.codeplex.com/documentation?version=5</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;This dll has dependencies on Newtonsoft.Json&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Create sample 10 sample data for the class poco:&lt;/b&gt;&lt;br /&gt;&lt;span class="codeInline"&gt; List&amp;lt;PocoEvents&amp;gt; EventsList = SamplerServices&amp;lt;PocoEvents&amp;gt;.CreateSampleData(10); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Save sample data for later use.&lt;/b&gt;&lt;br /&gt;&lt;span class="codeInline"&gt; SamplerServices&amp;lt;PocoEvents&amp;gt;.SaveToFile(EventsList); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Load the saved sample data&lt;/b&gt;&lt;br /&gt;&lt;span class="codeInline"&gt; var eventList = SamplerServices&amp;lt;PocoEvents&amp;gt;.LoadSavedFile(); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Create sample data with options&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;     SamplerOptions options = new SamplerOptions();
     options.PropertyOptions.Add(&amp;quot;Id&amp;quot;, SamplerOptions.Options.IsUnique);
     options.PropertyOptions.Add(&amp;quot;LongText&amp;quot;, SamplerOptions.Options.Paragraph);
     options.PropertyOptions.Add(&amp;quot;CreatedDt&amp;quot;, SamplerOptions.Options.IsUnique);
     List&amp;lt;PocoEvents&amp;gt; EventsList = SamplerServices&amp;lt;PocoEvents&amp;gt;.CreateSampleData(100, options);
&lt;/pre&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsucupira</author><pubDate>Tue, 23 Apr 2013 23:08:37 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20130423110837P</guid></item><item><title>Updated Wiki: Documentation</title><link>https://datasampler.codeplex.com/documentation?version=4</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Create sample 10 sample data for the class poco:&lt;/b&gt;&lt;br /&gt;&lt;span class="codeInline"&gt; List&amp;lt;PocoEvents&amp;gt; EventsList = SamplerServices&amp;lt;PocoEvents&amp;gt;.CreateSampleData(10); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Save sample data for later use.&lt;/b&gt;&lt;br /&gt;&lt;span class="codeInline"&gt; SamplerServices&amp;lt;PocoEvents&amp;gt;.SaveToFile(EventsList); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Load the saved sample data&lt;/b&gt;&lt;br /&gt;&lt;span class="codeInline"&gt; var eventList = SamplerServices&amp;lt;PocoEvents&amp;gt;.LoadSavedFile(); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Create sample data with options&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;     SamplerOptions options = new SamplerOptions();
     options.PropertyOptions.Add(&amp;quot;Id&amp;quot;, SamplerOptions.Options.IsUnique);
     options.PropertyOptions.Add(&amp;quot;LongText&amp;quot;, SamplerOptions.Options.Paragraph);
     options.PropertyOptions.Add(&amp;quot;CreatedDt&amp;quot;, SamplerOptions.Options.IsUnique);
     List&amp;lt;PocoEvents&amp;gt; EventsList = SamplerServices&amp;lt;PocoEvents&amp;gt;.CreateSampleData(100, options);
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;This dll has dependencies on Newtonsoft.Json&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsucupira</author><pubDate>Tue, 23 Apr 2013 23:07:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20130423110757P</guid></item><item><title>Created Release: Beta 0.3 (Apr 23, 2013)</title><link>https://datasampler.codeplex.com/releases?ReleaseId=105552</link><description>&lt;div class="wikidoc"&gt;Fixing issues with objects that doesn&amp;#39;t have a default constructor. Also fixing issues when trying to generate sample data to primary object types, and strings.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsucupira</author><pubDate>Tue, 23 Apr 2013 23:07:03 GMT</pubDate><guid isPermaLink="false">Created Release: Beta 0.3 (Apr 23, 2013) 20130423110703P</guid></item><item><title>Released: Beta 0.3 (Apr 23, 2013)</title><link>http://datasampler.codeplex.com/releases/view/105552</link><description>
&lt;div class="wikidoc"&gt;Fixing issues with objects that doesn&amp;#39;t have a default constructor. Also fixing issues when trying to generate sample data to primary object types, and strings.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Tue, 23 Apr 2013 23:07:03 GMT</pubDate><guid isPermaLink="false">Released: Beta 0.3 (Apr 23, 2013) 20130423110703P</guid></item><item><title>Source code checked in, #23300</title><link>http://datasampler.codeplex.com/SourceControl/changeset/changes/23300</link><description>Fixing issues with objects that doesn&amp;#39;t have a default constructor. Also fixing issues when trying to generate sample data to primary object types, and strings</description><author>jsucupira</author><pubDate>Tue, 23 Apr 2013 23:04:30 GMT</pubDate><guid isPermaLink="false">Source code checked in, #23300 20130423110430P</guid></item><item><title>Updated Release: Beta 0.2 (Feb 13, 2013)</title><link>http://datasampler.codeplex.com/releases/view/101872</link><description>&lt;div class="wikidoc"&gt;This release fixes the issue of trying serialize an object that contain interface as one of its property.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;The library now has a dependency on Newtonsoft.Json v4.0&lt;/b&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsucupira</author><pubDate>Fri, 22 Feb 2013 01:31:44 GMT</pubDate><guid isPermaLink="false">Updated Release: Beta 0.2 (Feb 13, 2013) 20130222013144A</guid></item><item><title>Released: Beta 0.2 (Feb 13, 2013)</title><link>http://datasampler.codeplex.com/releases/view/101872</link><description>
&lt;div class="wikidoc"&gt;This release fixes the issue of trying serialize an object that contain interface as one of its property.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;The library now has a dependency on Newtonsoft.Json v4.0&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 22 Feb 2013 01:31:44 GMT</pubDate><guid isPermaLink="false">Released: Beta 0.2 (Feb 13, 2013) 20130222013144A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://datasampler.codeplex.com/documentation?version=3</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Create sample 10 sample data for the class poco:&lt;/b&gt;&lt;br /&gt;&lt;span class="codeInline"&gt; List&amp;lt;PocoEvents&amp;gt; EventsList = SamplerServices&amp;lt;PocoEvents&amp;gt;.CreateSampleData(10); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Save sample data for later use.&lt;/b&gt;&lt;br /&gt;&lt;span class="codeInline"&gt; SamplerServices&amp;lt;PocoEvents&amp;gt;.SaveToFile(EventsList); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Load the saved sample data&lt;/b&gt;&lt;br /&gt;&lt;span class="codeInline"&gt; var eventList = SamplerServices&amp;lt;PocoEvents&amp;gt;.LoadSavedFile(); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Create sample data with options&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;     SamplerOptions options = new SamplerOptions();
     options.PropertyOptions.Add(&amp;quot;Id&amp;quot;, SamplerOptions.Options.IsUnique);
     options.PropertyOptions.Add(&amp;quot;LongText&amp;quot;, SamplerOptions.Options.Paragraph);
     options.PropertyOptions.Add(&amp;quot;CreatedDt&amp;quot;, SamplerOptions.Options.IsUnique);
     List&amp;lt;PocoEvents&amp;gt; EventsList = SamplerServices&amp;lt;PocoEvents&amp;gt;.CreateSampleData(100, options);
&lt;/pre&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsucupira</author><pubDate>Fri, 22 Feb 2013 01:17:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20130222011742A</guid></item><item><title>Updated Wiki: Home</title><link>http://datasampler.codeplex.com/wikipage?version=4</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Data Sampler is a .Net library intended to help developers to quick create sample data for unit test purpose.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;•	Ability to quickly create dummy data for your classes&lt;br /&gt;•	Ability to save a set of data to a file, so that data can be re-used for your unit tests&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Information&lt;/b&gt;&lt;br /&gt;This is a .Net 4.0 library.&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsucupira</author><pubDate>Wed, 13 Feb 2013 20:45:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130213084541P</guid></item><item><title>New Post: Unable to Serializing ICollection&lt;T&gt;</title><link>http://datasampler.codeplex.com/discussions/395801</link><description>&lt;div style="line-height: normal;"&gt;I solved this issue by using Newton.Json to serialize the object instead of trying to serialize with xml.&lt;br /&gt;
&lt;/div&gt;</description><author>jsucupira</author><pubDate>Wed, 13 Feb 2013 20:27:19 GMT</pubDate><guid isPermaLink="false">New Post: Unable to Serializing ICollection&lt;T&gt; 20130213082719P</guid></item><item><title>Created Release: Beta 0.2 (Feb 13, 2013)</title><link>http://datasampler.codeplex.com/releases?ReleaseId=101872</link><description>&lt;div class="wikidoc"&gt;This release fixes the issue of trying serialize an object that contain interface as one of its property.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsucupira</author><pubDate>Wed, 13 Feb 2013 20:25:46 GMT</pubDate><guid isPermaLink="false">Created Release: Beta 0.2 (Feb 13, 2013) 20130213082546P</guid></item><item><title>Released: Beta 0.2 (Feb 13, 2013)</title><link>http://datasampler.codeplex.com/releases/view/101872</link><description>
&lt;div class="wikidoc"&gt;This release fixes the issue of trying serialize an object that contain interface as one of its property.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 13 Feb 2013 20:25:46 GMT</pubDate><guid isPermaLink="false">Released: Beta 0.2 (Feb 13, 2013) 20130213082546P</guid></item><item><title>Source code checked in, #21690</title><link>http://datasampler.codeplex.com/SourceControl/changeset/changes/21690</link><description>Fixed the issue with the interface serialization</description><author>jsucupira</author><pubDate>Wed, 13 Feb 2013 20:19:53 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21690 20130213081953P</guid></item><item><title>Source code checked in, #21689</title><link>http://datasampler.codeplex.com/SourceControl/changeset/changes/21689</link><description></description><author>jsucupira</author><pubDate>Wed, 13 Feb 2013 20:18:33 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21689 20130213081833P</guid></item><item><title>Source code checked in, #21687</title><link>http://datasampler.codeplex.com/SourceControl/changeset/changes/21687</link><description>Branched from &amp;#36;&amp;#47;datasampler&amp;#47;Main</description><author>jsucupira</author><pubDate>Wed, 13 Feb 2013 19:24:15 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21687 20130213072415P</guid></item><item><title>Source code checked in, #21686</title><link>http://datasampler.codeplex.com/SourceControl/changeset/changes/21686</link><description></description><author>jsucupira</author><pubDate>Wed, 13 Feb 2013 19:23:38 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21686 20130213072338P</guid></item><item><title>Updated Release: Alpha Release 1.1 (Dec 09, 2012)</title><link>http://datasampler.codeplex.com/releases/view/98896</link><description>&lt;div class="wikidoc"&gt;This release contains a fix to a bug.  Before if one of your option was to create an unique Guid, the application would throw an exception.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsucupira</author><pubDate>Sun, 09 Dec 2012 22:22:07 GMT</pubDate><guid isPermaLink="false">Updated Release: Alpha Release 1.1 (Dec 09, 2012) 20121209102207P</guid></item><item><title>Released: Alpha Release 1.1 (Dec 09, 2012)</title><link>http://datasampler.codeplex.com/releases/view/98896</link><description>
&lt;div class="wikidoc"&gt;This release contains a fix to a bug. Before if one of your option was to create an unique Guid, the application would throw an exception.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 09 Dec 2012 22:22:07 GMT</pubDate><guid isPermaLink="false">Released: Alpha Release 1.1 (Dec 09, 2012) 20121209102207P</guid></item><item><title>Updated Release: Alpha Release 1.1</title><link>http://datasampler.codeplex.com/releases/view/98896</link><description>&lt;div class="wikidoc"&gt;This release contains a fix to a bug.  Before if one of your option was to create an unique Guid, the application would throw an exception.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsucupira</author><pubDate>Sun, 09 Dec 2012 22:18:26 GMT</pubDate><guid isPermaLink="false">Updated Release: Alpha Release 1.1 20121209101826P</guid></item><item><title>Updated Release: Alpha Release 1.1</title><link>http://datasampler.codeplex.com/releases/view/98896</link><description>&lt;div class="wikidoc"&gt;This release contains a fix to a bug.  Before if one of your option was to create an unique Guid, the application would throw an exception.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsucupira</author><pubDate>Sun, 09 Dec 2012 22:17:33 GMT</pubDate><guid isPermaLink="false">Updated Release: Alpha Release 1.1 20121209101733P</guid></item></channel></rss>