Thoughts on Software Development, .Net, OOP, Design Patterns and all things cool
Browse by Tags
All Tags »
Development »
UI (
RSS)
-
|
The System.ComponentModel namespace (more information here ) in .Net contains an array of various attributes that every .Net developer should know about. These attributes provide a way for the developer to implement design-time and run-time behavior...
|
-
|
Not sure how many of you have needed to use the Microsoft.Ink SDK, but I am currently learning how to use the SDK on my current project. I have to say, that the reconizition that they provide is really, really good. The Ink SDK comes with a TextBox and...
|
-
|
So one of the nice new feature in .net 2.0 is the enhanced support for binding business objects to UI controls. This is very nice because it will allow you to write a single line of code that allows the business object and the UI control (text box) to...
|
More Posts