-
Standalone Development are both the?
Clint and server
-
Standalone Development consists of?
Windows XP or later .NET Fromwork4 Visual Studio 2010 Optional: IIS, SQL Server
-
Local area network development requires?
FPSE
-
FPSE
Front page Server Extension
-
LAN development the client uses?
- Windows XP or later .NET Fromwork4 Visual Studio 2010

-
LAN Development the server uses?
- Windows server 2003 or later, .NET Framework, IIS 6.0 or later SQL Server, FPSE

-
With ___ _____ _____ development setup more than one programmer can work on an application at a site at the same time.
Local Area Network
-
With ___ _____ _____ development setup more than one programmer can work on the same application at different locations.
Internet development
-
Windows XP or later .NET Fromwork4 Visual Studio 2010 is components of what development for the client?
Internet and LAN Development
-
Internet development server requirements are?
Windows Server 2003 or later, .NET framework, IIS 6.0 or later FTP server SQL Server
-
FTP server uses File transfer Protocol to transfer files between?
The client computer and the server
-
FTP
File Transfer Protocol
-
-
What two components are the framework divided into?
.Net framework class Library and the common Language Runtime
-
Within the structure related classes are organized into groups called?
Namespaces
-
Namespaces contains the classes used to support a particular function.
-
CLR
Common Language Runtime
-
.Net Applications can be written in?
VB, Visual C#, Visual C++, Visual F#
-
The CLR manages the execution of .Net programs by coordination essential functions as?
Memory management, code execution security
-
MSIL
Microsoft Intermediate Language
-
-
All .NET programs are compiled into ___ or ___which is stored on disk in an assembly.
MSIL or IL
-
Component of the CLR that ensure that all .NET applications use the same data types regardless of what programming languages are used to develop the application.
Common Type System
-
Client Browser sends a _____ and the Server looks for the specific ____ and the server sends a _____
- HTTP requests, HTML file HTTP response

-
These Web pages are not stored on dick but instead are generated by the application.
- Dynamic web page

-
The entire process that begins with the browser requesting a web page and ends with a the page being sent back to the client is called?
Round trip
-
When a user clicks on a control to start an HTTP request it is called?
Postback or posting back to server
-
This is an example of a ____ url
Dynamic
-
What are the missing Labels?
-
This is an example of a ____ url
Static
-
|
|