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.

0 Questions

Manages visual states and the logic for transitions between visual states for controls. Also provides the attached property support for VisualStateManager.VisualStateGroups, which is how you define visual states in XAML for a control template.

0 Questions

A shallow copy of an object is a duplicate that may not be fully independent of the original, in the sense that any references / pointers it holds to other objects refer to the same objects that the original's do. Use this tag for questions regarding implementing or using shallow copying methods.

0 Questions

keymapping refers to binding keyboard input to specified output or specified commands

0 Questions

Packets refer to network packets. A network packet is a formatted unit of data carried by a packet-switched network.

0 Questions

The event-driven paradigm of programming centralizes all waiting for events to one generalized loop that delivers (dispatches) events to registered listeners (event handlers).

0 Questions

A method on the Control class in the .NET framework that finds a control from its id. The control is only found if it is within the calling control's naming container.

0 Questions

**Scoring** is an application of Machine Learning. A **model** built from prior observations is applied to new input, resulting in a **classification** (e.g. positive or negative test result), or a **prediction** (e.g. selling price of a home).

0 Questions

The 1.1 version of the .NET Framework. Use for questions specifically related to .NET Framework 1.1. For questions on .NET Framework generally, use the .net tag.

0 Questions

0 Questions

This tag refers to the process of making an exact duplicate of a file, database, etc.

0 Questions