Source Code Now Available for my AGGames Silverlight 2 Example

In case you missed it, I have an example Silverlight 2 application that I wrote to work out my understanding of Silverlight 2 (for my course http://www.silverlight-tour.com):

Screenshot 

The source code is now available for this example.  This example utilized a lot of features, both Silverlight 2 and future .NET technologies:

Once ADO.NET Data Services release their new Silverlight 2 library, i'll re-work this example to use that library too and add saving of data to the database. 

If you want the source code, you can find it here:

http://wildermuth.com/downloads/aggames.zip

Once you get the source code, make sure and look for the ReadMe.txt file in the AGGames folder to read the instructions of how to get it to compile and run locally.

Comments:

Gravatar

Nice sample aplication!

Gravatar

You saying that you're going to add saving of data with astoria.
Is there any problem with saving data with wcf services ?

Thanks for the great example!

Gravatar

Using WCF to save data is perfectly fine, but I have some personal reasons for wanting an excuse to use Astoria and Silverlight. I didn't want to implement it twice...

Gravatar

I can compile, but at runtime I continually get
Silverlight error code 4002, ManagedRunTimeError
InvalidOperationException: Collection was modified; enumeration operation may not execute.


 



 
Save Cancel