<?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; Web Programming</title>
	<atom:link href="http://csharp4newbies.com/tag/web-programming/feed" rel="self" type="application/rss+xml" />
	<link>http://csharp4newbies.com</link>
	<description></description>
	<lastBuildDate>Sun, 15 Apr 2012 03:30:05 +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>Top 4 Reasons Why ASP.NET is Superior to Classic ASP</title>
		<link>http://csharp4newbies.com/top-4-reasons-why-asp-net-is-superior-to-classic-asp.html</link>
		<comments>http://csharp4newbies.com/top-4-reasons-why-asp-net-is-superior-to-classic-asp.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 06:49:48 +0000</pubDate>
		<dc:creator>CodeGuru</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP Classic]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://csharp4newbies.com/?p=332</guid>
		<description><![CDATA[ASP.NET is a web application architecture developed and marketed by Microsoft to allow developers to build dynamic web sites, web applications, and web services. It was first released in January 2002 as a replacement for Active Server Pages (ASP). There are four reasons why ASP.NET is superior to classic ASP. These four reasons include: Compilation, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>ASP.NET</strong> is a web application architecture developed and marketed by Microsoft to allow developers to build dynamic web sites, web applications, and web services. It was first released in January 2002 as a replacement for Active Server Pages (ASP).</p>
<p>There are four reasons why ASP.NET is superior to classic ASP. These four reasons include: Compilation, Stability, Scalability and Language support. These areas make this web application framework a better choice for most web developers.</p>
<p><span id="more-332"></span></p>
<p><strong>#1 &#8211; Compilation</strong></p>
<p>ASP Classic is comprised of VBScript or Jscript interpreted at run-time which means each page has a specific performance hit due to line by line interpretation. The interpretation of the pages simply results in some inefficiency. ASP.NET compiles the code the first time it is accessed. The compiled code results in .NET classes housed within assemblies and allow subsequent page requests to be serviced with previously compiled code. Therefore, ASP.NET  provides a more secure and largely efficient rendering model by incorporating compilation and specifically the reuse of the compiled code. This means a better experience for the end user.</p>
<p><strong>#2 -  Stability</strong></p>
<p>ASP is running under the inetinfo.exe (IIS) process space, making it susceptible to application crashes. This happens because the IIS needs to be stopped or restarted on a regular basis. The ASP.Net process is separate from inetinfo.exe, meaning that it is not susceptible to these types of application crashes. This means that the final product will be much more stable.</p>
<p><strong>#3 -  Scalability</strong></p>
<p>With classic ASP applications, components used by pages are fairly difficult to update, maintain or replace. In general updating a component in a running application will require the shutting down of IIS, replacement of the component and finally a restart of IIS.  ASP.NET was built to provide specific enhancements that allow scalable and efficient application updating. The &#8216;xcopy&#8217; deployment model of .NET allows replacement of pages and components in real-time and does not require a restart of the web server. If an update needs to be made to a current production application, developers can simply make the change and the infrastructure can account for that change the next time a request is made to the altered page or component. This means that content updates, fixes and enhancements to ASP.NET applications can be made in real-time with  no impact to the end-user.</p>
<p><strong>#4 &#8211; Language Support</strong></p>
<p>ASP.NET supports full server side programming languages and not just scripting languages. Only VBScript and Javascript are available for scripting in ASP Classic where as, in ASP.NET there are no such restrictions. With ASP.NET several programming languages like C# and VB.NET are available to program in accordance to the developers preference where both of them can even be used in the same application. The benefits of using server side programming languages can be seen in the previously mentioned compilation of code.</p>
<p>In conclusion,  ASP.NET gives web developers  much more flexibility by allowing them to build robust applications for their end-user.</p>
<p>Article posted courtesy of <a href="http://csharp4newbies.com/">cSharp4Newbies.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://csharp4newbies.com/top-4-reasons-why-asp-net-is-superior-to-classic-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

