Saturday 25 June 2016

Asp.net Introduction




Asp.net Introduction : Application is a set of instructions to achieve particular task. The application developed to run with in a particular system is called "desktop application" .
 Ex: Notepad, Calculator, (like this any exe files)

Web based application is an application stored with in remote server under web server s/w and accessible to different users over a network as a intranet / internet.

* Network local to an organization is called "Private (or) Intranet work"


* Network available to all the people through out the world is called " public (or) internet network.


Web application advantages :


1. Accessible any where
2. Accessible to wide range of devices [ means multiple]
3. Better and easier maintenance
4. More customization [ very effective look and feel ]


* most of the implementation is web based app development compare to desktop app

* asp.net can be used to develop dynamic web app with proper integration of html, css and java script.

* website is a collection of webpages

* webpage is a document of program to display information to the user / accepting the data from the user.

* webpage can be classified into 2 types


1. static webpage
2. dynamic webpage

-> Non interactive webpage is called "static webpage " this can be developed using html
 Ex: contact us page / about us page

-> Interactive webpage is called dynamic webpage this can be developed using html + any scripting language


ex: login page / registration page

* The programming with in the webpage is called scripting. 
This can be classified into 2 types

1. client side scripting
2. server side scripting

* The logic execute by browser is called " client side scripting"
Ex: username is provided or not
mobile no. is provided with 10 digits or not

* The logic executed with in web server system is called " server side scripting " this can be used to communicate with database server (or) email server

Ex : storing registered user information into database getting emails from email server

* Asp.net can be used to develop dynamic webpage with server side scripting / programming.

 Check @---> .net interview questions on this topic



Asp.net Introduction
Asp.net Introduction