<?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>ASP.NET MSSQL Webhosting Blog &#187; About ASP .NET</title>
	<atom:link href="http://www.mywebhostingblog.net/tag/about-asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mywebhostingblog.net</link>
	<description>ASP.NET, MSSQL and Windows dedicated server articles</description>
	<lastBuildDate>Tue, 10 Nov 2009 19:53:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>About ASP .NET</title>
		<link>http://www.mywebhostingblog.net/aspnet-web-hosting/about-asp-net/</link>
		<comments>http://www.mywebhostingblog.net/aspnet-web-hosting/about-asp-net/#comments</comments>
		<pubDate>Sat, 02 May 2009 00:44:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ASP.NET Web Hosting]]></category>
		<category><![CDATA[About ASP .NET]]></category>
		<category><![CDATA[ASP .NET]]></category>

		<guid isPermaLink="false">http://www.mywebhostingblog.net/?p=3</guid>
		<description><![CDATA[Information and definition of ASP .NET and its Advantages over other scripting languages.]]></description>
			<content:encoded><![CDATA[<p><strong>What is ASP.NET?</strong></p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>ASP.NET</strong>, a higher version of ASP, is a programming framework used to create enterprise-class Web Applications. These applications are available to the entire world providing efficient information to their end users. <strong>ASP .NE</strong>T has far more advantages than just a next version of ASP. And it is easily available to configure and use no matter if you have a <strong>Dedicated server </strong>or a <strong>Shared hosting </strong>account.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Why to use ASP.NET?</strong></p>
<p class="MsoNormal"><strong></strong><br />
<span id="more-3"></span></p>
<p class="MsoNormal">
<p class="MsoNormal">Microsoft has worked well to shift their focus on Internet world from a Windows based platform since 1995 and finally <strong>Microsoft</strong> introduced <strong>Active Server Pages</strong> (ASP) in 1996 that was much easy to understand than the orthodox languages like <strong>Java, C++</strong> and <strong>Perl </strong>as it offered the efficiency of ISAPI applications. However ASP scripts were difficult to debug and main, since it consisted unstructured code and interpreted script. ASP also made it difficult for developer to ingrate the web development software as it required to understand many different technologies. If the web application grew more complex and bigger it became harder to maintain as the number of line in source code increased dramatically, specially when you host your application on a <strong>Shared hosting server</strong>. Therefore, a need of an architecture was required that would allow development of Web application in a consistent way.</p>
<p class="MsoNormal">
<p class="MsoNormal">A new technology <strong>.NET framework</strong> was introduced with the intention to provide globally distributed software with Internet functionality and interoperability. The<strong> .NET Framework</strong> includes multiple language support and consists of many class libraries with a common execution point. <strong>.NET framework </strong>provides a high level of flexibility allowing to development a top class web application that does different things. <strong>ASP .NET</strong> is built into this framework which allows a developer to crate a web application using any of the built-in languages. Making it easy to develop an Internet based web application.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>ASP.NET</strong> uses the<strong> Common Language Runtime</strong> (<strong>CLR</strong>) provided by the <strong>.NET Framewor</strong>k which is not available in ASP. Execution of the code we rite is managed by this <strong>CLR. ASP.NET</strong> code is a compiled <strong>CLR</strong> code instead of interpreted code <strong>(ASP)</strong>. The <strong>CLR </strong>makes development of Web applications simple and also allows objects written in different languages to interact with each other.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Advantages of Using ASP.NET:</strong></p>
<p class="MsoNormal">
<ul>
<li><strong>ASP.NET</strong> reduces the code drastically that is required to build large applications</li>
<li><strong>ASP.NET</strong> makes for easy deployment. There is no need to register components because the configuration information is built-in</li>
<li><strong>ASP.NET</strong>, with an event-driven, server-side programming model makes development simpler and easier to maintain.</li>
<li>The pages have lots of power and flexibility by this approach since the source code is executed on the server.</li>
<li>The Web server continuously monitors the pages, components and applications running on it. If it notices memory leaks, infinite loops, other illegal software or activities, it seamlessly kills those activities and restarts itself</li>
<li>Execution of <strong>.NET application</strong> is fast as the Web Server compiles the page the first time it is requested. The server saves the compiled version of the page to use it next time the page is requested</li>
<li><strong>ASP.NET</strong> applications are more secure as only the HTML produced by the <strong>ASP .NET</strong> page is sent back to the browser and the application source code you write is not sent and is not easily stolen</li>
<li><strong>ASP.NET</strong> pages are easy to write and maintain because the source code and HTML are together</li>
<li><strong>ASP.NET</strong> applications run faster and counters large volumes of users without performance problems</li>
<li><strong>ASP .NET</strong> validates information (validation controls) entered by the user without writing a single line of code</li>
<li><strong>ASP.NET</strong> is compatible with <strong>ADO.NET</strong> using data-binding and page formatting features.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mywebhostingblog.net/aspnet-web-hosting/about-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
