<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>LiquidSilver SharePoint Framework</title><link>http://liquidsilver.codeplex.com/project/feeds/rss</link><description>LiquidSilver is a SharePoint Framework that provides various classes and functions to deal with common tasks in any SharePoint development to help you work much easier, faster, more object-oriented, and more productive. LiquidSilver is compatible with WSS 3.0 and MOSS 2007.</description><item><title>Created Release: LiquidSilver 1.0.0 (Jan 04, 2012)</title><link>http://liquidsilver.codeplex.com/releases?ReleaseId=79942</link><description>&lt;div class="wikidoc"&gt;This is the first stable release of LiquidSilver SharePoint Framework.&lt;br /&gt;The release notes are pending, please watch this page for an update.&lt;br /&gt;&lt;br /&gt;Kindly submit bug reports to the &lt;a href="http://liquidsilver.codeplex.com/WorkItem/List.aspx" class="externalLink"&gt;Issue Tracker&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Please visit the &lt;a href="http://liquidsilver.codeplex.com/" class="externalLink"&gt;Project Homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or the &lt;a href="http://liquidsilver.codeplex.com/documentation" class="externalLink"&gt;Documentation Page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>denniland</author><pubDate>Thu, 05 Jan 2012 05:48:53 GMT</pubDate><guid isPermaLink="false">Created Release: LiquidSilver 1.0.0 (Jan 04, 2012) 20120105054853A</guid></item><item><title>Released: LiquidSilver 1.0.0 (Jan 04, 2012)</title><link>http://liquidsilver.codeplex.com/releases/view/79942</link><description>
&lt;div class="wikidoc"&gt;This is the first stable release of LiquidSilver SharePoint Framework.&lt;br&gt;
The release notes are pending, please watch this page for an update.&lt;br&gt;
&lt;br&gt;
Kindly submit bug reports to the &lt;a href="http://liquidsilver.codeplex.com/WorkItem/List.aspx"&gt;
Issue Tracker&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Please visit the &lt;a href="http://liquidsilver.codeplex.com/"&gt;Project Homepage&lt;span&gt;&lt;/span&gt;&lt;/a&gt; or the
&lt;a href="http://liquidsilver.codeplex.com/documentation"&gt;Documentation Page&lt;span&gt;&lt;/span&gt;&lt;/a&gt; for more information.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 05 Jan 2012 05:48:53 GMT</pubDate><guid isPermaLink="false">Released: LiquidSilver 1.0.0 (Jan 04, 2012) 20120105054853A</guid></item><item><title>Source code checked in, #3ab70037b03f</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/3ab70037b03f</link><description>Added tag v1.0.0.0 for changeset 809900d63076</description><author>denniland</author><pubDate>Thu, 05 Jan 2012 05:39:33 GMT</pubDate><guid isPermaLink="false">Source code checked in, #3ab70037b03f 20120105053933A</guid></item><item><title>Source code checked in, #809900d63076</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/809900d63076</link><description>- Updated the assembly version to 1.0.0.0&amp;#10;- Optimized LiquidSilver.Extra based on Code Analysis recommendations.</description><author>denniland</author><pubDate>Thu, 05 Jan 2012 05:30:28 GMT</pubDate><guid isPermaLink="false">Source code checked in, #809900d63076 20120105053028A</guid></item><item><title>Created Release: LiquidSilver 0.4.0.0 Beta (Jul 04, 2011)</title><link>http://liquidsilver.codeplex.com/releases?ReleaseId=69482</link><description>&lt;div class="wikidoc"&gt;Changes in this version:&lt;br /&gt;
&lt;h3&gt;LiquidSilver project&lt;/h3&gt;
&lt;h4&gt;HgContext class&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="codeInline"&gt;Added Execute(bool elevateContext, HgContextCode code)&lt;/span&gt; method.&lt;/li&gt;
&lt;li&gt;(Breaking change) Removed the constructors and the &lt;span class="codeInline"&gt;IDisposable&lt;/span&gt; interface. The class now is static and can only be used via its static methods and delegates.&lt;/li&gt;
&lt;li&gt;(Breaking change) Replaced the explicit delegates with action delegates.&lt;/li&gt;&lt;/ul&gt;

