Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Microsoft Office version 2010 is a suite of programs for office productivity.
0 Questions
The `include()` function in PHP includes code from other PHP files and copies them into the file that uses the include statement.
0 Questions
Represents a binding that a Windows Communication Foundation (WCF) service can use to configure and expose endpoints that are able to communicate with ASMX-based Web services and clients and other services that conform to the WS-I Basic Profile 1.1.
0 Questions
Dynamic Data Exchange (DDE) is a form of interprocess communication on Windows that uses shared memory to exchange data between applications. Applications can use DDE for one-time data transfers and for ongoing exchanges and updating of data.
0 Questions
The IN clause of a SQL query is a function, generaly used within a WHERE clause, that returns true if a value is in a given set. Use for questions relating to this clause.
0 Questions
time.h is a C language header, supplying date and time utility types and functions; it is also available in C++, as either time.h or ctime.
0 Questions
Object Oriented Analysis and Design - use this tag for questions related to Object Oriented programming. Also include language tags such as java where appropriate.
0 Questions
The Oracle `tnsnames.ora` is a client site configuration file with database server connection details.
0 Questions
A mixed-mode application is any application that combines native code (C++) with managed code (such as Visual Basic, Visual C#, or C++/CLI that runs on the common language runtime).
0 Questions