<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shakti Tanwar &#187; Asp.Net MVC Interview Questions</title>
	<atom:link href="http://shaktitanwar.com/category/asp-net-mvc-interview-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaktitanwar.com</link>
	<description>Shakti Tanwar - “Dot Net Training”</description>
	<lastBuildDate>Tue, 26 Aug 2025 09:23:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.4</generator>
	<item>
		<title>How is ASP.Net Web Forms architecture different from ASP.Net MVC?</title>
		<link>http://shaktitanwar.com/how-is-asp-net-web-forms-architecture-different-from-asp-net-mvc/</link>
		<comments>http://shaktitanwar.com/how-is-asp-net-web-forms-architecture-different-from-asp-net-mvc/#comments</comments>
		<pubDate>Wed, 20 May 2015 14:28:58 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[Asp.Net MVC Interview Questions]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=470</guid>
		<description><![CDATA[Web forms uses page controller or base controller design pattern where as MVC uses Front Controller design pattern. Page Controller: Page receives request from IIS and call controllers method. In traditional web forms all pages (View) inherit from System.Web.UI.Page class which has a code behind class acting as a controller. [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/how-is-asp-net-web-forms-architecture-different-from-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are various Results returned by Action Methods in MVC ?</title>
		<link>http://shaktitanwar.com/what-are-various-results-returned-by-action-methods-in-mvc/</link>
		<comments>http://shaktitanwar.com/what-are-various-results-returned-by-action-methods-in-mvc/#comments</comments>
		<pubDate>Wed, 20 May 2015 14:24:43 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[Asp.Net MVC Interview Questions]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=468</guid>
		<description><![CDATA[Actions in Asp.Net MVC returns ActionResult which is base class for all the results that can be returned. Below are classes that derive from ActionResult and can be returned as a result. ViewResult PartialViewResult ContentResult JsonResult JavascriptResult EmptyResult FileResult FilePathResult FileContentResult FileStreamResult HttpNotFoundResult HttpStatusCodeResult HttpUnAutorizedResult RedirectResult RedirectPermanentResult RedirectToActionResult RedirectToActionPermanentResult RedirectToRouteResult [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/what-are-various-results-returned-by-action-methods-in-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
