Open Source Development Tutorials | About Us
Search  

Go Back   Open Source Tutorials Forum > Tutorials And Articles > Server Side Coding Tutorials
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read


 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-07-2004, 02:09 AM
ashish ashish is offline
Junior Member
 
Join Date: Sep 2004
Posts: 24 ashish is on a distinguished road
Default Asp.net

hi everyone,

Just wanted to start a introduction to ASP.Net tutorial, if you think that it is in the wrong place then please feel free to move it

ASP.net by Microsoft is also known as ASP+ is not reallly a upgraded version of ASP. It is a entirely new technology in terms of server side scripting.

ASP.NET delivers amazing performance when used with the .NET framework allowing you to get a drag and drop coding interface resulting in much less coding


What is Server Side Scripting?

Normally, In case of a web page coded in HTML, the request for the page is sent to the server and the HTML file is sent back to the user.

server side scripting allows you to execute some code, some event before the page is sent back to the user so, here when the user requests a ASP page, the request is sent back to the server from the browser, the ASP engine reads the file line by line executing the script written in the file and afte erading all the lines and executing the code the ASP file is returned to the user in the form of a HTML page.


What is .Net Framework?

the .NET Framework is an API for building, deploying, and running Web Services and Applications developed by Microsoft.



Are there any differences between ASP.NET Vs ASP

Here are a few major differences between the two scriptin languages:

The Default extension for a ASP.net file is '.aspx'.

ASP.net offers full compatibility with languages like Visual Basic, C#, C++ where as ASP does not.

ASP.Net contains a huge set of HTML controls all of which can be defined as ASP.NET control objects which in turn can be controlled by scripts.

There is better event handling, all the objects on a page can be processed by the code written in ASp.net

Supports custom forms based user authentification & according to the priviliges of the user he has access to information displayed.

At the first request of a ASP.net page the code is compiled and a copy of it is created & cached in the memory, thus allowing for increased performance.


Can I install ASP.net?

You will need a windows compatible PC & a windows O/S, windows 2000 or XP are good options.
You will also need the internet information server installed, this comes bundled with the 2000 & XP & some other versions of the microsoft O/S, you can install it by going to the add/remove programs in your control panel.

A internet connection to downlaod & install the .Net framework from the microsoft website, this is different from the .Net SDK which is bigger, around 130MBs.
__________________
Cheers,

Ashish
Windows Web hosting with ASP, .NET, CGI, PHP Support
Reply With Quote
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT -5. The time now is 01:34 PM.


Powered by: vBulletin Version 3.0.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 2004 - 2006 GrindingGears.com. All Rights Reserved.