After some sleeping/traffic/moving/eating delays I’ve got the core game working. Now I need to work on the basic strategy matrix and hooking up the game/strategy/settings/stats.
Here are some resources I found while battling Silverlight 3:
Cards/Graphics/Sounds (just used Hand/CardPacket/TraditionalCard)
http://create.msdn.com/en-US/education/catalog/sample/blackjack
Horizontal scrollbars
http://forums.silverlight.net/forums/p/133303/297608.aspx
WrapPanel on WP7
http://blogs.silverlight.net/blogs/justinangel/archive/2008/11/05/silverlight-toolkit-wrappanel.aspx
http://www.codebadger.com/blog/post/2010/03/20/Using-the-WrapPanel-from-the-Silverlight-Toolkit-on-Windows-Phone-7.aspx
http://silverlight.codeplex.com/releases/view/55034 (C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.0\Toolkit\Nov10\Bin)
Bubbling Events in UserControl-s
http://geekswithblogs.net/lbugnion/archive/2008/04/26/silverlight-user-controls-with-events.aspx

