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.
In object-oriented programming with classes, an instance variable is a variable defined in a class (i.e. a member variable), for which each object of the class has a separate copy.
0 Questions
Date-range refers to a range of dates, i.e. a period of time between a start date and an end date.
0 Questions
StreamWriter is designed for character output in a particular encoding, whereas classes derived from Stream are designed for byte input and output.
0 Questions
WebExtensions are a way to write Firefox extensions that are compatible with other browsers such as Google Chrome and Opera. Microsoft plans to bring support to their Edge browser soon. Questions requiring a MCVE (i.e. debugging questions) should include your manifest.json file in addition to all other files needed to duplicate the problem.
0 Questions
TabBar is a ActionScript UI component used for switching between different application states.
0 Questions
Anything related to the design and implementation of alarms. An alarm is a form of man-machine interaction where the attention of the user of an application or a system is attracted using an audible, a visual or some other kind of signal (or a combination thereof) in order to make the user aware that some event has happened.
0 Questions
The plural of a keyword in the C family of languages for declaring a union data type.
0 Questions
A DataContext is used in WPF, Silverlight and various other .NET technologies. When used with WPF or Silverlight, a DataContext is an object holding the data that the form (or page in case of Silverlight) uses as a display source for its UI elements.
0 Questions
Unmanaged refers to Windows code that is independent of the Common Language Runtime(CLR). COM components, ActiveX components, and Win32 API functions are examples of unmanaged code.
0 Questions
In object-oriented programming, friend refers to a method or class that has access to some non-public aspects of a particular class.
0 Questions