Sei sulla pagina 1di 3

PHP

What is PHP?
Answer: PHP (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-
used Open Source general-purpose scripting language that is especially suited for Web
development and can be embedded into HTML.

There are three main areas where PHP scripts are used.
1.Server-side scripting
2.Command line scripting
3.Writing desktop applications

PHP supports 8 (eight) primitive types.


Four scalar types:

• boolean

• ιντ ε γ ε ρ

• φλοα τ (floating-point number, aka 'double')

• στρ ι ν γ
Two compound types:

• array

• οβϕ ε χ τ
And finally two special types:

• resource

• ΝΥΛ Λ
Variables in PHP are represented by a dollar sign followed by the name of the variable.
The variable name is case-sensitive.
A constant is an identifier (name) for a simple value.

mysql_connect('localhost','root','12345');

ASP.net
What is Classic ASP?

Microsoft's previous server side scripting technology ASP (Active Server Pages) is now often
called classic ASP.

What is ASP.NET?

ASP.NET is a server side scripting technology that enables scripts (embedded in web pages) to
be executed by an Internet server.

* ASP.NET is a Microsoft Technology


* ASP stands for Active Server Pages
* ASP.NET is a program that runs inside IIS
* IIS (Internet Information Services) is Microsoft's Internet server
* IIS comes as a free component with Windows servers
* IIS is also a part of Windows 2000 and XP Professiona

What is an ASP.NET File?

* An ASP.NET file is just the same as an HTML file


* An ASP.NET file can contain HTML, XML, and scripts
* Scripts in an ASP.NET file are executed on the server
* An ASP.NET file has the file extension ".aspx"

The Microsoft .NET Framework

The .NET Framework is the infrastructure for the Microsoft .NET platform.

The .NET Framework is an environment for building, deploying, and running Web applications
and Web Services.

Microsoft's first server technology ASP (Active Server Pages), was a powerful and flexible
"programming language". But it was too code oriented. It was not an application framework and
not an enterprise development tool.

The Microsoft .NET Framework was developed to solve this problem.

.NET Frameworks keywords:

* Easier and quicker programming


* Reduced amount of code
* Declarative programming model
* Richer server control hierarchy with events
* Larger class library
* Better support for development tools

The .NET Framework consists of 3 main parts:

Programming languages:

* C# (Pronounced C sharp)
* Visual Basic (VB .NET)
* J# (Pronounced J sharp)

Server technologies and client technologies:


* ASP .NET (Active Server Pages)
* Windows Forms (Windows desktop solutions)
* Compact Framework (PDA / Mobile solutions)

Development environments:

* Visual Studio .NET (VS .NET)


* Visual Web Developer

This tutorial is about ASP.NET.

Web Framework

Web-Hosting

Web Security Management

WS-Management

Web Services-Management (WS-Management) is a DMTF open standard defining a SOAP-


based protocol for the management of servers, devices, applications and various Web services.
The DMTF has published the standards document DSP0226 with version v1.1.0 of 2010-03-03

SOAP originally defined as Simple Object Access Protocol, is a protocol specification for
exchanging structured information in the implementation of Web Services in computer networks.
It relies on Extensible Markup Language (XML) for its message format, and usually relies on
other Application Layer protocols, most notably Remote Procedure Call (RPC) and Hypertext
Transfer Protocol (HTTP), for message negotiation and transmission. S

A web service is typically an application programming interface (API) or Web API that is
accessed via Hypertext Transfer Protocol (HTTP) and executed on a remote system, hosting the
requested service. Web services tend to fall into one of two camps:
1. big web services and
1. RESTful web services.

Potrebbero piacerti anche