Sei sulla pagina 1di 2

Explain how a web application works.

A web application is in the server and responds to requests Clientis internet. The client
to open with the aid of the computer of the browser, the web page. When a client makes a request, receives the
the result in the form of HTML that are interpreted and displayed by the browser.
A web application on the server is running under the guidance of Microsoft Internet
Information Services (IIS). IIS passes the request received from the customer on request. The
application gives the desired form of HTML IIS, a result which in turn sends the results
the customer.

Explain the different parts that constitute ASP.NET application.
Content, logic program and the configuration file is an ASP.NET application.
Content Files
Content files are static text, images and basic can.
program logic
logical program files exist in the form of a DLL file on the server that responds to user actions.
The configuration file
The configuration file provides several settings that determine how the application runs on the server.

Describe the action sequence takes place on the server where the ASP.NET application
start first time?
Here are some clips:
IIS worker process starts >> assembly load the ASP.NET worker process in IIS sends the memory >>
asking the Assembly >> all composed a reply using the logic program >> IIS
the response back to the user in the form of HTML.

Place the parts in ASP.NET Web Form
Server controls.
Server controls are Hypertext Markup Language (HTML) elements include
runat = server attribute. They provide automatic state management and server-side events and
respond to the user events by executing the event handler in the server.
HTML control.
These controls also respond to user events, but the event processing occurs on the client
machine.
Data Controls
data controls, you can connect to the database, the command and retrieve data from
database.
The system components
System components provide access to system-level events that occur on the server.

Describe briefly. NET Framework and its components.
. NET Framework provides a platform for developing Windows and Web software. ASP.NET is a part
to. NET Framework and access all features implemented in what was once available
only by the Windows API. . NET Framework in our application programs and
the operating system.
. The Net Framework has two main components:
. NET Framework: It provides common types such as data types and object types
that can be shared by all compatible language. Net.
The Common Language Runtime: It provides services such as type safety, security, code execution,
wire management, interoperability services.

What is the Assembly? Explain its parts?
An assembly is a file. DLL or EXE. Containing MSIL code that is executed by the CLR.
An assembly contains the interface, and classes, may also have other means such as a bitmap, contain
etc. It carries version details used by the CLR running. Two sets
same name but different versions can run applications side-by-side dependent
use a specific version of the assembly of this release. An assembly is the unit on which authorizations
be granted. It can be private or global. A private assembly is used only by the application for
which it belongs, but the World Assembly can be used by any application in the system.
The four parts of an assembly are:
Manifesto of the Assembly - It contains the name, version, culture and information referred
assemblies.
Type metadata - Contains information on the types in the assembly.
MSIL - MSIL.
Resources - such as BMP or JPG files or other files required by the application.

7) Explain the advantages of ASP.NET.
Following are the advantages of ASP.NET.
Web application is compiled form on the server when processing speed is faster than
then interpreted scripts.
ASP.NET makes development to maintain with an event-driven server side simpler and easier
programming model.
Be part of. Framework, it has access to all functions. Net Framework.
The content and the program logic are separated which reduces the inconveniences of the program
maintenance.
ASP.NET allows easy implementation. There is no need to register the components as
configuration information is embedded.
To develop the logic program can choose a developer to write in more than 25 years of their code. Net
languages including VB.Net, C #, etc. JScript.Net
Presentation of the state order helps to maintain between automatic order status
events publications.
ASP.NET provides built-in security with Windows authentication or other authentication
methods.
Integrated with ADO.NET.
The built-in caching.

Define common type system.
. Net allows developers to write the program logic in at least 25 languages. Written in a classroom
language can be used for other languages. Net. These service. Net is possible through CTS
to ensure that the rules for the types of data that must follow any language. It provides types box
used by all. NET languages and ensures. NET compatible language types.

Define virtual directory.
This is the folder that contains the web applications. The album was released as a virtual directory
IIS may contain web applications.

Potrebbero piacerti anche