<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cheat Sheet &#187; .Net</title>
	<atom:link href="http://xrumxrum.com/blog/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://xrumxrum.com/blog</link>
	<description>things i need to remember, but don&#039;t</description>
	<lastBuildDate>Tue, 27 Mar 2012 14:28:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dynamic MS SQL 2005 Stored Procedure Parameters</title>
		<link>http://xrumxrum.com/blog/2011/03/16/dynamic-ms-sql-2005-stored-procedure-parameters/</link>
		<comments>http://xrumxrum.com/blog/2011/03/16/dynamic-ms-sql-2005-stored-procedure-parameters/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 16:39:17 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=289</guid>
		<description><![CDATA[I had a function in my .NET application, that needed to do a search with an unknown number of parameters. for example:  select * from tbl where x=1 or x=2 or x=3 or x=4 Solution: Pass in a comma seperated list, use a table function to split that out into a table and then use [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2011/03/16/dynamic-ms-sql-2005-stored-procedure-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET DateTime Picker</title>
		<link>http://xrumxrum.com/blog/2010/12/29/net-datetime-picker/</link>
		<comments>http://xrumxrum.com/blog/2010/12/29/net-datetime-picker/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 20:29:08 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=283</guid>
		<description><![CDATA[im my endless search for an DateTime Picker i have finally found one that&#8217;s awesome: http://www.basicdatepicker.com/download/downloadproduct.aspx]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/12/29/net-datetime-picker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate user Transactions</title>
		<link>http://xrumxrum.com/blog/2010/11/10/migrate-user-transactions/</link>
		<comments>http://xrumxrum.com/blog/2010/11/10/migrate-user-transactions/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 19:55:46 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Ektron]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=275</guid>
		<description><![CDATA[make sure people don&#8217;t get charged by changing testmode=true in the web.config. I am using authorize.net test CC information for this. Dim catalogApi As New CatalogEntryApi() &#160; &#160; &#160; &#160; Dim evtAPI As New Ektron.Cms.Framework.Calendar.WebEvent() &#160; &#160; &#160; &#160; Dim bapi As New BasketApi &#160; &#160; &#160; &#160; Dim oAPI As New OrderApi &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/11/10/migrate-user-transactions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating and Encrypting</title>
		<link>http://xrumxrum.com/blog/2010/05/12/migrating-and-encrypting/</link>
		<comments>http://xrumxrum.com/blog/2010/05/12/migrating-and-encrypting/#comments</comments>
		<pubDate>Wed, 12 May 2010 14:29:01 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=198</guid>
		<description><![CDATA[getOldUsers &#8211; read the ds one by one from the old db, where the passwords are not yet encrypted. InsertUserx &#8211; writes the users into your new (current) db, with passwords encrypted. Public Function MigrateUser() As Integer Dim dr As DataRow Dim ds As DataSet Dim dt As DataTable Dim userID As Integer ds = [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/05/12/migrating-and-encrypting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Repeaters Cheat Sheet (vb)</title>
		<link>http://xrumxrum.com/blog/2010/03/17/net-repeaters-cheat-sheet-vb/</link>
		<comments>http://xrumxrum.com/blog/2010/03/17/net-repeaters-cheat-sheet-vb/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 19:04:53 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=156</guid>
		<description><![CDATA[&#60;asp:Repeater ID=&#8221;rpPostTest&#8221; runat=&#8221;server&#8221; OnItemDataBound=&#8221;rpPostTest_OnItemDataBound&#8221;&#62; &#60;ItemTemplate&#62; &#60;asp:Label ID=&#8221;lblQuestion&#8221; runat=&#8221;server&#8221;&#62;&#60;/asp:Label&#62; &#60;asp:Label ID=&#8221;lblQID&#8221; visible=&#8221;false&#8221; runat=&#8221;server&#8221;&#62;&#60;/asp:Label&#62; &#60;br /&#62; &#60;asp:RadioButtonList ID=&#8221;answer&#8221; runat=&#8221;server&#8221; Ã‚Â &#62; &#60;asp:ListItem Ã‚Â  Ã‚Â Text=&#8221;True&#8221; Ã‚Â Value=&#8221;T&#8221; &#62;&#60;/asp:ListItem&#62; &#60;asp:ListItem Ã‚Â  Text=&#8221;False&#8221; Ã‚Â Value=&#8221;F&#8221;&#62;&#60;/asp:ListItem&#62; &#60;/asp:RadioButtonList&#62; &#60;hr /&#62; &#60;/ItemTemplate&#62; &#60;/asp:Repeater&#62; create the repeater &#38;lt;asp:Repeater ID=&#34;rpPostTest&#34; runat=&#34;server&#34; OnItemDataBound=&#34;rpPostTest_OnItemDataBound&#34;&#38;gt; &#38;lt;ItemTemplate&#38;gt; &#38;lt;asp:Label ID=&#34;lblQuestion&#34; runat=&#34;server&#34;&#38;gt;&#38;lt;/asp:Label&#38;gt; &#38;lt;asp:Label ID=&#34;lblQID&#34; visible=&#34;false&#34; runat=&#34;server&#34;&#38;gt;&#38;lt;/asp:Label&#38;gt; &#38;lt;br /&#38;gt; &#38;lt;asp:RadioButtonList ID=&#34;answer&#34; runat=&#34;server&#34;Â  &#38;gt; &#38;lt;asp:ListItemÂ  Text=&#34;True&#34;Â  [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/03/17/net-repeaters-cheat-sheet-vb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few useful things to remember&#8230;</title>
		<link>http://xrumxrum.com/blog/2009/11/30/a-few-useful-things-to-remember/</link>
		<comments>http://xrumxrum.com/blog/2009/11/30/a-few-useful-things-to-remember/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 20:52:04 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=125</guid>
		<description><![CDATA[App_Offline.htm &#8220;The way app_offline.htm works is that you place this file in the root of the application.Ã‚Â  When ASP.NET sees it, it will shut-down the app-domain for the application (and not restart it for requests) and instead send back the contents of the app_offline.htm file in response to all new dynamic requests for the application.Ã‚Â  [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2009/11/30/a-few-useful-things-to-remember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 Remote Debugger</title>
		<link>http://xrumxrum.com/blog/2009/11/16/visual-studio-2005-remote-debugger/</link>
		<comments>http://xrumxrum.com/blog/2009/11/16/visual-studio-2005-remote-debugger/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:32:25 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=114</guid>
		<description><![CDATA[I&#8217;ve had to do it 2 times so far, and each time i do it i have issues, which could be eliminated, if I saved my notes from the first time. so here goes. 1.Ã‚Â  from the Visual Studio CD, browse to tools -&#62; remote debugger -&#62; pick the right format and (x86 or x64) [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2009/11/16/visual-studio-2005-remote-debugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

