Sunday, August 9, 2009

ASP.net

  • What is ASp.net framework?
The Microsoft .NET Framework is a software framework that can be installed on computers running Microsoft Windows operating systems. It includes a large library of coded solutions to common programming problems and a virtual machine that manages the execution of programs written specifically for the framework. The .NET Framework is a key Microsoft offering and is intended to be used by most new applications created for the Windows platform.

  • What are the advantage of using ASP.net?
  1. They can be executed more quickly as they are compiled by executable portions of a web application
  2. On the fly updates of deployed web application without restarting the server
  3. It simplifies many aspects of windows programming
  4. Its security is high as it is built in security through windows server or through authentication or Authorization methods
  5. Integration wit ADO.net to provide Database access & design tools from within Vs.net
  6. It fully supports mark up language
  7. Automatic state management is there
  • What is the advantages of storing the information on the client side?
  1. Better Scalability: with the server side state management each client that connects to the web server consumes memory in the web server.If the consumers are very high this can be a limitting factor. The client side management helps to rectify this difficulty
  2. Supports Multiple Web Server: In client side management we can distribute the incoming request to multiple web server with no change in your application, so the server needs only to process the request
  • What is the advantages of storing the information on the server side?
  1. Better Security: Client side management can be captured or modified easily, so confidential datas can never be stored in client side
  2. Reduced Bandwidth: If you are using client side management the bandwidth required will b high and the page load time will increase which will potentially increase your cost

  • How a web application works?

On the client side web application is hosted by the browser(IE,Firefox etc). The application user interface takes the form of html pages,that are interpreted and displayed by the client's browser.

On the server side web application runs under Microsoft Internet Information Services(MIIS). The IIS manages the application,passes the request from the client to the application and returns application's response to the client.These requests and responses are passed across the internet using http

1 comment:

  1. Nice Information
    telugu70mm.com provides latest telugu movie reviews , telugu movie news and telugu political news, and other related news @ www.telugu70mm.com

    ReplyDelete