Home > Industry/Domain > Computer

Computer

18Categories 216913Terms

Add a new term

Contributors in Computer

Computer > Productivity software

asynchronous communication layer

Software; Productivity software

The layer of AJAX functionality that takes care of communication between the browser and the server.

extension method

Software; Productivity software

A static method that can be invoked by using instance method syntax. In effect, extension methods make it possible to extend existing types and constructed types with additional ...

local type inference

Software; Productivity software

A process in which the compiler infers the type of a local variable that is declared with the var keyword in C# or without an As clause in Visual Basic. The compiler infers the ...

one-click publish

Software; Productivity software

A feature in Visual Studio that lets you deploy a Web application from the development computer to a server by clicking a button on a toolbar, and to deploy changes by clicking ...

constructed generic type

Software; Productivity software

A generic type whose generic type parameters have been specified. A constructed type or method can be an open generic type if some of its type arguments are type parameters of ...

class

Software; Productivity software

A named descriptor for a set of objects that share the same attributes, operations, methods, relationships, and behaviors.

identifier

Software; Productivity software

Any text string used as a label, such as the name of a procedure or a variable in a program or the name attached to a hard disk or floppy disk.