Building a 'Mango' App
msdn.microsoft.com
Building a 'Mango' App
1–7 of 7 posts
Re: Building a 'Mango' App
#2Re: Building a 'Mango' App
#3I consider myself a pretty seasoned C# developer with experience in Silverlight and WP7, but I found this tutorial really confusing to follow. I can't imagine first timers learning WP7 programming from this tutorial. Lots of unexplained boilerplate code.
Re: Building a 'Mango' App
#4I consider myself a pretty seasoned C# developer with experience in Silverlight and WP7, but I found this tutorial really confusing to follow. I can't imagine first timers learning WP7 programming from this tutorial. Lots of unexplained boilerplate code.
I can understand there's a pretty big spectrum of stuff covered here really quickly. I understood the datacontext database stuff because that's what I work with every day. But, I've avoided Silverlight/WPF successfully for years now and expected the view stuff to be a bit crazy. Lucikly I do a lot of MVC3 which makes all the Model techniques used here pretty familiar as well.
I would love to develop some WP7 apps. I've been wanting a WP7 for a long time...but Sprint only has 1 model and it's already a year old.
Re: Building a 'Mango' App
#5Re: Building a 'Mango' App
#6Something about using String.Format for internal IDs sketches me out. Is this a common practice, or do developers use URL builders instead?