Nates Stuff

Perspectives on Computing :: Leave a Comment

Browse by Tags

All Tags » .NET » Tips & Tricks (RSS)
Ink in WPF -- Using TextInputPanel for Text Input
WPF has built-in controls for ink, but is missing much of the API that is available in the TabletPC SDK 1.7. As a result, unless you are doing the most basic and mundane ink you will be required to use this library. One of those basic things that are...
Easily Generate Business Objects From The Database
I know the title of this post is a little bit of a misnomer, business objects will never map 1 to 1 with relational database objects. However, when just starting out and when you get to control the schema of the database, it sure makes a good starting...