New England Silverlight Guild Presentation Materials

I have uploaded the content from my Introduction to Windows Phone 7 Development with Silverlight talk at the New England Silverlight Guild meeting in Connecticut on November 16. There content can be found here, and includes:

  • Presentation slides, which include the reference and event links I mentioned during the talk.
  • The sample code, broken into 2 projects. Because the Notification Services portion of the talk adds extra projects to the solution and is a little more complex to build and launch, that portion has been broken out into its own separate zip file.

For the Notification Services portion of the demo, the web project should be launched first, followed by the phone project (since the phone app calls the web site to register its URL for receiving notifications.) If the solution is run with the web project set as the default start project, the application bits do get deployed to the phone, but the debugger is not hooked up (unless multiple startup projects are used.) If debugging of the phone app is desired, it can be achieved by right-clicking on the phone project and selecting Debug / Start New Instance.

As usual, I have “sanitized” the uploaded code content by removing my personal Bing Maps application key. For information on how to obtain your own map key, please check out the Bing Maps Developer Portal

 

Maine Bytes User Group Presentation Materials

I have uploaded the content from my Introduction to Windows Phone 7 Development with Silverlight talk at the Maine Bytes User Group meeting on November 11. The content can be found here, and includes:

  • Presentation slides, which include the reference and event links I mentioned during the talk
  • The sample code. Because the demos were completely cumulative, only the final project is included.

There was one stumbling block during the demo, and I was able to determine what happened. When I switched to use the “pre-canned” version of the code for the State Preservation demo (Isolated Storage, PhoneApplicationService State dictionary), as that project had been previously built and shared the same project information as the previous project that had been deployed to the phone, when I built and deployed to the phone, no new bits were copied over (the project and solution didn’t think any code had been changed.) Nothing worked because there were old assemblies on the phone… had I run the code by forcing a rebuild or restarted the emulator, everything would have worked as expected.

I have “sanitized” the uploaded code content by removing my personal Bing Maps application key. For information on how to obtain your own map key, please check out the Bing Maps Developer Portal