<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Yogesh Bhadauriya&#039;s Blog</title>
	<atom:link href="http://yrbyogi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yrbyogi.wordpress.com</link>
	<description>Do what ever you Like!</description>
	<lastBuildDate>Mon, 26 Sep 2011 09:57:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yrbyogi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/066134f70f0ac935580800f1cccce556?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Yogesh Bhadauriya&#039;s Blog</title>
		<link>http://yrbyogi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yrbyogi.wordpress.com/osd.xml" title="Yogesh Bhadauriya&#039;s Blog" />
	<atom:link rel='hub' href='http://yrbyogi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to insert multiple record using xml in sql server 2005+</title>
		<link>http://yrbyogi.wordpress.com/2011/04/16/how-to-insert-multiple-record-using-xml-in-sql-server-2005/</link>
		<comments>http://yrbyogi.wordpress.com/2011/04/16/how-to-insert-multiple-record-using-xml-in-sql-server-2005/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 03:30:13 +0000</pubDate>
		<dc:creator>yrbyogi</dc:creator>
				<category><![CDATA[Asp.net]]></category>

		<guid isPermaLink="false">http://yrbyogi.wordpress.com/?p=249</guid>
		<description><![CDATA[How to insert the multiple record using the xml into sql server, please check the following example. DECLARE @idoc int DECLARE @doc varchar(max) SET @doc =&#8217; &#60;ROOT&#62; TransId=&#8221;1&#8243; Add=&#8221;false&#8221; Edit=&#8221;true&#8221; Delete=&#8221;true&#8221; View=&#8221;true&#8221; Block=&#8221;false&#8221;&#62; &#60;/ROOT&#62;&#8217; &#8211;Create an internal representation of the XML document. EXEC sp_xml_preparedocument @idoc OUTPUT, @doc &#8211; Execute a SELECT statement that uses the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yrbyogi.wordpress.com&amp;blog=6079492&amp;post=249&amp;subd=yrbyogi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yrbyogi.wordpress.com/2011/04/16/how-to-insert-multiple-record-using-xml-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5fc8c52d7fbf3a15a5aaab72d5080c3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yrbyogi</media:title>
		</media:content>
	</item>
		<item>
		<title>Age calculation with SQL Server</title>
		<link>http://yrbyogi.wordpress.com/2010/05/19/age-calculation-with-sql-server/</link>
		<comments>http://yrbyogi.wordpress.com/2010/05/19/age-calculation-with-sql-server/#comments</comments>
		<pubDate>Wed, 19 May 2010 08:54:52 +0000</pubDate>
		<dc:creator>yrbyogi</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://yrbyogi.wordpress.com/?p=243</guid>
		<description><![CDATA[There seem to be many different methods being suggested to calculate an age in SQLServer.  Some are quite complex but most are simply wrong.  This is by far the simplest and accurate method that I know. Declare @Date1 datetime Declare @Date2 datetime Select @Date1 = '15Feb1971'Select @Date2 = '08Dec2009'select CASE WHEN dateadd(year, datediff (year, @Date1, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yrbyogi.wordpress.com&amp;blog=6079492&amp;post=243&amp;subd=yrbyogi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yrbyogi.wordpress.com/2010/05/19/age-calculation-with-sql-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5fc8c52d7fbf3a15a5aaab72d5080c3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yrbyogi</media:title>
		</media:content>
	</item>
		<item>
		<title>[WPF] How to assign a dynamic resource from code-behind ?</title>
		<link>http://yrbyogi.wordpress.com/2010/04/19/wpf-how-to-assign-a-dynamic-resource-from-code-behind/</link>
		<comments>http://yrbyogi.wordpress.com/2010/04/19/wpf-how-to-assign-a-dynamic-resource-from-code-behind/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 08:25:00 +0000</pubDate>
		<dc:creator>yrbyogi</dc:creator>
				<category><![CDATA[.Net 3.5]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://yrbyogi.wordpress.com/2010/04/19/wpf-how-to-assign-a-dynamic-resource-from-code-behind/</guid>
		<description><![CDATA[When working on WPF projects, it’s mandatory to assign resources to user interface controls. When you work in XAML, it’s pretty simple: you just need to use the MarkupExtension named StaticResource (or DynamicResource if the resource is going to be modified): &#60;Button Content=&#8221;Find Position&#8221; Click=&#8221;Button_Click&#8221; Background=&#8221;{DynamicResource brush}&#8221; /&#62; But, how to do the same using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yrbyogi.wordpress.com&amp;blog=6079492&amp;post=242&amp;subd=yrbyogi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yrbyogi.wordpress.com/2010/04/19/wpf-how-to-assign-a-dynamic-resource-from-code-behind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5fc8c52d7fbf3a15a5aaab72d5080c3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yrbyogi</media:title>
		</media:content>
	</item>
		<item>
		<title>.NET 3.5 LANGUAGE ENHANCEMENTS</title>
		<link>http://yrbyogi.wordpress.com/2010/02/10/net-3-5-language-enhancements/</link>
		<comments>http://yrbyogi.wordpress.com/2010/02/10/net-3-5-language-enhancements/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 10:32:05 +0000</pubDate>
		<dc:creator>yrbyogi</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.Net 3.5]]></category>
		<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[asp.net 3.5]]></category>

		<guid isPermaLink="false">http://yrbyogi.wordpress.com/?p=240</guid>
		<description><![CDATA[There are several .NET language enhancements to be introduced with Visual Studio 2008 including implicitly typed variables, extension methods, anonymous types, object initializers, collection initializers and automatic properties. These language enhancements, along with features like generics, are critical to the use of some of the new features, such as LINQ with the ADO.NET Entity Framework. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yrbyogi.wordpress.com&amp;blog=6079492&amp;post=240&amp;subd=yrbyogi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yrbyogi.wordpress.com/2010/02/10/net-3-5-language-enhancements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5fc8c52d7fbf3a15a5aaab72d5080c3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yrbyogi</media:title>
		</media:content>

		<media:content url="http://4.bp.blogspot.com/_95uYHl9v39I/S3KDjEIvQuI/AAAAAAAAAIo/0RYheA2q53E/s640/typecast.JPG" medium="image" />
	</item>
		<item>
		<title>NEW DATA TYPES IN SQL SERVER 2008</title>
		<link>http://yrbyogi.wordpress.com/2010/02/06/new-data-types-in-sql-server-2008/</link>
		<comments>http://yrbyogi.wordpress.com/2010/02/06/new-data-types-in-sql-server-2008/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 10:39:22 +0000</pubDate>
		<dc:creator>yrbyogi</dc:creator>
				<category><![CDATA[SQL SERVER 2008]]></category>
		<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://yrbyogi.wordpress.com/?p=238</guid>
		<description><![CDATA[We will take a look at the following new data types, each of which is available in all editions of SQLServer 2008: • Date and Time: Four new date and time data types have been added, making working with time much easier than it ever has in the past. They include: DATE, TIME, DATETIME2, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yrbyogi.wordpress.com&amp;blog=6079492&amp;post=238&amp;subd=yrbyogi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yrbyogi.wordpress.com/2010/02/06/new-data-types-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5fc8c52d7fbf3a15a5aaab72d5080c3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yrbyogi</media:title>
		</media:content>
	</item>
		<item>
		<title>Base Page For Detecting Session Timeout in ASP.Net/C#</title>
		<link>http://yrbyogi.wordpress.com/2010/02/04/base-page-for-detecting-session-timeout-in-asp-netc/</link>
		<comments>http://yrbyogi.wordpress.com/2010/02/04/base-page-for-detecting-session-timeout-in-asp-netc/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 11:33:51 +0000</pubDate>
		<dc:creator>yrbyogi</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://yrbyogi.wordpress.com/?p=234</guid>
		<description><![CDATA[In this tutorial we will be going over how to create a base page class to handle your sessions. The number one question I get asked time and time again is how to manage sessions, and how to detect if a session has expired. Back in the days before .Net things were a little more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yrbyogi.wordpress.com&amp;blog=6079492&amp;post=234&amp;subd=yrbyogi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yrbyogi.wordpress.com/2010/02/04/base-page-for-detecting-session-timeout-in-asp-netc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5fc8c52d7fbf3a15a5aaab72d5080c3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yrbyogi</media:title>
		</media:content>

		<media:content url="http://http.cdnlayer.com/dreamincode/forums/public/style_emoticons/default/smile.gif" medium="image">
			<media:title type="html">:)</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading and Writing XML in C#</title>
		<link>http://yrbyogi.wordpress.com/2010/01/30/reading-and-writing-xml-in-c/</link>
		<comments>http://yrbyogi.wordpress.com/2010/01/30/reading-and-writing-xml-in-c/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 09:47:01 +0000</pubDate>
		<dc:creator>yrbyogi</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://yrbyogi.wordpress.com/?p=231</guid>
		<description><![CDATA[In this article, you will see how to read and write XML documents in Microsoft .NET using C# language. First, I will discuss XML .NET Framework Library namespace and classes. Then, you will see how to read and write XML documents. In the end of this article, I will show you how to take advantage [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yrbyogi.wordpress.com&amp;blog=6079492&amp;post=231&amp;subd=yrbyogi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yrbyogi.wordpress.com/2010/01/30/reading-and-writing-xml-in-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5fc8c52d7fbf3a15a5aaab72d5080c3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yrbyogi</media:title>
		</media:content>
	</item>
		<item>
		<title>Main Differences between ASP.NET 3.5 and ASP.NET 4.0</title>
		<link>http://yrbyogi.wordpress.com/2010/01/30/main-differences-between-asp-net-3-5-and-asp-net-4-0/</link>
		<comments>http://yrbyogi.wordpress.com/2010/01/30/main-differences-between-asp-net-3-5-and-asp-net-4-0/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 05:22:01 +0000</pubDate>
		<dc:creator>yrbyogi</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.net]]></category>

		<guid isPermaLink="false">http://yrbyogi.wordpress.com/?p=225</guid>
		<description><![CDATA[As we all know, ASP.NET 3.5 has introduced with the following main new features 1) AJAX integration 2) LINQ 3) Automatic Properties 4) Lambda expressions I hope it would be useful for everyone to know about the differences about asp.net 3.5 and its next version asp.net 4.0 Because of space consumption I’ll list only some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yrbyogi.wordpress.com&amp;blog=6079492&amp;post=225&amp;subd=yrbyogi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yrbyogi.wordpress.com/2010/01/30/main-differences-between-asp-net-3-5-and-asp-net-4-0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5fc8c52d7fbf3a15a5aaab72d5080c3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yrbyogi</media:title>
		</media:content>
	</item>
		<item>
		<title>.Net Memory Management &amp; Garbage Collection</title>
		<link>http://yrbyogi.wordpress.com/2010/01/25/net-memory-management-garbage-collection/</link>
		<comments>http://yrbyogi.wordpress.com/2010/01/25/net-memory-management-garbage-collection/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:26:47 +0000</pubDate>
		<dc:creator>yrbyogi</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.net]]></category>

		<guid isPermaLink="false">http://yrbyogi.wordpress.com/?p=222</guid>
		<description><![CDATA[Introduction The Microsoft .NET common language runtime requires that all resources be allocated from the managed heap. Objects are automatically freed when they are no longer needed by the application. When a process is initialized, the runtime reserves a contiguous region of address space that initially has no storage allocated for it. This address space [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yrbyogi.wordpress.com&amp;blog=6079492&amp;post=222&amp;subd=yrbyogi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yrbyogi.wordpress.com/2010/01/25/net-memory-management-garbage-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5fc8c52d7fbf3a15a5aaab72d5080c3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yrbyogi</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/soh_1_thumb.png?w=244&#038;h=184" medium="image">
			<media:title type="html">SOH_1</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/soh2_thumb.png?w=244&#038;h=183" medium="image">
			<media:title type="html">SOH2</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/generations_3_thumb.png?w=244&#038;h=183" medium="image">
			<media:title type="html">Generations_3</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/generations_4_thumb.png?w=244&#038;h=183" medium="image">
			<media:title type="html">Generations_4</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/generations_5_thumb.png?w=244&#038;h=184" medium="image">
			<media:title type="html">Generations_5</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/generations_6_thumb.png?w=244&#038;h=183" medium="image">
			<media:title type="html">Generations_6</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/generations_7_thumb.png?w=244&#038;h=182" medium="image">
			<media:title type="html">Generations_7</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/tempobj_8_thumb.png?w=244&#038;h=97" medium="image">
			<media:title type="html">TempObj_8</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/tempobj_9_thumb.png?w=244&#038;h=94" medium="image">
			<media:title type="html">TempObj_9</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/loh_10_thumb.png?w=244&#038;h=181" medium="image">
			<media:title type="html">LOH_10</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/loh_11_thumb.png?w=244&#038;h=182" medium="image">
			<media:title type="html">LOH_11</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/loh_12_thumb.png?w=244&#038;h=183" medium="image">
			<media:title type="html">LOH_12</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/final_13_thumb.png?w=244&#038;h=182" medium="image">
			<media:title type="html">Final_13</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/final_14_thumb.png?w=244&#038;h=182" medium="image">
			<media:title type="html">Final_14</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/final_15_thumb.png?w=244&#038;h=183" medium="image">
			<media:title type="html">Final_15</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/final_16_thumb.png?w=244&#038;h=182" medium="image">
			<media:title type="html">Final_16</media:title>
		</media:content>

		<media:content url="http://ramanisandeep.files.wordpress.com/2010/01/final_17_thumb.png?w=244&#038;h=183" medium="image">
			<media:title type="html">Final_17</media:title>
		</media:content>
	</item>
		<item>
		<title>Backing Up MySQL Database</title>
		<link>http://yrbyogi.wordpress.com/2010/01/07/backing-up-mysql-database/</link>
		<comments>http://yrbyogi.wordpress.com/2010/01/07/backing-up-mysql-database/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 12:47:56 +0000</pubDate>
		<dc:creator>yrbyogi</dc:creator>
				<category><![CDATA[MYSQL]]></category>

		<guid isPermaLink="false">http://yrbyogi.wordpress.com/2010/01/07/backing-up-mysql-database/</guid>
		<description><![CDATA[Backing Up MySQL Database MySQL database backup can be accomplished in two ways: a) Copying the raw mysql database files &#38; b) Exporting tables to text files Copying the MySQL database files MySQL uses the same table format on different platforms, so it&#8217;s possible to copy MySQL table and index files from one platform and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yrbyogi.wordpress.com&amp;blog=6079492&amp;post=221&amp;subd=yrbyogi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yrbyogi.wordpress.com/2010/01/07/backing-up-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5fc8c52d7fbf3a15a5aaab72d5080c3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yrbyogi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
