<?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>Rupesh Mehta's Weblog</title>
	<atom:link href="http://rupeshmehta.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rupeshmehta.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 30 Jul 2007 18:46:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rupeshmehta.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Rupesh Mehta's Weblog</title>
		<link>http://rupeshmehta.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rupeshmehta.wordpress.com/osd.xml" title="Rupesh Mehta&#039;s Weblog" />
	<atom:link rel='hub' href='http://rupeshmehta.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Impersonating User in ASP</title>
		<link>http://rupeshmehta.wordpress.com/2007/07/30/impersonating-user-in-asp/</link>
		<comments>http://rupeshmehta.wordpress.com/2007/07/30/impersonating-user-in-asp/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 18:35:09 +0000</pubDate>
		<dc:creator>rupeshmehta</dc:creator>
		
		<guid isPermaLink="false">http://rupeshmehta.wordpress.com/2007/07/30/impersonating-user-in-asp/</guid>
		<description><![CDATA[Hello, today I was facing strage problem. In my ASP code i was trying to access a resource which is restricted to only one user account only , So accessing that user I need to implement impersonation, in ASP impersonation is little tricky not that easy as in .net, I found following article on Micrsoft [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rupeshmehta.wordpress.com&amp;blog=1425514&amp;post=5&amp;subd=rupeshmehta&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>today I was facing strage problem. In my ASP code i was trying to access a resource which is restricted to only one user account only , So accessing that user I need to implement impersonation, in ASP impersonation is little tricky not that easy as in .net,</p>
<p>I found following article on Micrsoft Knowledge Base </p>
<p><a href="http://support.microsoft.com/kb/248187">http://support.microsoft.com/kb/248187</a></p>
<p>its really good article.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rupeshmehta.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rupeshmehta.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rupeshmehta.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rupeshmehta.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rupeshmehta.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rupeshmehta.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rupeshmehta.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rupeshmehta.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rupeshmehta.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rupeshmehta.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rupeshmehta.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rupeshmehta.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rupeshmehta.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rupeshmehta.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rupeshmehta.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rupeshmehta.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rupeshmehta.wordpress.com&amp;blog=1425514&amp;post=5&amp;subd=rupeshmehta&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rupeshmehta.wordpress.com/2007/07/30/impersonating-user-in-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c7ff6b82b50bcb308d9247e5bd58db6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rupeshmehta</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Snippet to Reduce Development time</title>
		<link>http://rupeshmehta.wordpress.com/2007/07/27/using-snippet-to-reduce-development-time/</link>
		<comments>http://rupeshmehta.wordpress.com/2007/07/27/using-snippet-to-reduce-development-time/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 20:52:43 +0000</pubDate>
		<dc:creator>rupeshmehta</dc:creator>
				<category><![CDATA[.Net General]]></category>

		<guid isPermaLink="false">http://rupeshmehta.wordpress.com/2007/07/27/using-snippet-to-reduce-development-time/</guid>
		<description><![CDATA[This is my first ever blog on Internet. I Will try my best to do make this blog user freindly and less complex. Have you ever press tab 2 time after writing for or if or while or try. You will get following code automatically written to ur page. for (int i = 0; i [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rupeshmehta.wordpress.com&amp;blog=1425514&amp;post=3&amp;subd=rupeshmehta&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is my first ever blog on Internet. I Will try my best to do make this blog user freindly and less complex.</p>
<p>Have you ever press <strong>tab</strong> 2 time after writing for or if or while or try. You will get following code automatically written to ur page.</p>
<p><font size="2" color="#0000ff">for<font size="2"> (</font><font size="2" color="#0000ff">int</font><font size="2"> i = 0; i &lt; length; i++)</font></font></p>
<p><font size="2" color="#0000ff"><font size="2">{</font></font></p>
<p><font size="2" color="#0000ff"><font size="2">}<br />
</font></font><font size="2" color="#0000ff"><font size="2">This particular thing  is known as snippet. Which will be automatically generated text. </font></font><font size="2" color="#0000ff"><font size="2">Have you ever thought from where this text is coming  ??</font></font><font size="2" color="#0000ff"><font size="2">Answer is its stored in XML files .  The path for this thing  is</font></p>
<p></font>C:\Program Files\Microsoft Visual Studio 8\VC#\Snippets\1033\Visual C#</p>
<p>it has many xml files for different snippet.</p>
<p>Each snippet file is devided in 2 part Header and snippet. In header part you can describe your snippet. And in ur snippet tag u can actually define your snippet.</p>
<p>&lt;Header&gt;<br />
   &lt;Title&gt;for&lt;/Title&gt;<br />
   &lt;Shortcut&gt;for&lt;/Shortcut&gt;<br />
   &lt;Description&gt;Code snippet for &#8216;for&#8217; loop&lt;/Description&gt;<br />
   &lt;Author&gt;Microsoft Corporation&lt;/Author&gt;<br />
   &lt;SnippetTypes&gt;<br />
    &lt;SnippetType&gt;Expansion&lt;/SnippetType&gt;<br />
    &lt;SnippetType&gt;SurroundsWith&lt;/SnippetType&gt;<br />
   &lt;/SnippetTypes&gt;<br />
  &lt;/Header&gt;<br />
  &lt;Snippet&gt;<br />
   &lt;Declarations&gt;<br />
    &lt;Literal&gt;<br />
     &lt;ID&gt;index&lt;/ID&gt;<br />
     &lt;Default&gt;i&lt;/Default&gt;<br />
     &lt;ToolTip&gt;Index&lt;/ToolTip&gt;<br />
    &lt;/Literal&gt;<br />
    &lt;Literal&gt;<br />
     &lt;ID&gt;max&lt;/ID&gt;<br />
     &lt;Default&gt;length&lt;/Default&gt;<br />
     &lt;ToolTip&gt;Max length&lt;/ToolTip&gt;<br />
    &lt;/Literal&gt;<br />
   &lt;/Declarations&gt;<br />
   &lt;Code Language=&#8221;csharp&#8221;&gt;&lt;![CDATA[for (int $index$ = 0; $index$ &lt; $max$; $index$++)<br />
   {<br />
   $selected$ $end$<br />
   }]]&gt;<br />
   &lt;/Code&gt;<br />
  &lt;/Snippet&gt;</p>
<p>After creating file , you need to add this snippet file to Snippet manager.</p>
<p>You can go to Tools -&gt; code Snippet Manager -&gt; Add New</p>
<p> So by doing this kind of thing we can reduce our time to fo coding.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rupeshmehta.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rupeshmehta.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rupeshmehta.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rupeshmehta.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rupeshmehta.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rupeshmehta.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rupeshmehta.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rupeshmehta.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rupeshmehta.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rupeshmehta.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rupeshmehta.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rupeshmehta.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rupeshmehta.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rupeshmehta.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rupeshmehta.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rupeshmehta.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rupeshmehta.wordpress.com&amp;blog=1425514&amp;post=3&amp;subd=rupeshmehta&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rupeshmehta.wordpress.com/2007/07/27/using-snippet-to-reduce-development-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c7ff6b82b50bcb308d9247e5bd58db6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rupeshmehta</media:title>
		</media:content>
	</item>
	</channel>
</rss>
