By Scott Davis on
8/18/2009 7:25 AM
This is the demo code used to present at the August Twin Cities Silverlight User Group. Download the Silverlight 2 project that has several nice binding and converter lessons in it.
Read More »
|
By Scott Davis on
4/22/2009 9:55 PM
This is the demo solution I presented at the Twin Cities Silverlight User Group on April 23.
Read More »
|
By Scott Davis on
4/7/2009 10:13 PM
When I started exploring Cloud computing, REST was a topic that popped up over and over. So I purchased two books to read on a four day weekend out of town earlier this year. “RESTful .Net” by Jon Flanders & “Data-Driven Services with Silverlight 2” by John Papa (Foreword by Tim Heuer)
Read More »
|
By Scott Davis on
3/24/2009 11:25 AM
Solution to - The “ValidateXAML” task failed unexpectedly
Read More »
|
By Scott Davis on
3/16/2009 10:14 PM
Here is a Zip file containing the presentation and sample code from the TechFuse presentation delivered on March 17.
Read More »
|
By Scott Davis on
3/15/2009 3:08 PM
It’s hard to think of an application that doesn’t do something with data. So when your windows mobile application needs a data store more extensible than a text file, you’ll probably turn to SQLCE. However, don’t think you can use SQLCE the same way you use a desktop or server version.
Read More »
|
By Scott Davis on
2/25/2009 11:06 PM
So you've made a mobile application, how do you get it on the phone now? The Deployment project is not terribly intuitive. Here is how to get your application into a CAB to be installed on a phone, and how to make a shortcut in the start menu.
Read More »
|
By Scott Davis on
2/23/2009 11:57 PM
Developing for Windows Mobile using the .Net Compact Framework can be a difficult transition for the developer new to mobile. Here are some tips for the experienced .Net developer just starting with the .Ne Compact Framework.
Read More »
|
By Scott Davis on
2/23/2009 7:23 PM
My last blog post took more than an hour to get right over a period of two days. Turns out it is really hard to get DotNetNuke to store and show HTML code just the way you want it.
Read More »
|
By Scott Davis on
2/22/2009 10:01 PM
SilverLight doesn't support WAV files, yet. So what happens if you want to play a WAV from Silverlight? Well, if you can play a WAV from Javascript, you can play it from SilverLight.
Read More »
|