<?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>cSharp4Newbies.com &#187; Asp</title>
	<atom:link href="http://csharp4newbies.com/tag/asp/feed" rel="self" type="application/rss+xml" />
	<link>http://csharp4newbies.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Dec 2011 05:31:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Difference Between ASP and ASP.NET</title>
		<link>http://csharp4newbies.com/difference-between-asp-and-asp-net.html</link>
		<comments>http://csharp4newbies.com/difference-between-asp-and-asp-net.html#comments</comments>
		<pubDate>Sat, 08 Aug 2009 18:52:14 +0000</pubDate>
		<dc:creator>CodeGuru</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Asp]]></category>

		<guid isPermaLink="false">http://csharp4newbies.com/classic-asp-vs-asp-net.html</guid>
		<description><![CDATA[ASP (Active Server Pages) was originally released in December 1996. ASP is a technology that enables you to make dynamic and interactive web pages. ASP uses server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using. There are two different flavors of this [...]]]></description>
			<content:encoded><![CDATA[<p>ASP (Active Server Pages) was originally released in December 1996. ASP is a technology that enables you to make dynamic and interactive web pages. ASP uses server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using. There are two different flavors of this technology &#8211; <strong>ASP and ASP.NET.</strong><span id="more-320"></span></p>
<p>In ASP.NET, major weight is on n-tier architecture in the application development and there is separation of data presentation, business logic and data access layers. In classic ASP, these layers are mixed leading to the development of ineffective solutions with a huge architecture that are difficult to sustain.</p>
<p>The .NET compliant languages can be used with ASP.NET like C# and VB.NET, where both of them are server-sided languages. With ASP, only VBScript and Javascript are available as options to be used. In addition,  ASP pages are interpreted and the ASP.net code is compiled .Traditional ASP can run only on Microsoft platforms but ASP.NET can be executed on non- Microsoft platforms.</p>
<p>In classic ASP, the executable code cannot be separated from the HTML. This  makes  the page difficult to read and maintain. The code block has to be placed when ever the output is to be displayed. The use of ASP.NET pages gives a performance and security edge and  supports the usage of any .Net language.</p>
<p>Article posted courtesy of <a href="http://csharp4newbies.com/">cSharp4Newbies.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://csharp4newbies.com/difference-between-asp-and-asp-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

