<?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>Onecore &#187; Tutorials</title>
	<atom:link href="http://www.onecore.net/category/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onecore.net</link>
	<description>Developer Network</description>
	<lastBuildDate>Thu, 09 Sep 2010 18:11:49 +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>.NET- What is assembly ?</title>
		<link>http://www.onecore.net/net-what-is-assembly.htm</link>
		<comments>http://www.onecore.net/net-what-is-assembly.htm#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:10:48 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.onecore.net/?p=285</guid>
		<description><![CDATA[In this article we’ll discuss assembly in .NET environment. If you’ve any questions, suggestions or feedback then please feel free to comment. What is assembly ? &#8211; Assembly is unit of deployment like EXE or a DLL. Assembly consists of one or more files (dlls,.exe’s, html files etc), and represents a group of resources , [...]]]></description>
		<wfw:commentRss>http://www.onecore.net/net-what-is-assembly.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between data grid, data list and repeater ?</title>
		<link>http://www.onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm</link>
		<comments>http://www.onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm#comments</comments>
		<pubDate>Tue, 07 Sep 2010 23:12:35 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.onecore.net/?p=281</guid>
		<description><![CDATA[This article discusses the difference between data grid, data list and repeater. A data grid, datalist and repeater are all ASP.NET data web controls. They have many things in common like data source propert, data blind method ItemDataBound and item created. When you assign the data source property of a data grid to a dataset [...]]]></description>
		<wfw:commentRss>http://www.onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the ASP.NET authentication process works ?</title>
		<link>http://www.onecore.net/how-the-asp-net-authentication-process-works.htm</link>
		<comments>http://www.onecore.net/how-the-asp-net-authentication-process-works.htm#comments</comments>
		<pubDate>Mon, 06 Sep 2010 23:10:29 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.onecore.net/?p=279</guid>
		<description><![CDATA[In this article we’ll take a look at how the ASP.NET authentication process works. ASP.NET does not run by itself, it runs inside the process of IIS. Therefore, there are two authentication layers, which exist in ASP.NET system. First Subscription happens at the IIS level and then ASP.NET level depending on the WEB.CONFIG file. Below [...]]]></description>
		<wfw:commentRss>http://www.onecore.net/how-the-asp-net-authentication-process-works.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JIT Compilers in .NET Environment</title>
		<link>http://www.onecore.net/jit-compilers-in-net-environment.htm</link>
		<comments>http://www.onecore.net/jit-compilers-in-net-environment.htm#comments</comments>
		<pubDate>Sun, 13 Jun 2010 09:45:17 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.onecore.net/?p=261</guid>
		<description><![CDATA[JIT (Just in time) compiler is a part of the .NET runtime execution environment. Unlike traditional compilers JIT doesn’t compile the full class file in one shot. Compilation is done on function basis or file basis. JIT compilation has advantage over traditional compilation that heavy parsing of original source code is avoided. Compilation in .NET [...]]]></description>
		<wfw:commentRss>http://www.onecore.net/jit-compilers-in-net-environment.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a master page in visual studio ?</title>
		<link>http://www.onecore.net/how-to-create-a-master-page-in-visual-studio.htm</link>
		<comments>http://www.onecore.net/how-to-create-a-master-page-in-visual-studio.htm#comments</comments>
		<pubDate>Wed, 02 Jun 2010 14:51:46 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.onecore.net/?p=257</guid>
		<description><![CDATA[To keep the core layout of your pages consistent you can use master page in your asp.net application. Master pages allow you to keep layout consistent within all the pages of your asp project. There are few more advantages of using master pages in your project: - Master pages allow you to centralize the common [...]]]></description>
		<wfw:commentRss>http://www.onecore.net/how-to-create-a-master-page-in-visual-studio.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
