<?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>ForDevs &#187; .Net</title>
	<atom:link href="http://www.fordevs.com/tag/net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +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>Steps to Create Setup and Deployment Project in Dot Net VS 2008</title>
		<link>http://www.fordevs.com/2009/07/steps-to-create-setup-and-deployment-project-in-dot-net-vs-2008.html</link>
		<comments>http://www.fordevs.com/2009/07/steps-to-create-setup-and-deployment-project-in-dot-net-vs-2008.html#comments</comments>
		<pubDate>Sat, 11 Jul 2009 07:12:19 +0000</pubDate>
		<dc:creator>praveen</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=452</guid>
		<description><![CDATA[Step 1 Create your own windows application. Create a new Windows application project in C# and named it as Sample. Step 2 Design your own application. Here we have a simple login form for example. Step 3 After completing the design and coding, build the solution of the project in release mode. Step 4 Check [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/07/steps-to-create-setup-and-deployment-project-in-dot-net-vs-2008.html/feed</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>Simple Add,Edit,Retrieve and Delete in Asp.net</title>
		<link>http://www.fordevs.com/2008/12/simple-addeditretrieve-and-delete-in.html</link>
		<comments>http://www.fordevs.com/2008/12/simple-addeditretrieve-and-delete-in.html#comments</comments>
		<pubDate>Tue, 09 Dec 2008 05:10:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/12/simple-addeditretrieve-and-delete-in-aspnet.html</guid>
		<description><![CDATA[Here is a example application of Add,Edit,Retrieve and Delete operations using Asp.net. Download Creating a table employeeinfo for proceeding the operations. Sql Table Creation CREATE TABLE employeeinfo &#40; empid INT NOT NULL PRIMARY KEY, empname VARCHAR&#40;50&#41;, empaddress VARCHAR&#40;200&#41;, empsalary INT &#41; Declaring Connection String and Variables Namespace : using System.Data.SqlClient; string QryStr = ""; SqlConnection [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/12/simple-addeditretrieve-and-delete-in.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is ViewState ?</title>
		<link>http://www.fordevs.com/2008/11/what-is-viewstate.html</link>
		<comments>http://www.fordevs.com/2008/11/what-is-viewstate.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 17:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[What-is]]></category>
		<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/what-is-viewstate.html</guid>
		<description><![CDATA[ASP.NET view state is the technique used by an ASP.NET Web page to persist changes to the state of a Web Form across postbacks.That is when a form is submitted in ASP .NET, the form reappears in the browser window together with all form values. The ViewState indicates the status of the page when submitted [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/what-is-viewstate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Tracing?</title>
		<link>http://www.fordevs.com/2008/10/what-is-tracing.html</link>
		<comments>http://www.fordevs.com/2008/10/what-is-tracing.html#comments</comments>
		<pubDate>Fri, 31 Oct 2008 04:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[What-is]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/what-is-tracing.html</guid>
		<description><![CDATA[Tracing is a refined process for outputting page-level information.When tracing is enabled you automatically get information on the ASP.NET Web page. Information like: Request Details &#8211; Session Id; Request time, type, and encoding; status code, etc. Trace Information &#8211; Page-level ASP.NET messages that you specify via Trace.Write and Trace.Warn. Control Tree &#8211; A listing of [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/what-is-tracing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.Net Framework 4.0 Universe</title>
		<link>http://www.fordevs.com/2008/10/net-framework-40-universe.html</link>
		<comments>http://www.fordevs.com/2008/10/net-framework-40-universe.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 18:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DotNet Framework]]></category>
		<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/net-framework-40-universe.html</guid>
		<description><![CDATA[Microsoft announced Visual Studio 2010 and the .NET Framework 4.0 on September 29, 2008 which marks the next generation of developer tools from Microsoft. Based upon .NET Framework 4.0 Brad Abrams released a poster &#8220;.Net Framework 4.0 universe&#8221; , which gives you a clear view of new stuffs in .NET Framework 4.0.You can download the [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/net-framework-40-universe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is ASP.Net?</title>
		<link>http://www.fordevs.com/2008/10/what-is-aspnet.html</link>
		<comments>http://www.fordevs.com/2008/10/what-is-aspnet.html#comments</comments>
		<pubDate>Mon, 27 Oct 2008 11:59:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[What-is]]></category>
		<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/what-is-aspnet.html</guid>
		<description><![CDATA[ASP.NET is a web application framework built on the common language runtime used to build dynamic web sites, web applications and XML web services.ASP.NET is the next generation ASP, but it’s not an upgraded version of ASP. ASP.NET is a program that runs inside IIS and is a part of Microsoft’s .NET platform. ASP.NET allows [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/what-is-aspnet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

