<?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>Dot Net preparation for interviews</title>
	<atom:link href="http://dotnetinterview.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetinterview.wordpress.com</link>
	<description>Helping you prepare</description>
	<lastBuildDate>Fri, 06 Aug 2010 15:12:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dotnetinterview.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dot Net preparation for interviews</title>
		<link>http://dotnetinterview.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dotnetinterview.wordpress.com/osd.xml" title="Dot Net preparation for interviews" />
	<atom:link rel='hub' href='http://dotnetinterview.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The type was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically</title>
		<link>http://dotnetinterview.wordpress.com/2010/08/06/the-type-was-not-expected-use-the-xmlinclude-or-soapinclude-attribute-to-specify-types-that-are-not-known-statically/</link>
		<comments>http://dotnetinterview.wordpress.com/2010/08/06/the-type-was-not-expected-use-the-xmlinclude-or-soapinclude-attribute-to-specify-types-that-are-not-known-statically/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 15:12:03 +0000</pubDate>
		<dc:creator>rishibhatnagar</dc:creator>
				<category><![CDATA[Serialization]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://dotnetinterview.wordpress.com/?p=409</guid>
		<description><![CDATA[This is an error that typically comes if you try to serialize a derived object and the serializer does not know of  the derived class. There are some good explanations/solutions for this issue: http://www.johnsoer.com/blog/?tag=the-type-was-not-expected-use-the-xmlinclude-or-soapinclude-attribute-to-specify-types-that-are-not-known-statically http://www.codeproject.com/KB/XML/xmlserializerforunknown.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=409&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is an error that typically comes if you try to serialize a derived object and the serializer does not know of  the derived class. There are some good explanations/solutions for this issue:</p>
<ul>
<li><a href="http://www.johnsoer.com/blog/?tag=the-type-was-not-expected-use-the-xmlinclude-or-soapinclude-attribute-to-specify-types-that-are-not-known-statically">http://www.johnsoer.com/blog/?tag=the-type-was-not-expected-use-the-xmlinclude-or-soapinclude-attribute-to-specify-types-that-are-not-known-statically</a></li>
<li><a href="http://www.codeproject.com/KB/XML/xmlserializerforunknown.aspx">http://www.codeproject.com/KB/XML/xmlserializerforunknown.aspx</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetinterview.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetinterview.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetinterview.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetinterview.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetinterview.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetinterview.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetinterview.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetinterview.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetinterview.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetinterview.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetinterview.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetinterview.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetinterview.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetinterview.wordpress.com/409/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=409&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetinterview.wordpress.com/2010/08/06/the-type-was-not-expected-use-the-xmlinclude-or-soapinclude-attribute-to-specify-types-that-are-not-known-statically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/069a07b50fa7d888e448fcab45a6e1c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rishibhatnagar</media:title>
		</media:content>
	</item>
		<item>
		<title>Event keyword</title>
		<link>http://dotnetinterview.wordpress.com/2010/06/04/event-keyword/</link>
		<comments>http://dotnetinterview.wordpress.com/2010/06/04/event-keyword/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 04:25:22 +0000</pubDate>
		<dc:creator>rishibhatnagar</dc:creator>
				<category><![CDATA[Delegates]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://dotnetinterview.wordpress.com/?p=403</guid>
		<description><![CDATA[Why do events use the event keyword and use a publisher-subscriber pattern instead of normally accessing the event method. Two points: 1. So, someone cannot accidentally set the delegate assignments to null. This would cause not only my own event to be &#8220;not invoked&#8221;, but also other people&#8217;s events will be not invoked. 2. Also, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=403&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Why do events use the event keyword and use a publisher-subscriber pattern instead of normally accessing the event method. Two points:</p>
<p>1. So, someone cannot accidentally set the delegate assignments to null. This would cause not only my own event to be &#8220;not invoked&#8221;, but also other people&#8217;s events will be not invoked.<br />
2. Also, the event can (as it should) be invoked only from within the class.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/8627sbea(v=VS.100).aspx">http://msdn.microsoft.com/en-us/library/8627sbea(v=VS.100).aspx</a><a href="http://blog.voidnish.com/?p=20"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetinterview.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetinterview.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetinterview.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetinterview.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetinterview.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetinterview.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetinterview.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetinterview.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetinterview.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetinterview.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetinterview.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetinterview.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetinterview.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetinterview.wordpress.com/403/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=403&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetinterview.wordpress.com/2010/06/04/event-keyword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/069a07b50fa7d888e448fcab45a6e1c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rishibhatnagar</media:title>
		</media:content>
	</item>
		<item>
		<title>Storing temporary data in a Stored procedure</title>
		<link>http://dotnetinterview.wordpress.com/2010/04/15/storing-temporary-data-in-a-stored-procedure/</link>
		<comments>http://dotnetinterview.wordpress.com/2010/04/15/storing-temporary-data-in-a-stored-procedure/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 21:04:16 +0000</pubDate>
		<dc:creator>rishibhatnagar</dc:creator>
				<category><![CDATA[Databases (General)]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[vs.]]></category>

		<guid isPermaLink="false">http://dotnetinterview.wordpress.com/?p=396</guid>
		<description><![CDATA[http://databases.aspfaq.com/database/should-i-use-a-temp-table-or-a-table-variable.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=396&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://databases.aspfaq.com/database/should-i-use-a-temp-table-or-a-table-variable.html">http://databases.aspfaq.com/database/should-i-use-a-temp-table-or-a-table-variable.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetinterview.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetinterview.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetinterview.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetinterview.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetinterview.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetinterview.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetinterview.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetinterview.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetinterview.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetinterview.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetinterview.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetinterview.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetinterview.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetinterview.wordpress.com/396/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=396&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetinterview.wordpress.com/2010/04/15/storing-temporary-data-in-a-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/069a07b50fa7d888e448fcab45a6e1c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rishibhatnagar</media:title>
		</media:content>
	</item>
		<item>
		<title>Lock wait timeout exceeded; try restarting transaction</title>
		<link>http://dotnetinterview.wordpress.com/2010/01/29/lock-wait-timeout-exceeded-try-restarting-transaction/</link>
		<comments>http://dotnetinterview.wordpress.com/2010/01/29/lock-wait-timeout-exceeded-try-restarting-transaction/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 19:57:47 +0000</pubDate>
		<dc:creator>rishibhatnagar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://dotnetinterview.wordpress.com/?p=393</guid>
		<description><![CDATA[I was getting this error, because in the MySQL Manager, I had a select query open, that probably had the table locked. Ughhh&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=393&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was getting this error, because in the MySQL Manager, I had a select query open, that probably had the table locked. Ughhh&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetinterview.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetinterview.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetinterview.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetinterview.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetinterview.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetinterview.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetinterview.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetinterview.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetinterview.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetinterview.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetinterview.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetinterview.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetinterview.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetinterview.wordpress.com/393/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=393&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetinterview.wordpress.com/2010/01/29/lock-wait-timeout-exceeded-try-restarting-transaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/069a07b50fa7d888e448fcab45a6e1c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rishibhatnagar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to upload multiple files using AJAX</title>
		<link>http://dotnetinterview.wordpress.com/2010/01/03/how-to-upload-multiple-files-using-ajax/</link>
		<comments>http://dotnetinterview.wordpress.com/2010/01/03/how-to-upload-multiple-files-using-ajax/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 19:57:40 +0000</pubDate>
		<dc:creator>rishibhatnagar</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[article]]></category>

		<guid isPermaLink="false">http://dotnetinterview.wordpress.com/?p=390</guid>
		<description><![CDATA[http://localhost:58028/Common/VCardUpload.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=390&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://localhost:58028/Common/VCardUpload.aspx">http://localhost:58028/Common/VCardUpload.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetinterview.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetinterview.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetinterview.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetinterview.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetinterview.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetinterview.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetinterview.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetinterview.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetinterview.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetinterview.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetinterview.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetinterview.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetinterview.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetinterview.wordpress.com/390/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=390&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetinterview.wordpress.com/2010/01/03/how-to-upload-multiple-files-using-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/069a07b50fa7d888e448fcab45a6e1c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rishibhatnagar</media:title>
		</media:content>
	</item>
		<item>
		<title>Integrating .Net with Active Directory (AD)</title>
		<link>http://dotnetinterview.wordpress.com/2009/11/16/integrating-net-with-active-directory-ad/</link>
		<comments>http://dotnetinterview.wordpress.com/2009/11/16/integrating-net-with-active-directory-ad/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 19:55:45 +0000</pubDate>
		<dc:creator>rishibhatnagar</dc:creator>
				<category><![CDATA[.Net (General)]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://dotnetinterview.wordpress.com/?p=385</guid>
		<description><![CDATA[http://www.c-sharpcorner.com/UploadFile/kb_sathya/DotNETActiveDirectory04172007013054AM/DotNETActiveDirectory.aspx http://www.c-sharpcorner.com/UploadFile/john_charles/AccessingtheActiveDirectoryfromMicrosoftNET04172007154931PM/AccessingtheActiveDirectoryfromMicrosoftNET.aspx http://www.c-sharpcorner.com/UploadFile/wojtekpiaseczny/AdamAuthentication10262006124310PM/AdamAuthentication.aspx http://www.c-sharpcorner.com/UploadFile/ankithakur/Login_Using_Active_Directory04052006061801AM/Login_Using_Active_Directory.aspx http://www.c-sharpcorner.com/UploadFile/rohit_kshirsagar/FormsAuthenticationActiveDirectory11262005074248AM/FormsAuthenticationActiveDirectory.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=385&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.c-sharpcorner.com/UploadFile/kb_sathya/DotNETActiveDirectory04172007013054AM/DotNETActiveDirectory.aspx">http://www.c-sharpcorner.com/UploadFile/kb_sathya/DotNETActiveDirectory04172007013054AM/DotNETActiveDirectory.aspx</a></p>
<p><a href="http://www.c-sharpcorner.com/UploadFile/john_charles/AccessingtheActiveDirectoryfromMicrosoftNET04172007154931PM/AccessingtheActiveDirectoryfromMicrosoftNET.aspx">http://www.c-sharpcorner.com/UploadFile/john_charles/AccessingtheActiveDirectoryfromMicrosoftNET04172007154931PM/AccessingtheActiveDirectoryfromMicrosoftNET.aspx</a></p>
<p><a href="http://www.c-sharpcorner.com/UploadFile/wojtekpiaseczny/AdamAuthentication10262006124310PM/AdamAuthentication.aspx">http://www.c-sharpcorner.com/UploadFile/wojtekpiaseczny/AdamAuthentication10262006124310PM/AdamAuthentication.aspx</a></p>
<p><a href="http://www.c-sharpcorner.com/UploadFile/ankithakur/Login_Using_Active_Directory04052006061801AM/Login_Using_Active_Directory.aspx">http://www.c-sharpcorner.com/UploadFile/ankithakur/Login_Using_Active_Directory04052006061801AM/Login_Using_Active_Directory.aspx</a></p>
<p><a href="http://www.c-sharpcorner.com/UploadFile/rohit_kshirsagar/FormsAuthenticationActiveDirectory11262005074248AM/FormsAuthenticationActiveDirectory.aspx">http://www.c-sharpcorner.com/UploadFile/rohit_kshirsagar/FormsAuthenticationActiveDirectory11262005074248AM/FormsAuthenticationActiveDirectory.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetinterview.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetinterview.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetinterview.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetinterview.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetinterview.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetinterview.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetinterview.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetinterview.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetinterview.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetinterview.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetinterview.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetinterview.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetinterview.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetinterview.wordpress.com/385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=385&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetinterview.wordpress.com/2009/11/16/integrating-net-with-active-directory-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/069a07b50fa7d888e448fcab45a6e1c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rishibhatnagar</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.Net control libraries</title>
		<link>http://dotnetinterview.wordpress.com/2009/10/28/asp-net-control-libraries/</link>
		<comments>http://dotnetinterview.wordpress.com/2009/10/28/asp-net-control-libraries/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 14:28:41 +0000</pubDate>
		<dc:creator>rishibhatnagar</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://dotnetinterview.wordpress.com/?p=379</guid>
		<description><![CDATA[http://www.devexpress.com/Products/Free/WebRegistration60/ http://www.asp.net/Community/Control-gallery/ http://www.obout.com/index.aspx http://www.blocks4.net/FreeProducts/FreeProducts0.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=379&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.devexpress.com/Products/Free/WebRegistration60/">http://www.devexpress.com/Products/Free/WebRegistration60/</a><br />
<a href="http://www.asp.net/Community/Control-gallery/">http://www.asp.net/Community/Control-gallery/</a><br />
<a href="http://www.obout.com/index.aspx">http://www.obout.com/index.aspx</a><br />
<a href="http://www.blocks4.net/FreeProducts/FreeProducts0.aspx">http://www.blocks4.net/FreeProducts/FreeProducts0.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetinterview.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetinterview.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetinterview.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetinterview.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetinterview.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetinterview.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetinterview.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetinterview.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetinterview.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetinterview.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetinterview.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetinterview.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetinterview.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetinterview.wordpress.com/379/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=379&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetinterview.wordpress.com/2009/10/28/asp-net-control-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/069a07b50fa7d888e448fcab45a6e1c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rishibhatnagar</media:title>
		</media:content>
	</item>
		<item>
		<title>IIS and ASP.Net authentication</title>
		<link>http://dotnetinterview.wordpress.com/2009/10/27/iis-and-asp-net-authentication/</link>
		<comments>http://dotnetinterview.wordpress.com/2009/10/27/iis-and-asp-net-authentication/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:55:04 +0000</pubDate>
		<dc:creator>rishibhatnagar</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[info]]></category>

		<guid isPermaLink="false">http://dotnetinterview.wordpress.com/?p=376</guid>
		<description><![CDATA[ASP.NET runs inside the process of IIS due to which there are two authentication layers which exist in the system. First authentication happens at the IIS level and the second at ASP.NET level per the WEB.CONFIG file. Working: At first, IIS ensures that the incoming request is from an authenticated IP address. Otherwise the request [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=376&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ASP.NET runs inside the process of IIS due to which there are two authentication layers which exist in the system. First authentication happens at the IIS level and the second at ASP.NET level per the WEB.CONFIG file.</p>
<p><strong>Working:</strong></p>
<ol>
<li>At first, IIS ensures that the incoming request is from an authenticated IP address. Otherwise the request is rejected. By default IIS allows anonymous access due to which requests are automatically authenticated. However, if this is changed, IIS performs its own user authentication too.</li>
<li>ASP.net checks if impersonation is enabled if a request is passed to ASP.net by an authenticated user. If it is enabled, ASP.net acts itself as an authenticated user else it acts with its own configured account.</li>
<li>Finally the OS resources are requested by the identity obtained from previous step.</li>
<li>The user is granted the resources if the authentication is successful else the resources are denied.</li>
</ol>
<p>Resources can include ASP.net page, code access security features to extend authorization step to disk files, registry keys, etc</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetinterview.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetinterview.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetinterview.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetinterview.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetinterview.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetinterview.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetinterview.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetinterview.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetinterview.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetinterview.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetinterview.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetinterview.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetinterview.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetinterview.wordpress.com/376/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=376&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetinterview.wordpress.com/2009/10/27/iis-and-asp-net-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/069a07b50fa7d888e448fcab45a6e1c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rishibhatnagar</media:title>
		</media:content>
	</item>
		<item>
		<title>Authentication vs Authorization</title>
		<link>http://dotnetinterview.wordpress.com/2009/10/27/authentication-vs-authorization/</link>
		<comments>http://dotnetinterview.wordpress.com/2009/10/27/authentication-vs-authorization/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:53:12 +0000</pubDate>
		<dc:creator>rishibhatnagar</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[vs.]]></category>

		<guid isPermaLink="false">http://dotnetinterview.wordpress.com/?p=374</guid>
		<description><![CDATA[Authentication is the process of verifying user&#8217;s identity. Authorization is the process of granting privilege to authenticated user. The user is validated using authenticated process and then the authorization process identifies if the user has access to a given resource. In ASP.NET, you can authenticate user in code or allow the user to be authenticated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=374&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Authentication is the process of verifying user&#8217;s identity. Authorization is the process of granting privilege to authenticated user. The user is validated using authenticated process and then the authorization process identifies if the user has access to a given resource. In ASP.NET, you can authenticate user in code or allow the user to be authenticated by other party such as MS Passport. You have two layer of authentication in ASP.NET i.e. IIS layer and ASP.net authentication process layer. IIS performs authentication if it is configured to do so. By default, IIS allows anonymous access which means all the users are authenticated. All the requests pass through IIS layer and then to ASP.NET authentication  process.<br />
If any user requests IIS layer for anonymous access, the user is treated<br />
as authenticated and pass to ASP.NET process. ASP.NET checks if impersonation<br />
is enabled in the web configuaration file i.e. web.config file. If<br />
impersonation is enabled, ASP.net acts as though it were the authenticated user<br />
otherwise it process with its own configured account. </p>
<p>To enable the application to authenticate users,</p>
<p>you need to add &lt;deny users = &#8220;?&#8221;&gt; element in the authorization<br />
section of Web.config. </p>
<h4 id="H31">What is the authentication mode available in ASP.NET?</h4>
<p class="MsoNormal"><strong>Answer -  </strong>ASP.NET supports three<br />
authentication modes through the System.Web.Security namespace.</p>
<p class="MsoNormal">Windows Authentication</p>
<p>The windows authentication authenticates users based on their windows accounts.<br />
In short, it uses windows network security. It uses IIS to perform<br />
authentication.</p>
<p class="MsoNormal">Passport authentication</p>
<p>The Passport authentication uses Microsoft&#8217;s passport service to authenticate<br />
users. The new user is directed to the Microsoft site where he can register his<br />
identity. This facilitates user to access multiple sites using single user name<br />
and password. You need to install the Passport SDK to enable the Passport<br />
classes in the System.Web.Security namespace.</p>
<p class="MsoNormal">Form authentication</p>
<p>The Form authentication collects user&#8217;s credential and lets the application use<br />
own logic to authenticate users. The collected user&#8217;s credential is validated<br />
using the list maintained by the application. The application maintains its own<br />
user list either using &lt;credential&gt;<br />
element in the<br />
web.config file or using database. The advantage of using form<br />
authentication is that the users don&#8217;t need to be the member<br />
of windows network to have access to the application.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetinterview.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetinterview.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetinterview.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetinterview.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetinterview.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetinterview.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetinterview.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetinterview.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetinterview.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetinterview.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetinterview.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetinterview.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetinterview.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetinterview.wordpress.com/374/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=374&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetinterview.wordpress.com/2009/10/27/authentication-vs-authorization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/069a07b50fa7d888e448fcab45a6e1c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rishibhatnagar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to make a method of a web service class accessible through the internet?</title>
		<link>http://dotnetinterview.wordpress.com/2009/10/27/how-to-make-a-method-of-a-web-service-class-accessible-through-the-internet/</link>
		<comments>http://dotnetinterview.wordpress.com/2009/10/27/how-to-make-a-method-of-a-web-service-class-accessible-through-the-internet/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:50:04 +0000</pubDate>
		<dc:creator>rishibhatnagar</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[info]]></category>

		<guid isPermaLink="false">http://dotnetinterview.wordpress.com/?p=372</guid>
		<description><![CDATA[By qualifying the method with the WebMethod attribute. [WebMethod()] public string MethodName() The WebMethod attribute provides the following properties: BufferResponse CacheDuration Description EnableSession MessageName TransactionOption<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=372&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By qualifying the method with the <code>WebMethod</code> attribute.</p>
<p><span style="color:#008080;">[WebMethod()]<br />
public string MethodName()</span></p>
<p>The WebMethod attribute provides the following properties:</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/byxd99hx(VS.71).aspx#vbtskusingwebmethodattributeanchorbufferresponse">BufferResponse</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/byxd99hx(VS.71).aspx#vbtskusingwebmethodattributecacheduration">CacheDuration</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/byxd99hx(VS.71).aspx#vbtskusingwebmethodattributedescription">Description</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/byxd99hx(VS.71).aspx#vbtskusingwebmethodattributeenablesession">EnableSession</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/byxd99hx(VS.71).aspx#vbtskusingwebmethodattributemessagename">MessageName</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/byxd99hx(VS.71).aspx#vbtskusingwebmethodattributetransactionoption">TransactionOption</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetinterview.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetinterview.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetinterview.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetinterview.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetinterview.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetinterview.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetinterview.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetinterview.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetinterview.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetinterview.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetinterview.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetinterview.wordpress.com/372/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetinterview.wordpress.com/372/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetinterview.wordpress.com/372/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetinterview.wordpress.com&amp;blog=10049681&amp;post=372&amp;subd=dotnetinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetinterview.wordpress.com/2009/10/27/how-to-make-a-method-of-a-web-service-class-accessible-through-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/069a07b50fa7d888e448fcab45a6e1c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rishibhatnagar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
