<?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>Second Life Blog &#187; Dot net</title>
	<atom:link href="http://hanigamal.net/category/dot-net/feed" rel="self" type="application/rss+xml" />
	<link>http://hanigamal.net</link>
	<description>The forest of dreams is a second life</description>
	<lastBuildDate>Fri, 25 Jun 2010 13:31:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>VB.NET: PHP Time() Equivalent</title>
		<link>http://hanigamal.net/dot-net/php-time-equivalent</link>
		<comments>http://hanigamal.net/dot-net/php-time-equivalent#comments</comments>
		<pubDate>Tue, 23 Feb 2010 04:15:20 +0000</pubDate>
		<dc:creator>Hani</dc:creator>
				<category><![CDATA[Dot net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://hanigamal.net/?p=882</guid>
		<description><![CDATA[This piece of code will calculate seconds since the Unix Epoch (January 1 1978 00:00:00 GMT). Private Function time() As Long     Return time(DateTime.UtcNow) End Function &#160; Private Function time(ByVal time As DateTime) As Long     Dim unixEpoch As New DateTime(1978, 1, 1, 0, 0, 0)     Dim span As TimeSpan = [...]]]></description>
		<wfw:commentRss>http://hanigamal.net/dot-net/php-time-equivalent/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C#: Opens Office Documents in Web Browser Control</title>
		<link>http://hanigamal.net/dot-net/csharp-opens-office-documents-in-web-browser-control</link>
		<comments>http://hanigamal.net/dot-net/csharp-opens-office-documents-in-web-browser-control#comments</comments>
		<pubDate>Mon, 04 Jan 2010 01:35:02 +0000</pubDate>
		<dc:creator>Hani</dc:creator>
				<category><![CDATA[Dot net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hanigamal.net/?p=780</guid>
		<description><![CDATA[This post is related to/same as a previous post VB: Opens Office Documents in Web Browser Control Use the following steps to create a C# application that opens Office documents: Start Visual Studio and create a new C# project.  Form1 created by default. From the Components toolbox, Add an instance of the WebBrowser control, CommonDialog [...]]]></description>
		<wfw:commentRss>http://hanigamal.net/dot-net/csharp-opens-office-documents-in-web-browser-control/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Arabization Controls for Windows CE</title>
		<link>http://hanigamal.net/dot-net/arabization-controls-for-windows-ce</link>
		<comments>http://hanigamal.net/dot-net/arabization-controls-for-windows-ce#comments</comments>
		<pubDate>Tue, 21 Oct 2008 06:36:00 +0000</pubDate>
		<dc:creator>Hani</dc:creator>
				<category><![CDATA[Dot net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mobility]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Smart Devices]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://hanigamal.net/?p=77</guid>
		<description><![CDATA[http://www.codeproject.com/KB/mobile/ArabizationControls.aspx HaniGamal.Net]]></description>
		<wfw:commentRss>http://hanigamal.net/dot-net/arabization-controls-for-windows-ce/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Warm reboot of a PocketPC/CE</title>
		<link>http://hanigamal.net/dot-net/wince-warm-reboot</link>
		<comments>http://hanigamal.net/dot-net/wince-warm-reboot#comments</comments>
		<pubDate>Thu, 25 May 2006 10:14:00 +0000</pubDate>
		<dc:creator>Hani</dc:creator>
				<category><![CDATA[Dot net]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CE]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://hanigamal.net/us/warm-reboot-of-a-pocketpc-2</guid>
		<description><![CDATA[To be able to reset a PocketPC/WindowsCE programmatically from within a managed application, it is necessary to send a IOCTL to the device using KernelIoControl. This API is not available directly in managed code, so we need to P/Invoke KernelIoControl, providing it with the correct IOCTL (IOCTL_HAL_REBOOT). To assure that IOCTL’s are unique, they can [...]]]></description>
		<wfw:commentRss>http://hanigamal.net/dot-net/wince-warm-reboot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.NET Soft reset function for smart devices</title>
		<link>http://hanigamal.net/dot-net/vbnet-soft-reset-function-for-smart-devices</link>
		<comments>http://hanigamal.net/dot-net/vbnet-soft-reset-function-for-smart-devices#comments</comments>
		<pubDate>Sun, 14 May 2006 00:54:00 +0000</pubDate>
		<dc:creator>Hani</dc:creator>
				<category><![CDATA[Dot net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Mobility]]></category>
		<category><![CDATA[Smart Devices]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://hanigamal.net/?p=28</guid>
		<description><![CDATA[Public Function SoftReset() As IntegerDim bytesReturned As Integer = 0Dim r As System.Windows.Forms.DialogResult&#8216; Show the user a dialog first, giving them the option to cancelr = System.Windows.Forms.MessageBox.Show( _&#8220;Running this test will soft reset the device and cancel subsequent tests. Do you wish to continue?&#8221;, _&#8220;ResetDevice Test&#8221;, _System.Windows.Forms.MessageBoxButtons.YesNo, _System.Windows.Forms.MessageBoxIcon.Question, _System.Windows.Forms.MessageBoxDefaultButton.Button2 _)&#8216; If the user said &#8220;yes, [...]]]></description>
		<wfw:commentRss>http://hanigamal.net/dot-net/vbnet-soft-reset-function-for-smart-devices/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to rename SQL Server database</title>
		<link>http://hanigamal.net/dot-net/how-to-rename-sql-server-database</link>
		<comments>http://hanigamal.net/dot-net/how-to-rename-sql-server-database#comments</comments>
		<pubDate>Sat, 17 Sep 2005 14:13:00 +0000</pubDate>
		<dc:creator>Hani</dc:creator>
				<category><![CDATA[Dot net]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://hanigamal.net/?p=21</guid>
		<description><![CDATA[You can&#8217;t rename a SQL Server database from Enterprise Manager, but you can rename it with the sp_renamedb stored procedure. You must first set the database to single user. 1. Set the database to Single User by right clicking the database in Enterprise Manager, select Properties, select the Options Tab, check the Restrict Access checkbox, [...]]]></description>
		<wfw:commentRss>http://hanigamal.net/dot-net/how-to-rename-sql-server-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Access using Microsoft.NET Enterprise Library</title>
		<link>http://hanigamal.net/dot-net/data-access-using-microsoftnet-enterprise-library</link>
		<comments>http://hanigamal.net/dot-net/data-access-using-microsoftnet-enterprise-library#comments</comments>
		<pubDate>Sun, 26 Jun 2005 00:35:00 +0000</pubDate>
		<dc:creator>Hani</dc:creator>
				<category><![CDATA[Dot net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://hanigamal.net/?p=19</guid>
		<description><![CDATA[Microsoft.NET Enterprise Library Introduction: Every day is a new day not only in our life but also in Technologies life. Just a few weeks ago I was using Microsoft.NET Data Access Application Block. I found Microsoft.NET Application Block very useful and enjoyed using it. In January Microsoft introduced Enterprise Library which consists of all the [...]]]></description>
		<wfw:commentRss>http://hanigamal.net/dot-net/data-access-using-microsoftnet-enterprise-library/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