&lt;h4&gt;HgListItem class&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Fixed a bug in the &lt;span class="codeInline"&gt;SetLookup&lt;/span&gt; method.&lt;/li&gt;
&lt;li&gt;Added parser methods for GUID type.&lt;/li&gt;
&lt;li&gt;Renamed &lt;span class="codeInline"&gt;HgListItem.ID&lt;/span&gt; to &lt;span class="codeInline"&gt;HgListItem.Id&lt;/span&gt;.&lt;/li&gt;&lt;/ul&gt;

&lt;h4&gt;HgRole class&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Refactored &lt;span class="codeInline"&gt;HgRole.DoesPrincipalsContainUser&lt;/span&gt; to remove unnecessary type casting.&lt;/li&gt;&lt;/ul&gt;

&lt;h4&gt;Miscellaneous&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Added a CA (Code Analysis) custom dictionary to make exception for &lt;span class="codeInline"&gt;Hg&lt;/span&gt; keywords.&lt;/li&gt;
&lt;li&gt;Removed all CA message suppressions for &lt;span class="codeInline"&gt;Hg&lt;/span&gt; casing.&lt;/li&gt;
&lt;li&gt;Added the &lt;span class="codeInline"&gt;LiquidSilver.HgImpersonationContext&lt;/span&gt; class for impersonation purpose.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;LiquidSilver.Extra project&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Added the &lt;span class="codeInline"&gt;UserControlLoader&lt;/span&gt; Web part to load and manage user control.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;LiquidSilver.Tests project&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Added this project for unit testing.&lt;/li&gt;
&lt;li&gt;Added some tests for &lt;span class="codeInline"&gt;HgContext&lt;/span&gt; and &lt;span class="codeInline"&gt;HgList&lt;/span&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Kindly submit bug reports to the &lt;a href="http://liquidsilver.codeplex.com/WorkItem/List.aspx" class="externalLink"&gt;Issue Tracker&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;Please visit the &lt;a href="http://liquidsilver.codeplex.com/" class="externalLink"&gt;Project Homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or the &lt;a href="http://liquidsilver.codeplex.com/documentation" class="externalLink"&gt;Documentation Page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>denniland</author><pubDate>Mon, 04 Jul 2011 07:53:15 GMT</pubDate><guid isPermaLink="false">Created Release: LiquidSilver 0.4.0.0 Beta (Jul 04, 2011) 20110704075315A</guid></item><item><title>Released: LiquidSilver 0.4.0.0 Beta (Jul 04, 2011)</title><link>http://liquidsilver.codeplex.com/releases/view/69482</link><description>
&lt;div class="wikidoc"&gt;Changes in this version:&lt;br&gt;
&lt;h3&gt;LiquidSilver project&lt;/h3&gt;
&lt;h4&gt;HgContext class&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="codeInline"&gt;Added Execute(bool elevateContext, HgContextCode code)&lt;/span&gt; method.
&lt;/li&gt;&lt;li&gt;(Breaking change) Removed the constructors and the &lt;span class="codeInline"&gt;
IDisposable&lt;/span&gt; interface. The class now is static and can only be used via its static methods and delegates.
&lt;/li&gt;&lt;li&gt;(Breaking change) Replaced the explicit delegates with action delegates.&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;HgListItem class&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Fixed a bug in the &lt;span class="codeInline"&gt;SetLookup&lt;/span&gt; method. &lt;/li&gt;&lt;li&gt;Added parser methods for GUID type. &lt;/li&gt;&lt;li&gt;Renamed &lt;span class="codeInline"&gt;HgListItem.ID&lt;/span&gt; to &lt;span class="codeInline"&gt;
HgListItem.Id&lt;/span&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;HgRole class&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Refactored &lt;span class="codeInline"&gt;HgRole.DoesPrincipalsContainUser&lt;/span&gt; to remove unnecessary type casting.&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Miscellaneous&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Added a CA (Code Analysis) custom dictionary to make exception for &lt;span class="codeInline"&gt;
Hg&lt;/span&gt; keywords. &lt;/li&gt;&lt;li&gt;Removed all CA message suppressions for &lt;span class="codeInline"&gt;Hg&lt;/span&gt; casing.
&lt;/li&gt;&lt;li&gt;Added the &lt;span class="codeInline"&gt;LiquidSilver.HgImpersonationContext&lt;/span&gt; class for impersonation purpose.&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;LiquidSilver.Extra project&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Added the &lt;span class="codeInline"&gt;UserControlLoader&lt;/span&gt; Web part to load and manage user control.&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;LiquidSilver.Tests project&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Added this project for unit testing. &lt;/li&gt;&lt;li&gt;Added some tests for &lt;span class="codeInline"&gt;HgContext&lt;/span&gt; and &lt;span class="codeInline"&gt;
HgList&lt;/span&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
Kindly submit bug reports to the &lt;a href="http://liquidsilver.codeplex.com/WorkItem/List.aspx"&gt;
Issue Tracker&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br&gt;
Please visit the &lt;a href="http://liquidsilver.codeplex.com/"&gt;Project Homepage&lt;span&gt;&lt;/span&gt;&lt;/a&gt; or the
&lt;a href="http://liquidsilver.codeplex.com/documentation"&gt;Documentation Page&lt;span&gt;&lt;/span&gt;&lt;/a&gt; for more information.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 04 Jul 2011 07:53:15 GMT</pubDate><guid isPermaLink="false">Released: LiquidSilver 0.4.0.0 Beta (Jul 04, 2011) 20110704075315A</guid></item><item><title>Source code checked in, #af1a647c1c23</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/af1a647c1c23</link><description>Added tag v0.4.0.0 Beta for changeset 6bdae146728d</description><author>denniland</author><pubDate>Mon, 04 Jul 2011 07:29:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #af1a647c1c23 20110704072929A</guid></item><item><title>Source code checked in, #6bdae146728d</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/6bdae146728d</link><description>Bumped the version to 0.4.0.0.</description><author>denniland</author><pubDate>Mon, 04 Jul 2011 07:27:49 GMT</pubDate><guid isPermaLink="false">Source code checked in, #6bdae146728d 20110704072749A</guid></item><item><title>Source code checked in, #8be8fb4e8146</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/8be8fb4e8146</link><description>Added UserControlLoader Web part.</description><author>denniland</author><pubDate>Thu, 30 Jun 2011 10:58:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #8be8fb4e8146 20110630105845A</guid></item><item><title>Source code checked in, #07c5034b3fc2</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/07c5034b3fc2</link><description>Added HgImpersonationContext class.</description><author>denniland</author><pubDate>Thu, 23 Jun 2011 11:05:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #07c5034b3fc2 20110623110508A</guid></item><item><title>Source code checked in, #1a8e57204c0d</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/1a8e57204c0d</link><description>Merge</description><author>denniland</author><pubDate>Thu, 23 Jun 2011 09:39:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #1a8e57204c0d 20110623093948A</guid></item><item><title>Source code checked in, #4d421b78c4a7</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/4d421b78c4a7</link><description>Backed out changeset&amp;#58; 7682c5264925&amp;#10;The old names are more proper.</description><author>denniland</author><pubDate>Thu, 23 Jun 2011 09:39:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #4d421b78c4a7 20110623093929A</guid></item><item><title>Source code checked in, #1c991a02137a</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/1c991a02137a</link><description>Synchronized the sample code with the latest project changes.</description><author>denniland</author><pubDate>Thu, 23 Jun 2011 09:38:36 GMT</pubDate><guid isPermaLink="false">Source code checked in, #1c991a02137a 20110623093836A</guid></item><item><title>Source code checked in, #2aac50524e12</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/2aac50524e12</link><description>- Added CA &amp;#40;Code Analysis&amp;#41; custom dictionary to make exception for Hg.&amp;#10;- Removed all CA message suppressions for Hg casing.&amp;#10;- Renamed HgListItem.ID to HgListItem.Id.&amp;#10;- Refactored HgRole.DoesPrincipalsContainUser&amp;#40;&amp;#41; to remove unnecessary type casting.</description><author>denniland</author><pubDate>Fri, 29 Apr 2011 09:33:54 GMT</pubDate><guid isPermaLink="false">Source code checked in, #2aac50524e12 20110429093354A</guid></item><item><title>Source code checked in, #7682c5264925</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/7682c5264925</link><description>- Renamed DisposableBase.DisposeManagedResources&amp;#40;&amp;#41; to ManagedResourcesDisposing&amp;#40;&amp;#41;.&amp;#10;- Renamed DisposableBase.DisposeUnmanagedResources&amp;#40;&amp;#41; to UnmanagedResourcesDisposing&amp;#40;&amp;#41;.</description><author>denniland</author><pubDate>Fri, 29 Apr 2011 08:37:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #7682c5264925 20110429083739A</guid></item><item><title>Source code checked in, #4dea6a5783de</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/4dea6a5783de</link><description>&amp;#91;HgContext&amp;#93;&amp;#10;- Removed the constructors and the IDisposable interface. The class now is static and can only be used via its static methods and delegates.&amp;#10;- Replaced the explicit delegates with action delegates.&amp;#10;- Updated the related unit tests.&amp;#10;&amp;#91;HgList&amp;#93;&amp;#10;- Added some unit tests &amp;#40;not all green, yet&amp;#41;.&amp;#10;&amp;#91;HgListItem&amp;#93;&amp;#10;- Added parser methods for GUID type.</description><author>denniland</author><pubDate>Tue, 15 Mar 2011 07:31:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #4dea6a5783de 20110315073145A</guid></item><item><title>Source code checked in, #e35857e9afa7</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/e35857e9afa7</link><description>Added the LiquidSilver.Tests test project.&amp;#10;Added tests for HgContext.</description><author>denniland</author><pubDate>Tue, 21 Dec 2010 08:48:42 GMT</pubDate><guid isPermaLink="false">Source code checked in, #e35857e9afa7 20101221084842A</guid></item><item><title>Source code checked in, #ad29b4a669a6</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/ad29b4a669a6</link><description>&amp;#91;HgContext&amp;#93;&amp;#10;Added Execute&amp;#40;bool elevateContext, HgContextCode code&amp;#41; method.</description><author>denniland</author><pubDate>Tue, 21 Dec 2010 08:46:21 GMT</pubDate><guid isPermaLink="false">Source code checked in, #ad29b4a669a6 20101221084621A</guid></item><item><title>Source code checked in, #5f0ae81d0d5f</title><link>http://liquidsilver.codeplex.com/SourceControl/changeset/changes/5f0ae81d0d5f</link><description>&amp;#91;HgListItem&amp;#93;&amp;#10;Fixed a bug in the SetLookup&amp;#40;&amp;#41; method.</description><author>denniland</author><pubDate>Tue, 21 Dec 2010 05:29:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #5f0ae81d0d5f 20101221052910A</guid></item><item><title>Updated Wiki: Home</title><link>http://liquidsilver.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;LiquidSilver is a SharePoint Framework that provides various classes and functions to deal with common tasks in any SharePoint development to help you work much easier, faster, more object-oriented, and more productive. LiquidSilver is compatible with WSS 3.0 and MOSS 2007.&lt;br /&gt;&lt;br /&gt;Resources:
&lt;ol&gt;&lt;li&gt;&lt;a href="http://codebender.denniland.com/introducing-liquidsilver-sharepoint-framework/" class="externalLink"&gt;Introduction&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://codebender.denniland.com/getting-started-with-liquidsilver/" class="externalLink"&gt;Getting Started&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://codebender.denniland.com/working-with-sharepoint-lists-in-liquidsilver/" class="externalLink"&gt;Working with SharePoint Lists in LiquidSilver&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://codebender.denniland.com/tag/liquidsilver/" class="externalLink"&gt;Project Updates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>denniland</author><pubDate>Tue, 21 Dec 2010 04:02:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101221040202A</guid></item></channel></rss>
