Wednesday, 20 June 2018

Introduction to ASP.NET


To create dynamic web pages. To create web pages on the fly. To create web sites or web applications.
Group of web pages is called web site. Every web page is of two types.
  1. Client side/static page
  2. Server side/dynamic page

Internet : Network of networks is called Internet. Largest network in the world is Internet. The Internet is operated using Web Sites. On Internet we have to place the web site, then only we can access from any where. First of all we have to purchase web space, register it on our name, provide user name and password to it, then create web site and place it on your web space.
To operate Internet we require the following :
  1. Computer
  2. Internet Connection (supplied by ISP)
  3. Telephone line
  4. Browser Software (Internet Explorer/Netscape Navigator/Opera/Neo planet/ Chrome/ Mozilla Firefox)
  5. Modem (Modulator / Demodulator-Dialup/Broadband, Internal/External)

ISP : Internet Service Provider (BSNL/MTNL/VSNL/RELIANCE/AIRTEL/TATAINDICOM/ AIRCEL/ HUTCH/ UNINOR/ IDEA/ VODAFONE)
Internet Connections :
  1. Dial-up
  2. ISDN (Integrated Subscriber Dialup Network)
  3. Broadband
  4. Cable modem
  5. Leased line

Accessing internet :
  1. Start Internet connection
  2. Start Internet Explorer, type the URL (Uniform Resource Locator) of the web site you like to see in address bar then press enter. URL Example :
For Example : 'http://www.rediffmail.com'
In the above example
  • HTTP stands for (Hypertext Transfer Protocol)
  • WWW stands for (World Wide Web)
  • rediffmail.com stands for domain name, .com is domain code.

0 comments:

Post a Comment

Introduction to C# .NET

It  is  pure  object  oriented  programming  language.  Also  it  is  Event Driven Programming Language. It is case sensitive. ...