<?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>.NET &#8211; 1nine.com</title>
	<atom:link href="https://1nine.com/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>https://1nine.com</link>
	<description>All things digital</description>
	<lastBuildDate>Fri, 27 Dec 2019 02:30:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>

<image>
	<url>https://1nine.com/wp-content/uploads/2016/06/logobrowser1nine_new.png</url>
	<title>.NET &#8211; 1nine.com</title>
	<link>https://1nine.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Scripting form post in C# &#038; .net</title>
		<link>https://1nine.com/scripting-form-post-in-c-net/</link>
					<comments>https://1nine.com/scripting-form-post-in-c-net/#respond</comments>
		
		<dc:creator><![CDATA[Nitin Yadav]]></dc:creator>
		<pubDate>Tue, 10 May 2016 17:37:00 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[<p>Source: <a rel="nofollow" href="https://1nine.com" data-wpel-link="internal">1nine.com</a></p>
<p>Earlier I blogged about scripting web browsing in .NET and C#. While automating fetching of simple webpages using GET method is pretty simple, form posting and retrieving response can be even more challenging. I had a tough time getting form posting to work. But once</p>
<p>The post <a rel="nofollow" href="https://1nine.com/scripting-form-post-in-c-net/" data-wpel-link="internal">Scripting form post in C# &#038; .net</a> appeared first on <a rel="nofollow" href="https://1nine.com" data-wpel-link="internal">1nine.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://1nine.com/scripting-form-post-in-c-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using HTTPWebRequest &#038; HTTPWebResponse to automate web browsing</title>
		<link>https://1nine.com/using-httpwebrequest-httpwebresponse-to-automate-web-browsing/</link>
					<comments>https://1nine.com/using-httpwebrequest-httpwebresponse-to-automate-web-browsing/#respond</comments>
		
		<dc:creator><![CDATA[Nitin Yadav]]></dc:creator>
		<pubDate>Sun, 01 May 2016 17:26:00 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[<p>Source: <a rel="nofollow" href="https://1nine.com" data-wpel-link="internal">1nine.com</a></p>
<p>If you are a developer, there will be times when you want to automate a users action in a browser. For ex: if you are trying to download a complete website locally (also called web scraping), you will need to recursively fetch pages from the</p>
<p>The post <a rel="nofollow" href="https://1nine.com/using-httpwebrequest-httpwebresponse-to-automate-web-browsing/" data-wpel-link="internal">Using HTTPWebRequest &#038; HTTPWebResponse to automate web browsing</a> appeared first on <a rel="nofollow" href="https://1nine.com" data-wpel-link="internal">1nine.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://1nine.com/using-httpwebrequest-httpwebresponse-to-automate-web-browsing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Script to check available diskspace in C#/.net</title>
		<link>https://1nine.com/script-to-check-available-diskspace-in-c-net/</link>
					<comments>https://1nine.com/script-to-check-available-diskspace-in-c-net/#respond</comments>
		
		<dc:creator><![CDATA[Nitin Yadav]]></dc:creator>
		<pubDate>Fri, 29 Apr 2016 22:25:00 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[<p>Source: <a rel="nofollow" href="https://1nine.com" data-wpel-link="internal">1nine.com</a></p>
<p>Here is a script to check free diskspace in C#/.net. It uses WMI logicaldisk object to retrieve information on the system drives. .NET provides ManagementObject class to encapsulate the Windows WMI interface. Here is the sample code: ManagementObject Disk = new ManagementObject("win32_logicaldisk.deviceid="c:""); Disk.Get(); if (double.Parse(Disk["FreeSpace"].ToString())</p>
<p>The post <a rel="nofollow" href="https://1nine.com/script-to-check-available-diskspace-in-c-net/" data-wpel-link="internal">Script to check available diskspace in C#/.net</a> appeared first on <a rel="nofollow" href="https://1nine.com" data-wpel-link="internal">1nine.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://1nine.com/script-to-check-available-diskspace-in-c-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Getting your dynamic public IP in C# &#038; .net</title>
		<link>https://1nine.com/getting-your-dynamic-public-ip-in-c-net/</link>
					<comments>https://1nine.com/getting-your-dynamic-public-ip-in-c-net/#respond</comments>
		
		<dc:creator><![CDATA[Nitin Yadav]]></dc:creator>
		<pubDate>Mon, 18 Apr 2016 17:21:00 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Network]]></category>
		<guid isPermaLink="false">https://www.1nine.com/getting-your-dynamic-public-ip-in-c-net/</guid>

					<description><![CDATA[<p>Source: <a rel="nofollow" href="https://1nine.com" data-wpel-link="internal">1nine.com</a></p>
<p>For one of my projects I required the dynamic public of my ISP connection. I blogged earlier about getting this through www.network-tools.com but in this case I needed it in my script. I wrote a quick script to scrape it of the same site. This</p>
<p>The post <a rel="nofollow" href="https://1nine.com/getting-your-dynamic-public-ip-in-c-net/" data-wpel-link="internal">Getting your dynamic public IP in C# &#038; .net</a> appeared first on <a rel="nofollow" href="https://1nine.com" data-wpel-link="internal">1nine.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://1nine.com/getting-your-dynamic-public-ip-in-c-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dynamic DNS update from .C# and .net</title>
		<link>https://1nine.com/dynamic-dns-update-from-c-and-net/</link>
					<comments>https://1nine.com/dynamic-dns-update-from-c-and-net/#respond</comments>
		
		<dc:creator><![CDATA[Nitin Yadav]]></dc:creator>
		<pubDate>Sun, 10 Apr 2016 17:11:00 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Network]]></category>
		<guid isPermaLink="false">https://www.1nine.com/dynamic-dns-update-from-c-and-net/</guid>

					<description><![CDATA[<p>Source: <a rel="nofollow" href="https://1nine.com" data-wpel-link="internal">1nine.com</a></p>
<p>I was setting up a local server at home and wanted it to be publicly accessible from a domain name. Unfortunately my ISP refuses to give a static IP and my only option was to use a dynamic DNS server. After checking some out I</p>
<p>The post <a rel="nofollow" href="https://1nine.com/dynamic-dns-update-from-c-and-net/" data-wpel-link="internal">Dynamic DNS update from .C# and .net</a> appeared first on <a rel="nofollow" href="https://1nine.com" data-wpel-link="internal">1nine.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://1nine.com/dynamic-dns-update-from-c-and-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
