ASP.NET Glossary

XDA

XDA is a consolidated development environment that allows programs to be created for Windows, XBoxes, and more.

Related …

Learn more

Windows Form

Windows Form ( also called WinForms) is a .NET Framework object that allows the development of “traditional” Windows desktop applications.

Related TutorialsInheritance
Casting
.NET Framework
Exception
UDDI (Universal Description, Discovery, …

Learn more

WSDL (Web Services Description Language)

WSDL is an XML-based contract language for describing the network services offered by a Web service provider via UDDI. WSDL describes a Web service to Web service consumers by its public methods, data types of all parameters, return value, and bindings.

Related TutorialsMulti-module Assembly
Structure
Hash Code
Assembly cache
Microsoft …

Learn more

Web service provider

Web service provider is a network application that uses Internet protocols to advertise and provide services to Web service consumers.

Related TutorialsDTD (Document Type Definition)
CIL (Common Intermediate Language)
Caching
GC …

Learn more

Web Service Protocols

Web Service Protocols are open communication standards that are key technologies in the .NET Web Services architecture. These protocols include WSDL, HTTP, XML, SOAP, and UDDI.

Related TutorialsException Management
Unmanaged pointer types
Globalization
Delegate
IDL (Interface …

Learn more

Web service consumer

Web service consumer is an application that uses Internet protocols to access the information and functionality made available by a Web service provider.

Related TutorialsStatic methods
Managed code
GAC (Global Assembly Cache)
Unmanaged code
FCL (Framework …

Learn more

Web service

Web service is an application hosted on a Web server that provides information and services to other network applications using the HTTP and XML protocols. A Web service is conceptually an URL-addressable library of functionality that is completely independent of the consumer and stateless in its operation.

Related TutorialsQualified identifiers
Native code
Types
Collection
CLI (Common …

Learn more

Web Form

Web Form is a .NET Framework object that allows development of Web-based applications and Web sites.

Related TutorialsType library
Shared assembly
XSD (XML Schema Definition)
CLR (Common Language …

Learn more

Visual Studio

This development tool contains a rich set of productivity and debugging features. The Visual Studio setup CDs (or DVD) include the complete .NET Framework, so you won’t need to download it separately.

Related TutorialsDerived class
Reflection
Unmanaged resources
Base …

Learn more

Variable

Variable is a typed storage location in memory. The type of the variable determines what kind of data it can store. Examples of variables include local variables, array elements, parameters, instance fields and static fields.

Related Tutorials.NET Languages
XML (eXtensible Markup Language)
XML Schema
Data …

Learn more