<?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>Pranav's Blog</title>
	<atom:link href="http://pranavrajyaguru.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pranavrajyaguru.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 12 Aug 2011 11:02:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pranavrajyaguru.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pranav's Blog</title>
		<link>http://pranavrajyaguru.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pranavrajyaguru.wordpress.com/osd.xml" title="Pranav&#039;s Blog" />
	<atom:link rel='hub' href='http://pranavrajyaguru.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Getting Request.ServerVariables from asp.net</title>
		<link>http://pranavrajyaguru.wordpress.com/2011/08/12/getting-request-servervariables-from-asp-net/</link>
		<comments>http://pranavrajyaguru.wordpress.com/2011/08/12/getting-request-servervariables-from-asp-net/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 10:58:54 +0000</pubDate>
		<dc:creator>Pranav Rajyaguru</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Getting Request.ServerVariables]]></category>
		<category><![CDATA[how to get server variables in asp.net]]></category>

		<guid isPermaLink="false">http://pranavrajyaguru.wordpress.com/?p=55</guid>
		<description><![CDATA[Here is the method of getting all server variables in asp.net from Request.ServerVariables Response.Write(&#8220;&#60;table border=&#8217;1&#8242;&#62;&#8221;); for (int i = 0; i &#60; Request.ServerVariables.Count; i++) { string key = Request.ServerVariables.Keys[i]; Response.Write( string.Format(&#8220;&#60;tr&#62;&#60;td style=&#8217;border:1px solid;&#8217;&#62;{0}&#60;/td&#62;&#60;td&#62;{1}&#60;/td&#62; &#8220;); This will list all the server variables in the page in table format&#8230; Enjoy&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=55&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is the method of getting all server variables in asp.net from Request.ServerVariables</p>
<p>            Response.Write(&#8220;&lt;table border=&#8217;1&#8242;&gt;&#8221;);<br />
            for (int i = 0; i &lt; Request.ServerVariables.Count; i++)<br />
            {<br />
                string key = Request.ServerVariables.Keys[i];<br />
                Response.Write(<br />
                    string.Format(&#8220;&lt;tr&gt;&lt;td style=&#8217;border:1px solid;&#8217;&gt;{0}&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;</tr>
<p>&#8220;);</p>
<p>This will list all the server variables in the page in table format&#8230;</p>
<p>Enjoy&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pranavrajyaguru.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pranavrajyaguru.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pranavrajyaguru.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pranavrajyaguru.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pranavrajyaguru.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pranavrajyaguru.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pranavrajyaguru.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pranavrajyaguru.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pranavrajyaguru.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pranavrajyaguru.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pranavrajyaguru.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pranavrajyaguru.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pranavrajyaguru.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pranavrajyaguru.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=55&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pranavrajyaguru.wordpress.com/2011/08/12/getting-request-servervariables-from-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8827fd2df696392ea0de17d8f11e3c3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pranav rajyaguru</media:title>
		</media:content>
	</item>
		<item>
		<title>How to connect sqlserver from command prompt using sqlcmd / bulk insert</title>
		<link>http://pranavrajyaguru.wordpress.com/2011/08/03/how-to-connect-sqlserver-from-command-prompt-using-sqlcmd/</link>
		<comments>http://pranavrajyaguru.wordpress.com/2011/08/03/how-to-connect-sqlserver-from-command-prompt-using-sqlcmd/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 11:58:00 +0000</pubDate>
		<dc:creator>Pranav Rajyaguru</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[bulk insert]]></category>
		<category><![CDATA[connect sql server from command prompt]]></category>
		<category><![CDATA[how sqlcmd works]]></category>
		<category><![CDATA[insert multiple records]]></category>
		<category><![CDATA[sqlcmd]]></category>

		<guid isPermaLink="false">http://pranavrajyaguru.wordpress.com/?p=44</guid>
		<description><![CDATA[Hi all, I need to insert large amount of records into sql server. The script is ready in file. The insert query is ready but the record is around 15 Lacs. SQL server gets time out every time I run the file from &#8220;SQL Server Management Studio&#8221;. Then I thought to do it from command [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=44&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>I need to insert large amount of records into sql server. The script is ready in file. The insert query is ready but the record is around 15 Lacs.</p>
<p>SQL server gets time out every time I run the file from &#8220;SQL Server Management Studio&#8221;.</p>
<p>Then I thought to do it from command prompt (whether anything can be done using cmd) as in my previous article I have used to replace text file from command prompt.</p>
<p>Then I came to know that you can do everything in sql server using command prompt. The main thing is you need to go to below path in command prompt. C:\Program Files\Microsoft SQL Server\100\Tools\Binn.<br />
You just need to use below commands to connect to sql server using cmd.</p>
<pre>sqlcmd -S lpc:ComputerName\&lt;instancename&gt; -U username -P password</pre>
<p>Remember that, -S, -U -P are all case sensitive. Now you write any query but to fire the query you need to type go and then enter.</p>
<p>e.g. once you have typed above command correct, you&#8217;ll see<br />
1&gt; in your command prompt. You can write below thing.</p>
<p>1&gt; select * from tbl1 then enter and then type Go then enter&#8230; it&#8217;ll show you result.</p>
<p>But, I need to run the script file so to run the file use below command.</p>
<pre>sqlcmd -S lpc:ComputerName\&lt;instancename&gt; -U username -P password -i &lt;MyScript.sql&gt;</pre>
<p>This will run this script file and give you output in command window. Suppose you need to get output in different file then you can use below command.</p>
<pre>sqlcmd -S lpc:ComputerName\&lt;instancename&gt; -U username -P password -i &lt;MyScript.sql&gt; -o &lt;MyOutput.txt&gt;</pre>
<p>If you want to know all the things of sqlcmd then use below command. It&#8217;ll give you list of all the tags.</p>
<pre>sqlcmd -?</pre>
<p>Again I came into another problem. I need to insert 15 Lac record and the script will not allow to run 1000 record per query. Now I am hope less with the command prompt as well <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Then I came to know about bulk insert. I have another file with .dat extension and that file contains records like below</p>
<p>1;xyz;test<br />
2;abc;temp</p>
<p>Create one table in sql server Table1.</p>
<p>Create table Table1(id bigint, name varchar(50), column1 varchar(100))</p>
<p>Run below query for bulk insert</p>
<p>BULK INSERT Table1<br />
FROM &#8216;C:\filename.dat&#8217;<br />
WITH<br />
(<br />
FIELDTERMINATOR =&#8217;;',<br />
ROWTERMINATOR = &#8216;\n&#8217;<br />
)</p>
<p>And it worked very well. By this way it has inserted all 15 Lac records in just 30 sec into database.</p>
<p>Happy Programming <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pranavrajyaguru.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pranavrajyaguru.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pranavrajyaguru.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pranavrajyaguru.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pranavrajyaguru.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pranavrajyaguru.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pranavrajyaguru.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pranavrajyaguru.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pranavrajyaguru.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pranavrajyaguru.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pranavrajyaguru.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pranavrajyaguru.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pranavrajyaguru.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pranavrajyaguru.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=44&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pranavrajyaguru.wordpress.com/2011/08/03/how-to-connect-sqlserver-from-command-prompt-using-sqlcmd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8827fd2df696392ea0de17d8f11e3c3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pranav rajyaguru</media:title>
		</media:content>
	</item>
		<item>
		<title>How to find and replace text in large file</title>
		<link>http://pranavrajyaguru.wordpress.com/2011/08/03/how-to-find-and-replace-text-in-large-file/</link>
		<comments>http://pranavrajyaguru.wordpress.com/2011/08/03/how-to-find-and-replace-text-in-large-file/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 11:06:44 +0000</pubDate>
		<dc:creator>Pranav Rajyaguru</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[find and replace in txt file]]></category>
		<category><![CDATA[Replace in txt file]]></category>

		<guid isPermaLink="false">http://pranavrajyaguru.wordpress.com/?p=38</guid>
		<description><![CDATA[Hey folks, Back after a looooong break. This time I would like to replace text in a file. Hmm&#8230; You might wonder that it&#8217;s so simple, Open file press ctrl + F and replace from there. But here the file is very big in size. It&#8217;s 300 MB File. I&#8217;ve tried different editor to replace [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=38&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey folks,</p>
<p>Back after a looooong break.</p>
<p>This time I would like to replace text in a file. Hmm&#8230;</p>
<p>You might wonder that it&#8217;s so simple, Open file press ctrl + F and replace from there. But here the file is very big in size. It&#8217;s 300 MB File.</p>
<p>I&#8217;ve tried different editor to replace it but I&#8217;m failed and hopeless. I thought I need to replace it one by one.</p>
<p>Then one of my friend told me to try command line argument through cmd and I have surfed for that and I found below article.</p>
<p>http://blogs.technet.com/b/heyscriptingguy/archive/2005/02/08/how-can-i-find-and-replace-text-in-a-text-file.aspx</p>
<p>Here you need to create one VB Script (.vbs) file and put these text inside it. let&#8217;s say the name of the file is replace.vbs.</p>
<pre>Const ForReading = 1
Const ForWriting = 2

strFileName = Wscript.Arguments(0)
strOldText = Wscript.Arguments(1)
strNewText = Wscript.Arguments(2)

Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.OpenTextFile(strFileName, ForReading)

strText = objFile.ReadAll
objFile.Close
strNewText = Replace(strText, strOldText, strNewText)

Set objFile = objFSO.OpenTextFile(strFileName, ForWriting)
objFile.WriteLine strNewText
objFile.Close</pre>
<p>After creating file you need to fire below command from command prompt.<br />
cscript replace.vbs &#8220;C:\Scripts\Text.txt&#8221; &#8220;test &#8221; &#8220;temp &#8220;</p>
<p>Remember, you need to fire this command from the same drive/directory where your replace.vbs is.<br />
But In my case this trick doesn&#8217;t work because I need to replace double quote (&#8220;) into single quote(&#8216;) and I have tried different solution but it didn&#8217;t work.<br />
Finally I thought to change the replace.vbs file. and I have do below change in file.</p>
<pre>Const ForReading = 1
Const ForWriting = 2

strFileName = Wscript.Arguments(0)
'strOldText = Wscript.Arguments(1)
'strNewText = Wscript.Arguments(2)

Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.OpenTextFile(strFileName, ForReading)

strText = objFile.ReadAll
objFile.Close
strNewText = Replace(strText, """", "'")

Set objFile = objFSO.OpenTextFile(strFileName, ForWriting)
objFile.WriteLine strNewText
objFile.Close</pre>
<p>and then I&#8217;ve run below command.</p>
<pre>cscript replace.vbs "C:\Scripts\Text.txt"</pre>
<p>its done the trick in just 3 sec. Hurray <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  &#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pranavrajyaguru.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pranavrajyaguru.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pranavrajyaguru.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pranavrajyaguru.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pranavrajyaguru.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pranavrajyaguru.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pranavrajyaguru.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pranavrajyaguru.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pranavrajyaguru.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pranavrajyaguru.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pranavrajyaguru.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pranavrajyaguru.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pranavrajyaguru.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pranavrajyaguru.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=38&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pranavrajyaguru.wordpress.com/2011/08/03/how-to-find-and-replace-text-in-large-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8827fd2df696392ea0de17d8f11e3c3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pranav rajyaguru</media:title>
		</media:content>
	</item>
		<item>
		<title>User defined function to strip html in sql server 2005/2008</title>
		<link>http://pranavrajyaguru.wordpress.com/2010/06/09/user-defined-function-to-strip-html-in-sql-server-20052008/</link>
		<comments>http://pranavrajyaguru.wordpress.com/2010/06/09/user-defined-function-to-strip-html-in-sql-server-20052008/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 05:14:31 +0000</pubDate>
		<dc:creator>Pranav Rajyaguru</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[strip html in sql server 2005]]></category>
		<category><![CDATA[strip html in sql server 2008]]></category>
		<category><![CDATA[user defined function for strip html]]></category>

		<guid isPermaLink="false">http://pranavrajyaguru.wordpress.com/?p=33</guid>
		<description><![CDATA[I need to strip html at many places in my project, I can do that by JavaScript function but I want some more common mechanism to strip html codes while getting the data from database. So I thought of using striping html @ database level and I searched on the net and here is the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=33&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I need to strip html at many places in my project, I can do that by JavaScript function but I want some more common mechanism to strip html codes while getting the data from database. So I thought of using striping html @ database level and I searched on the net and here is the function for striping html.</p>
<p><code>CREATE FUNCTION [dbo].[udf_StripHTML]<br />
(@HTMLText VARCHAR(MAX))<br />
RETURNS VARCHAR(MAX)<br />
AS<br />
BEGIN<br />
DECLARE @Start INT<br />
DECLARE @End INT<br />
DECLARE @Length INT<br />
SET @Start = CHARINDEX('&lt;',@HTMLText)<br />
SET @End = CHARINDEX('&gt;',@HTMLText,CHARINDEX('&lt;',@HTMLText))<br />
SET @Length = (@End - @Start) + 1<br />
WHILE @Start &gt; 0<br />
AND @End &gt; 0<br />
AND @Length &gt; 0<br />
BEGIN<br />
SET @HTMLText = STUFF(@HTMLText,@Start,@Length,'')<br />
SET @Start = CHARINDEX('&lt;',@HTMLText)<br />
SET @End = CHARINDEX('&gt;',@HTMLText,CHARINDEX('&lt;',@HTMLText))<br />
SET @Length = (@End - @Start) + 1<br />
END<br />
RETURN LTRIM(RTRIM(@HTMLText))<br />
END<br />
GO</code></p>
<p>Above function takes string as a parameter which contains html data and it will return string without html part.</p>
<p>Example:<br />
Select dbo.<code>udf_StripHTML('&lt;br&gt; This is &lt;hr&gt; &lt;html&gt; Pranav''s Blog &lt;/html&gt;') </code><code>and </code><code>it will return below string<br />
</code><code>-&gt; This is Pranav's Blog </code></p>
<p>Happy Programming <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pranavrajyaguru.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pranavrajyaguru.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pranavrajyaguru.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pranavrajyaguru.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pranavrajyaguru.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pranavrajyaguru.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pranavrajyaguru.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pranavrajyaguru.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pranavrajyaguru.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pranavrajyaguru.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pranavrajyaguru.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pranavrajyaguru.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pranavrajyaguru.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pranavrajyaguru.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=33&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pranavrajyaguru.wordpress.com/2010/06/09/user-defined-function-to-strip-html-in-sql-server-20052008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8827fd2df696392ea0de17d8f11e3c3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pranav rajyaguru</media:title>
		</media:content>
	</item>
		<item>
		<title>How to expire(remove) page caching in ASP.Net</title>
		<link>http://pranavrajyaguru.wordpress.com/2010/06/07/how-to-expireremove-page-caching-in-asp-net/</link>
		<comments>http://pranavrajyaguru.wordpress.com/2010/06/07/how-to-expireremove-page-caching-in-asp-net/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 10:55:46 +0000</pubDate>
		<dc:creator>Pranav Rajyaguru</dc:creator>
				<category><![CDATA[ASP.Net]]></category>

		<guid isPermaLink="false">http://pranavrajyaguru.wordpress.com/?p=30</guid>
		<description><![CDATA[Hey Folks, Today I have faced one problem in my live website. It was showing old contents though I have changed the content in the web page. Then as I press F5 or Ctrl+F5 it will show me the right content. I have removed my cache from the browser but not succeed. Then I have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=30&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey Folks,</p>
<p>Today I have faced one problem in my live website. It was showing old contents though I have changed the content in the web page. Then as I press F5 or Ctrl+F5 it will show me the right content. I have removed my cache from the browser but not succeed.</p>
<p>Then I have written below code in page level in Page_Load event, and then my page worked live never before. Here is the code:</p>
<p>VB:<br />
&#8216;Remove Page Caching&#8230;<br />
Response.Expires = -1<br />
Response.ExpiresAbsolute = Now()<br />
Response.CacheControl = &#8220;no-cache&#8221;</p>
<p>C#:<br />
//Remove Page Caching&#8230;<br />
Response.Expires = -1;<br />
Response.ExpiresAbsolute = DateTime.Now;<br />
Response.CacheControl = &#8220;no-cache&#8221;;</p>
<p>Hurreeyyy !!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pranavrajyaguru.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pranavrajyaguru.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pranavrajyaguru.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pranavrajyaguru.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pranavrajyaguru.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pranavrajyaguru.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pranavrajyaguru.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pranavrajyaguru.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pranavrajyaguru.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pranavrajyaguru.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pranavrajyaguru.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pranavrajyaguru.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pranavrajyaguru.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pranavrajyaguru.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=30&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pranavrajyaguru.wordpress.com/2010/06/07/how-to-expireremove-page-caching-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8827fd2df696392ea0de17d8f11e3c3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pranav rajyaguru</media:title>
		</media:content>
	</item>
		<item>
		<title>COALESCE with DISTINCT in SQLServer</title>
		<link>http://pranavrajyaguru.wordpress.com/2010/06/03/coalesce-in-sqlserver/</link>
		<comments>http://pranavrajyaguru.wordpress.com/2010/06/03/coalesce-in-sqlserver/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 06:28:20 +0000</pubDate>
		<dc:creator>Pranav Rajyaguru</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[COALESCE function]]></category>
		<category><![CDATA[COALESCE in SQL Server]]></category>
		<category><![CDATA[COALESCE with DISTINCT]]></category>
		<category><![CDATA[SQLServer COALESCE with DISTINCT keyword]]></category>

		<guid isPermaLink="false">http://pranavrajyaguru.wordpress.com/?p=23</guid>
		<description><![CDATA[If you want comma separated values from columns it is so simple. Use COALESCE function provided by SQL Server. DECLARE @csv varchar(max) select @csv = COALESCE(@csv + ‘,’,”) + cast(id  AS VARCHAR) from tablename print @csv COALESCE with DISTINCT Values If you want, DISTINCT values in COALESCE function use inner table like below. DECLARE @csv [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=23&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want comma separated values from columns it is so simple. Use COALESCE function provided by SQL Server.</p>
<p>DECLARE @csv varchar(max)<br />
select @csv = COALESCE(@csv + ‘,’,”) + cast(id  AS VARCHAR) from tablename<br />
print @csv</p>
<p><span style="text-decoration:underline;"><strong>COALESCE with DISTINCT Values</strong></span></p>
<p>If you want, DISTINCT values in COALESCE function use inner table like below.</p>
<p>DECLARE @csv varchar(max)<br />
select @csv = COALESCE(@csv + ‘,’,”) + cast(id  AS VARCHAR) from<br />
(SELECT DISTINCT id FROM TableName)<br />
print @csv</p>
<p>Happy Programming <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pranavrajyaguru.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pranavrajyaguru.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pranavrajyaguru.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pranavrajyaguru.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pranavrajyaguru.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pranavrajyaguru.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pranavrajyaguru.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pranavrajyaguru.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pranavrajyaguru.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pranavrajyaguru.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pranavrajyaguru.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pranavrajyaguru.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pranavrajyaguru.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pranavrajyaguru.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=23&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pranavrajyaguru.wordpress.com/2010/06/03/coalesce-in-sqlserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8827fd2df696392ea0de17d8f11e3c3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pranav rajyaguru</media:title>
		</media:content>
	</item>
		<item>
		<title>Decode html through javascript</title>
		<link>http://pranavrajyaguru.wordpress.com/2010/06/03/decode-html-through-javascript/</link>
		<comments>http://pranavrajyaguru.wordpress.com/2010/06/03/decode-html-through-javascript/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 05:46:28 +0000</pubDate>
		<dc:creator>Pranav Rajyaguru</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Decode HTML]]></category>
		<category><![CDATA[Decode html using JavaScript]]></category>

		<guid isPermaLink="false">http://pranavrajyaguru.wordpress.com/?p=19</guid>
		<description><![CDATA[I have come across a problem where I want to use xml file into javascript and that time I need to decode html code so that it works smooth e.g. &#8220;&#38;amp;&#8221; should rendered as &#8220;&#38;&#8221; and &#8220;&#8216;&#8221; should rendered as single quote (&#8216;). Here is the function for what I need function HtmlDecode(s) { var [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=19&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have come across a problem where I want to use xml file into javascript and that time I need to decode html code so that it works smooth e.g. &#8220;&amp;amp;&#8221; should rendered as &#8220;&amp;&#8221; and &#8220;&#8216;&#8221; should rendered as single quote (&#8216;). Here is the function for what I need</p>
<p>function HtmlDecode(s) {<br />
var out = &#8220;&#8221;;<br />
if (s == null) return;<br />
var l = s.length;<br />
for (var i = 0; i &lt; l; i++) {<br />
var ch = s.charAt(i);<br />
if (ch == &#8216;&amp;&#8217;) {<br />
var semicolonIndex = s.indexOf(&#8216;;&#8217;, i + 1);<br />
if (semicolonIndex &gt; 0) {<br />
var entity = s.substring(i + 1, semicolonIndex);<br />
if (entity.length &gt; 1 &amp;&amp; entity.charAt(0) == &#8216;#&#8217;) {<br />
if (entity.charAt(1) == &#8216;x&#8217; || entity.charAt(1) == &#8216;X&#8217;)<br />
ch = String.fromCharCode(eval(&#8217;0&#8242; + entity.substring(1)));<br />
else<br />
ch = String.fromCharCode(eval(entity.substring(1)));<br />
}<br />
else {<br />
switch (entity) {<br />
case &#8216;quot&#8217;: ch = String.fromCharCode(0&#215;0022); break;<br />
case &#8216;amp&#8217;: ch = String.fromCharCode(0&#215;0026); break;<br />
case &#8216;lt&#8217;: ch = String.fromCharCode(0x003c); break;<br />
case &#8216;gt&#8217;: ch = String.fromCharCode(0x003e); break;<br />
case &#8216;nbsp&#8217;: ch = String.fromCharCode(0x00a0); break;<br />
case &#8216;iexcl&#8217;: ch = String.fromCharCode(0x00a1); break;<br />
case &#8216;cent&#8217;: ch = String.fromCharCode(0x00a2); break;<br />
case &#8216;pound&#8217;: ch = String.fromCharCode(0x00a3); break;<br />
case &#8216;curren&#8217;: ch = String.fromCharCode(0x00a4); break;<br />
case &#8216;yen&#8217;: ch = String.fromCharCode(0x00a5); break;<br />
case &#8216;brvbar&#8217;: ch = String.fromCharCode(0x00a6); break;<br />
case &#8216;sect&#8217;: ch = String.fromCharCode(0x00a7); break;<br />
case &#8216;uml&#8217;: ch = String.fromCharCode(0x00a8); break;<br />
case &#8216;copy&#8217;: ch = String.fromCharCode(0x00a9); break;<br />
case &#8216;ordf&#8217;: ch = String.fromCharCode(0x00aa); break;<br />
case &#8216;laquo&#8217;: ch = String.fromCharCode(0x00ab); break;<br />
case &#8216;not&#8217;: ch = String.fromCharCode(0x00ac); break;<br />
case &#8216;shy&#8217;: ch = String.fromCharCode(0x00ad); break;<br />
case &#8216;reg&#8217;: ch = String.fromCharCode(0x00ae); break;<br />
case &#8216;macr&#8217;: ch = String.fromCharCode(0x00af); break;<br />
case &#8216;deg&#8217;: ch = String.fromCharCode(0x00b0); break;<br />
case &#8216;plusmn&#8217;: ch = String.fromCharCode(0x00b1); break;<br />
case &#8216;sup2&#8242;: ch = String.fromCharCode(0x00b2); break;<br />
case &#8216;sup3&#8242;: ch = String.fromCharCode(0x00b3); break;<br />
case &#8216;acute&#8217;: ch = String.fromCharCode(0x00b4); break;<br />
case &#8216;micro&#8217;: ch = String.fromCharCode(0x00b5); break;<br />
case &#8216;para&#8217;: ch = String.fromCharCode(0x00b6); break;<br />
case &#8216;middot&#8217;: ch = String.fromCharCode(0x00b7); break;<br />
case &#8216;cedil&#8217;: ch = String.fromCharCode(0x00b8); break;<br />
case &#8216;sup1&#8242;: ch = String.fromCharCode(0x00b9); break;<br />
case &#8216;ordm&#8217;: ch = String.fromCharCode(0x00ba); break;<br />
case &#8216;raquo&#8217;: ch = String.fromCharCode(0x00bb); break;<br />
case &#8216;frac14&#8242;: ch = String.fromCharCode(0x00bc); break;<br />
case &#8216;frac12&#8242;: ch = String.fromCharCode(0x00bd); break;<br />
case &#8216;frac34&#8242;: ch = String.fromCharCode(0x00be); break;<br />
case &#8216;iquest&#8217;: ch = String.fromCharCode(0x00bf); break;<br />
case &#8216;Agrave&#8217;: ch = String.fromCharCode(0x00c0); break;<br />
case &#8216;Aacute&#8217;: ch = String.fromCharCode(0x00c1); break;<br />
case &#8216;Acirc&#8217;: ch = String.fromCharCode(0x00c2); break;<br />
case &#8216;Atilde&#8217;: ch = String.fromCharCode(0x00c3); break;<br />
case &#8216;Auml&#8217;: ch = String.fromCharCode(0x00c4); break;<br />
case &#8216;Aring&#8217;: ch = String.fromCharCode(0x00c5); break;<br />
case &#8216;AElig&#8217;: ch = String.fromCharCode(0x00c6); break;<br />
case &#8216;Ccedil&#8217;: ch = String.fromCharCode(0x00c7); break;<br />
case &#8216;Egrave&#8217;: ch = String.fromCharCode(0x00c8); break;<br />
case &#8216;Eacute&#8217;: ch = String.fromCharCode(0x00c9); break;<br />
case &#8216;Ecirc&#8217;: ch = String.fromCharCode(0x00ca); break;<br />
case &#8216;Euml&#8217;: ch = String.fromCharCode(0x00cb); break;<br />
case &#8216;Igrave&#8217;: ch = String.fromCharCode(0x00cc); break;<br />
case &#8216;Iacute&#8217;: ch = String.fromCharCode(0x00cd); break;<br />
case &#8216;Icirc&#8217;: ch = String.fromCharCode(0x00ce); break;<br />
case &#8216;Iuml&#8217;: ch = String.fromCharCode(0x00cf); break;<br />
case &#8216;ETH&#8217;: ch = String.fromCharCode(0x00d0); break;<br />
case &#8216;Ntilde&#8217;: ch = String.fromCharCode(0x00d1); break;<br />
case &#8216;Ograve&#8217;: ch = String.fromCharCode(0x00d2); break;<br />
case &#8216;Oacute&#8217;: ch = String.fromCharCode(0x00d3); break;<br />
case &#8216;Ocirc&#8217;: ch = String.fromCharCode(0x00d4); break;<br />
case &#8216;Otilde&#8217;: ch = String.fromCharCode(0x00d5); break;<br />
case &#8216;Ouml&#8217;: ch = String.fromCharCode(0x00d6); break;<br />
case &#8216;times&#8217;: ch = String.fromCharCode(0x00d7); break;<br />
case &#8216;Oslash&#8217;: ch = String.fromCharCode(0x00d8); break;<br />
case &#8216;Ugrave&#8217;: ch = String.fromCharCode(0x00d9); break;<br />
case &#8216;Uacute&#8217;: ch = String.fromCharCode(0x00da); break;<br />
case &#8216;Ucirc&#8217;: ch = String.fromCharCode(0x00db); break;<br />
case &#8216;Uuml&#8217;: ch = String.fromCharCode(0x00dc); break;<br />
case &#8216;Yacute&#8217;: ch = String.fromCharCode(0x00dd); break;<br />
case &#8216;THORN&#8217;: ch = String.fromCharCode(0x00de); break;<br />
case &#8216;szlig&#8217;: ch = String.fromCharCode(0x00df); break;<br />
case &#8216;agrave&#8217;: ch = String.fromCharCode(0x00e0); break;<br />
case &#8216;aacute&#8217;: ch = String.fromCharCode(0x00e1); break;<br />
case &#8216;acirc&#8217;: ch = String.fromCharCode(0x00e2); break;<br />
case &#8216;atilde&#8217;: ch = String.fromCharCode(0x00e3); break;<br />
case &#8216;auml&#8217;: ch = String.fromCharCode(0x00e4); break;<br />
case &#8216;aring&#8217;: ch = String.fromCharCode(0x00e5); break;<br />
case &#8216;aelig&#8217;: ch = String.fromCharCode(0x00e6); break;<br />
case &#8216;ccedil&#8217;: ch = String.fromCharCode(0x00e7); break;<br />
case &#8216;egrave&#8217;: ch = String.fromCharCode(0x00e8); break;<br />
case &#8216;eacute&#8217;: ch = String.fromCharCode(0x00e9); break;<br />
case &#8216;ecirc&#8217;: ch = String.fromCharCode(0x00ea); break;<br />
case &#8216;euml&#8217;: ch = String.fromCharCode(0x00eb); break;<br />
case &#8216;igrave&#8217;: ch = String.fromCharCode(0x00ec); break;<br />
case &#8216;iacute&#8217;: ch = String.fromCharCode(0x00ed); break;<br />
case &#8216;icirc&#8217;: ch = String.fromCharCode(0x00ee); break;<br />
case &#8216;iuml&#8217;: ch = String.fromCharCode(0x00ef); break;<br />
case &#8216;eth&#8217;: ch = String.fromCharCode(0x00f0); break;<br />
case &#8216;ntilde&#8217;: ch = String.fromCharCode(0x00f1); break;<br />
case &#8216;ograve&#8217;: ch = String.fromCharCode(0x00f2); break;<br />
case &#8216;oacute&#8217;: ch = String.fromCharCode(0x00f3); break;<br />
case &#8216;ocirc&#8217;: ch = String.fromCharCode(0x00f4); break;<br />
case &#8216;otilde&#8217;: ch = String.fromCharCode(0x00f5); break;<br />
case &#8216;ouml&#8217;: ch = String.fromCharCode(0x00f6); break;<br />
case &#8216;divide&#8217;: ch = String.fromCharCode(0x00f7); break;<br />
case &#8216;oslash&#8217;: ch = String.fromCharCode(0x00f8); break;<br />
case &#8216;ugrave&#8217;: ch = String.fromCharCode(0x00f9); break;<br />
case &#8216;uacute&#8217;: ch = String.fromCharCode(0x00fa); break;<br />
case &#8216;ucirc&#8217;: ch = String.fromCharCode(0x00fb); break;<br />
case &#8216;uuml&#8217;: ch = String.fromCharCode(0x00fc); break;<br />
case &#8216;yacute&#8217;: ch = String.fromCharCode(0x00fd); break;<br />
case &#8216;thorn&#8217;: ch = String.fromCharCode(0x00fe); break;<br />
case &#8216;yuml&#8217;: ch = String.fromCharCode(0x00ff); break;<br />
case &#8216;OElig&#8217;: ch = String.fromCharCode(0&#215;0152); break;<br />
case &#8216;oelig&#8217;: ch = String.fromCharCode(0&#215;0153); break;<br />
case &#8216;Scaron&#8217;: ch = String.fromCharCode(0&#215;0160); break;<br />
case &#8216;scaron&#8217;: ch = String.fromCharCode(0&#215;0161); break;<br />
case &#8216;Yuml&#8217;: ch = String.fromCharCode(0&#215;0178); break;<br />
case &#8216;fnof&#8217;: ch = String.fromCharCode(0&#215;0192); break;<br />
case &#8216;circ&#8217;: ch = String.fromCharCode(0x02c6); break;<br />
case &#8217;tilde&#8217;: ch = String.fromCharCode(0x02dc); break;<br />
case &#8216;Alpha&#8217;: ch = String.fromCharCode(0&#215;0391); break;<br />
case &#8216;Beta&#8217;: ch = String.fromCharCode(0&#215;0392); break;<br />
case &#8216;Gamma&#8217;: ch = String.fromCharCode(0&#215;0393); break;<br />
case &#8216;Delta&#8217;: ch = String.fromCharCode(0&#215;0394); break;<br />
case &#8216;Epsilon&#8217;: ch = String.fromCharCode(0&#215;0395); break;<br />
case &#8216;Zeta&#8217;: ch = String.fromCharCode(0&#215;0396); break;<br />
case &#8216;Eta&#8217;: ch = String.fromCharCode(0&#215;0397); break;<br />
case &#8216;Theta&#8217;: ch = String.fromCharCode(0&#215;0398); break;<br />
case &#8216;Iota&#8217;: ch = String.fromCharCode(0&#215;0399); break;<br />
case &#8216;Kappa&#8217;: ch = String.fromCharCode(0x039a); break;<br />
case &#8216;Lambda&#8217;: ch = String.fromCharCode(0x039b); break;<br />
case &#8216;Mu&#8217;: ch = String.fromCharCode(0x039c); break;<br />
case &#8216;Nu&#8217;: ch = String.fromCharCode(0x039d); break;<br />
case &#8216;Xi&#8217;: ch = String.fromCharCode(0x039e); break;<br />
case &#8216;Omicron&#8217;: ch = String.fromCharCode(0x039f); break;<br />
case &#8216;Pi&#8217;: ch = String.fromCharCode(0x03a0); break;<br />
case &#8216; Rho &#8216;: ch = String.fromCharCode(0x03a1); break;<br />
case &#8216;Sigma&#8217;: ch = String.fromCharCode(0x03a3); break;<br />
case &#8216;Tau&#8217;: ch = String.fromCharCode(0x03a4); break;<br />
case &#8216;Upsilon&#8217;: ch = String.fromCharCode(0x03a5); break;<br />
case &#8216;Phi&#8217;: ch = String.fromCharCode(0x03a6); break;<br />
case &#8216;Chi&#8217;: ch = String.fromCharCode(0x03a7); break;<br />
case &#8216;Psi&#8217;: ch = String.fromCharCode(0x03a8); break;<br />
case &#8216;Omega&#8217;: ch = String.fromCharCode(0x03a9); break;<br />
case &#8216;alpha&#8217;: ch = String.fromCharCode(0x03b1); break;<br />
case &#8216;beta&#8217;: ch = String.fromCharCode(0x03b2); break;<br />
case &#8216;gamma&#8217;: ch = String.fromCharCode(0x03b3); break;<br />
case &#8216;delta&#8217;: ch = String.fromCharCode(0x03b4); break;<br />
case &#8216;epsilon&#8217;: ch = String.fromCharCode(0x03b5); break;<br />
case &#8216;zeta&#8217;: ch = String.fromCharCode(0x03b6); break;<br />
case &#8216;eta&#8217;: ch = String.fromCharCode(0x03b7); break;<br />
case &#8216;theta&#8217;: ch = String.fromCharCode(0x03b8); break;<br />
case &#8216;iota&#8217;: ch = String.fromCharCode(0x03b9); break;<br />
case &#8216;kappa&#8217;: ch = String.fromCharCode(0x03ba); break;<br />
case &#8216;lambda&#8217;: ch = String.fromCharCode(0x03bb); break;<br />
case &#8216;mu&#8217;: ch = String.fromCharCode(0x03bc); break;<br />
case &#8216;nu&#8217;: ch = String.fromCharCode(0x03bd); break;<br />
case &#8216;xi&#8217;: ch = String.fromCharCode(0x03be); break;<br />
case &#8216;omicron&#8217;: ch = String.fromCharCode(0x03bf); break;<br />
case &#8216;pi&#8217;: ch = String.fromCharCode(0x03c0); break;<br />
case &#8216;rho&#8217;: ch = String.fromCharCode(0x03c1); break;<br />
case &#8216;sigmaf&#8217;: ch = String.fromCharCode(0x03c2); break;<br />
case &#8216;sigma&#8217;: ch = String.fromCharCode(0x03c3); break;<br />
case &#8216;tau&#8217;: ch = String.fromCharCode(0x03c4); break;<br />
case &#8216;upsilon&#8217;: ch = String.fromCharCode(0x03c5); break;<br />
case &#8216;phi&#8217;: ch = String.fromCharCode(0x03c6); break;<br />
case &#8216;chi&#8217;: ch = String.fromCharCode(0x03c7); break;<br />
case &#8216;psi&#8217;: ch = String.fromCharCode(0x03c8); break;<br />
case &#8216;omega&#8217;: ch = String.fromCharCode(0x03c9); break;<br />
case &#8216;thetasym&#8217;: ch = String.fromCharCode(0x03d1); break;<br />
case &#8216;upsih&#8217;: ch = String.fromCharCode(0x03d2); break;<br />
case &#8216;piv&#8217;: ch = String.fromCharCode(0x03d6); break;<br />
case &#8216;ensp&#8217;: ch = String.fromCharCode(0&#215;2002); break;<br />
case &#8216;emsp&#8217;: ch = String.fromCharCode(0&#215;2003); break;<br />
case &#8216;thinsp&#8217;: ch = String.fromCharCode(0&#215;2009); break;<br />
case &#8216;zwnj&#8217;: ch = String.fromCharCode(0x200c); break;<br />
case &#8216;zwj&#8217;: ch = String.fromCharCode(0x200d); break;<br />
case &#8216;lrm&#8217;: ch = String.fromCharCode(0x200e); break;<br />
case &#8216;rlm&#8217;: ch = String.fromCharCode(0x200f); break;<br />
case &#8216;ndash&#8217;: ch = String.fromCharCode(0&#215;2013); break;<br />
case &#8216;mdash&#8217;: ch = String.fromCharCode(0&#215;2014); break;<br />
case &#8216;lsquo&#8217;: ch = String.fromCharCode(0&#215;2018); break;<br />
case &#8216;rsquo&#8217;: ch = String.fromCharCode(0&#215;2019); break;<br />
case &#8216;sbquo&#8217;: ch = String.fromCharCode(0x201a); break;<br />
case &#8216;ldquo&#8217;: ch = String.fromCharCode(0x201c); break;<br />
case &#8216;rdquo&#8217;: ch = String.fromCharCode(0x201d); break;<br />
case &#8216;bdquo&#8217;: ch = String.fromCharCode(0x201e); break;<br />
case &#8216;dagger&#8217;: ch = String.fromCharCode(0&#215;2020); break;<br />
case &#8216;Dagger&#8217;: ch = String.fromCharCode(0&#215;2021); break;<br />
case &#8216;bull&#8217;: ch = String.fromCharCode(0&#215;2022); break;<br />
case &#8216;hellip&#8217;: ch = String.fromCharCode(0&#215;2026); break;<br />
case &#8216;permil&#8217;: ch = String.fromCharCode(0&#215;2030); break;<br />
case &#8216;prime&#8217;: ch = String.fromCharCode(0&#215;2032); break;<br />
case &#8216;Prime&#8217;: ch = String.fromCharCode(0&#215;2033); break;<br />
case &#8216;lsaquo&#8217;: ch = String.fromCharCode(0&#215;2039); break;<br />
case &#8216;rsaquo&#8217;: ch = String.fromCharCode(0x203a); break;<br />
case &#8216;oline&#8217;: ch = String.fromCharCode(0x203e); break;<br />
case &#8216;frasl&#8217;: ch = String.fromCharCode(0&#215;2044); break;<br />
case &#8216;euro&#8217;: ch = String.fromCharCode(0x20ac); break;<br />
case &#8216;image&#8217;: ch = String.fromCharCode(0&#215;2111); break;<br />
case &#8216;weierp&#8217;: ch = String.fromCharCode(0&#215;2118); break;<br />
case &#8216;real&#8217;: ch = String.fromCharCode(0x211c); break;<br />
case &#8216;trade&#8217;: ch = String.fromCharCode(0&#215;2122); break;<br />
case &#8216;alefsym&#8217;: ch = String.fromCharCode(0&#215;2135); break;<br />
case &#8216;larr&#8217;: ch = String.fromCharCode(0&#215;2190); break;<br />
case &#8216;uarr&#8217;: ch = String.fromCharCode(0&#215;2191); break;<br />
case &#8216;rarr&#8217;: ch = String.fromCharCode(0&#215;2192); break;<br />
case &#8216;darr&#8217;: ch = String.fromCharCode(0&#215;2193); break;<br />
case &#8216;harr&#8217;: ch = String.fromCharCode(0&#215;2194); break;<br />
case &#8216;crarr&#8217;: ch = String.fromCharCode(0x21b5); break;<br />
case &#8216;lArr&#8217;: ch = String.fromCharCode(0x21d0); break;<br />
case &#8216;uArr&#8217;: ch = String.fromCharCode(0x21d1); break;<br />
case &#8216;rArr&#8217;: ch = String.fromCharCode(0x21d2); break;<br />
case &#8216;dArr&#8217;: ch = String.fromCharCode(0x21d3); break;<br />
case &#8216;hArr&#8217;: ch = String.fromCharCode(0x21d4); break;<br />
case &#8216;forall&#8217;: ch = String.fromCharCode(0&#215;2200); break;<br />
case &#8216;part&#8217;: ch = String.fromCharCode(0&#215;2202); break;<br />
case &#8216;exist&#8217;: ch = String.fromCharCode(0&#215;2203); break;<br />
case &#8216;empty&#8217;: ch = String.fromCharCode(0&#215;2205); break;<br />
case &#8216;nabla&#8217;: ch = String.fromCharCode(0&#215;2207); break;<br />
case &#8216;isin&#8217;: ch = String.fromCharCode(0&#215;2208); break;<br />
case &#8216;notin&#8217;: ch = String.fromCharCode(0&#215;2209); break;<br />
case &#8216;ni&#8217;: ch = String.fromCharCode(0x220b); break;<br />
case &#8216;prod&#8217;: ch = String.fromCharCode(0x220f); break;<br />
case &#8216;sum&#8217;: ch = String.fromCharCode(0&#215;2211); break;<br />
case &#8216;minus&#8217;: ch = String.fromCharCode(0&#215;2212); break;<br />
case &#8216;lowast&#8217;: ch = String.fromCharCode(0&#215;2217); break;<br />
case &#8216;radic&#8217;: ch = String.fromCharCode(0x221a); break;<br />
case &#8216;prop&#8217;: ch = String.fromCharCode(0x221d); break;<br />
case &#8216;infin&#8217;: ch = String.fromCharCode(0x221e); break;<br />
case &#8216;ang&#8217;: ch = String.fromCharCode(0&#215;2220); break;<br />
case &#8216;and&#8217;: ch = String.fromCharCode(0&#215;2227); break;<br />
case &#8216;or&#8217;: ch = String.fromCharCode(0&#215;2228); break;<br />
case &#8216;cap&#8217;: ch = String.fromCharCode(0&#215;2229); break;<br />
case &#8216;cup&#8217;: ch = String.fromCharCode(0x222a); break;<br />
case &#8216;int&#8217;: ch = String.fromCharCode(0x222b); break;<br />
case &#8216;there4&#8242;: ch = String.fromCharCode(0&#215;2234); break;<br />
case &#8216;sim&#8217;: ch = String.fromCharCode(0x223c); break;<br />
case &#8216;cong&#8217;: ch = String.fromCharCode(0&#215;2245); break;<br />
case &#8216;asymp&#8217;: ch = String.fromCharCode(0&#215;2248); break;<br />
case &#8216;ne&#8217;: ch = String.fromCharCode(0&#215;2260); break;<br />
case &#8216;equiv&#8217;: ch = String.fromCharCode(0&#215;2261); break;<br />
case &#8216;le&#8217;: ch = String.fromCharCode(0&#215;2264); break;<br />
case &#8216;ge&#8217;: ch = String.fromCharCode(0&#215;2265); break;<br />
case &#8216;sub&#8217;: ch = String.fromCharCode(0&#215;2282); break;<br />
case &#8216;sup&#8217;: ch = String.fromCharCode(0&#215;2283); break;<br />
case &#8216;nsub&#8217;: ch = String.fromCharCode(0&#215;2284); break;<br />
case &#8216;sube&#8217;: ch = String.fromCharCode(0&#215;2286); break;<br />
case &#8216;supe&#8217;: ch = String.fromCharCode(0&#215;2287); break;<br />
case &#8216;oplus&#8217;: ch = String.fromCharCode(0&#215;2295); break;<br />
case &#8216;otimes&#8217;: ch = String.fromCharCode(0&#215;2297); break;<br />
case &#8216;perp&#8217;: ch = String.fromCharCode(0x22a5); break;<br />
case &#8216;sdot&#8217;: ch = String.fromCharCode(0x22c5); break;<br />
case &#8216;lceil&#8217;: ch = String.fromCharCode(0&#215;2308); break;<br />
case &#8216;rceil&#8217;: ch = String.fromCharCode(0&#215;2309); break;<br />
case &#8216;lfloor&#8217;: ch = String.fromCharCode(0x230a); break;<br />
case &#8216;rfloor&#8217;: ch = String.fromCharCode(0x230b); break;<br />
case &#8216;lang&#8217;: ch = String.fromCharCode(0&#215;2329); break;<br />
case &#8216;rang&#8217;: ch = String.fromCharCode(0x232a); break;<br />
case &#8216;loz&#8217;: ch = String.fromCharCode(0x25ca); break;<br />
case &#8216;spades&#8217;: ch = String.fromCharCode(0&#215;2660); break;<br />
case &#8216;clubs&#8217;: ch = String.fromCharCode(0&#215;2663); break;<br />
case &#8216;hearts&#8217;: ch = String.fromCharCode(0&#215;2665); break;<br />
case &#8216;diams&#8217;: ch = String.fromCharCode(0&#215;2666); break;<br />
default: ch = &#8221;; break;<br />
}<br />
}<br />
i = semicolonIndex;<br />
}<br />
}<br />
out += ch;<br />
}<br />
return out;<br />
}</p>
<p>Happy now <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pranavrajyaguru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pranavrajyaguru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pranavrajyaguru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pranavrajyaguru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pranavrajyaguru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pranavrajyaguru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pranavrajyaguru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pranavrajyaguru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pranavrajyaguru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pranavrajyaguru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pranavrajyaguru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pranavrajyaguru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pranavrajyaguru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pranavrajyaguru.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=19&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pranavrajyaguru.wordpress.com/2010/06/03/decode-html-through-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8827fd2df696392ea0de17d8f11e3c3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pranav rajyaguru</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert String Array to Long Array</title>
		<link>http://pranavrajyaguru.wordpress.com/2010/06/03/convert-string-array-to-long-array/</link>
		<comments>http://pranavrajyaguru.wordpress.com/2010/06/03/convert-string-array-to-long-array/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 05:38:28 +0000</pubDate>
		<dc:creator>Pranav Rajyaguru</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[array conversion]]></category>
		<category><![CDATA[convert array]]></category>
		<category><![CDATA[string array to long array]]></category>

		<guid isPermaLink="false">http://pranavrajyaguru.wordpress.com/?p=15</guid>
		<description><![CDATA[Hey folks, As I told you I am back within no time. Yesterday, I have faced a problem where I want to convert string array into long array. I need to search a lot in internet for solving this and after a lot finding I came to this simple solution. string[] strArray = { &#8220;xyz&#8221;, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=15&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey folks,</p>
<p>As I told you I am back within no time.</p>
<p>Yesterday, I have faced a problem where I want to convert string array into long array. I need to search a lot in internet for solving this and after a lot finding I came to this simple solution.</p>
<p>string[] strArray = { &#8220;xyz&#8221;, &#8220;abc&#8221;, &#8220;def&#8221; };<br />
Long[] lArray = Array.ConvertAll&lt;string, long&gt;(strArray, Convert.ToInt64);</p>
<p>it&#8217;s so simple, cheers <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pranavrajyaguru.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pranavrajyaguru.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pranavrajyaguru.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pranavrajyaguru.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pranavrajyaguru.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pranavrajyaguru.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pranavrajyaguru.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pranavrajyaguru.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pranavrajyaguru.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pranavrajyaguru.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pranavrajyaguru.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pranavrajyaguru.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pranavrajyaguru.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pranavrajyaguru.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=15&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pranavrajyaguru.wordpress.com/2010/06/03/convert-string-array-to-long-array/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8827fd2df696392ea0de17d8f11e3c3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pranav rajyaguru</media:title>
		</media:content>
	</item>
		<item>
		<title>The selected class cannot be deleted because it is used as the return type for one or more DataContext methods.</title>
		<link>http://pranavrajyaguru.wordpress.com/2010/06/01/the-selected-class-cannot-be-deleted-because-it-is-used-as-the-return-type-for-one-or-more-datacontext-methods/</link>
		<comments>http://pranavrajyaguru.wordpress.com/2010/06/01/the-selected-class-cannot-be-deleted-because-it-is-used-as-the-return-type-for-one-or-more-datacontext-methods/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:52:36 +0000</pubDate>
		<dc:creator>Pranav Rajyaguru</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[cannot delete table from dbml]]></category>
		<category><![CDATA[DBML]]></category>
		<category><![CDATA[The selected class cannot be deleted because it is used as the return type for one or more DataContext methods.]]></category>

		<guid isPermaLink="false">http://pranavrajyaguru.wordpress.com/?p=8</guid>
		<description><![CDATA[I am back after a looooooooong time. Today I have faced one problem in dbml file. As soon as I tried to delete the table from dbml file it gave me below message: The selected class cannot be deleted because it is used as the return type for one or more DataContext methods. Any guesses [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=8&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am back after a looooooooong time.</p>
<p>Today I have faced one problem in dbml file.</p>
<p>As soon as I tried to delete the table from dbml file it gave me below message:<br />
<em> The selected class cannot be deleted because it is used as the return type for one or more DataContext methods.</em></p>
<p>Any guesses for the error ? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>No&#8230;</p>
<p>No problem, here is the solution.<br />
The reason of this error is, the table which I was trying to delete is used as a return type of one of the stored procedure in the dbml file.<br />
So, to solve this problem, first delete all the SP in which this table is used as a return type and then delete the table. Now again drag &amp; drop all the Table and all the stored procedure.</p>
<p>Don&#8217;t forget to change return type of SP to the table as this might give you error.</p>
<p>Cheers&#8230;&#8230;&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pranavrajyaguru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pranavrajyaguru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pranavrajyaguru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pranavrajyaguru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pranavrajyaguru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pranavrajyaguru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pranavrajyaguru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pranavrajyaguru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pranavrajyaguru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pranavrajyaguru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pranavrajyaguru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pranavrajyaguru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pranavrajyaguru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pranavrajyaguru.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=8&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pranavrajyaguru.wordpress.com/2010/06/01/the-selected-class-cannot-be-deleted-because-it-is-used-as-the-return-type-for-one-or-more-datacontext-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8827fd2df696392ea0de17d8f11e3c3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pranav rajyaguru</media:title>
		</media:content>
	</item>
		<item>
		<title>New feature of Visual Studio 2008</title>
		<link>http://pranavrajyaguru.wordpress.com/2008/06/04/new-feature-of-visual-studio-2008-debugging-net-framework-source-code/</link>
		<comments>http://pranavrajyaguru.wordpress.com/2008/06/04/new-feature-of-visual-studio-2008-debugging-net-framework-source-code/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 10:42:45 +0000</pubDate>
		<dc:creator>Pranav Rajyaguru</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://pranavrajyaguru.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi Friends, This is my first post in my blog. I am using Visual Studio 2008 for a month and I was just searching for any new features in it. I have just checked a great feature in Visual Studio. Debug in source files. Yes, my friend, what you have heard is true. Debug in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=3&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Friends, This is my first post in my blog.</p>
<p>I am using Visual Studio 2008 for a month and I was just searching for any new features in it. I have just checked a great feature in Visual Studio. Debug in source files. Yes, my friend, what you have heard is true. Debug in source code.</p>
<p>You just need to set few settings and you can debug how your grid is bind or how <span><span>DataAdapter</span></span>.Fill() method works or anything you want to debug. <a href="http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx" class="postlink" target="_blank">Click Here</a> for the exact steps on how to enable source-code debugging.<br />
For debugging source code, one must have VS-2008 Professional Edition</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pranavrajyaguru.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pranavrajyaguru.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pranavrajyaguru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pranavrajyaguru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pranavrajyaguru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pranavrajyaguru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pranavrajyaguru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pranavrajyaguru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pranavrajyaguru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pranavrajyaguru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pranavrajyaguru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pranavrajyaguru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pranavrajyaguru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pranavrajyaguru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pranavrajyaguru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pranavrajyaguru.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pranavrajyaguru.wordpress.com&amp;blog=3764200&amp;post=3&amp;subd=pranavrajyaguru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pranavrajyaguru.wordpress.com/2008/06/04/new-feature-of-visual-studio-2008-debugging-net-framework-source-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8827fd2df696392ea0de17d8f11e3c3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pranav rajyaguru</media:title>
		</media:content>
	</item>
	</channel>
</rss>
