July's Mobile Ink Jots column is now on-line (yes I know, it's late August). Learn about the Tablet PC's new support for running Ink in partially trusted CAS contexts:
http://msdn.microsoft.com/library/en-us/dnmobink/html/tbconmij3.asp
Most of this will be straightforward for anyone who's already deployed WinForms code,
this way. In a sentence: the Microsoft.Ink assembly now bears the [AllowPartiallyTrustedCallers]
attribute.
Nevertheless, here are some highlights:
- Learn how (and why!) you should properly Dispose() of Ink resources, in the web page's onunload event.
- Learn some cool tricks for posting ink back to the server.
- Compare and contrast various options for supporting both Tablet and non-Tablet clients from the same endpoint.
- Follow lots of good hyperlinks to related articles by Chris Sells, Jay Allen, and of course the new Tablet SDK docs.
