dataType attribute Specify the type of data that a text entry displays: character or numeric. You can also query or set this attribute using SCL. For example, the following line of SCL code queries ...
Data binding is central to Windows Phone Development. Here's a refresher for old pros, and an introduction for newbies. One of the most significant changes between more traditional style applications ...
Attributes are a powerful feature in the C# programming language that can add metadata information to your assemblies. An attribute is actually an object that is associated with any of these elements: ...
How to use ncurses to manipulate your terminal screen. In my article series about programming for the text console using the ncurses library, I showed you how to draw text on the screen and use basic ...