Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tutorial for learning xaml for windows phone 7

I want to develop mobile applications for the WINDOWS PHONE 7 using silverlight. Can anybody suggest me suitable tutorial please. Thanks in advance.

like image 326
nkchandra Avatar asked Jan 20 '23 03:01

nkchandra


2 Answers

Well you should probably start at MSDN on the Phone Platform section.

Then I would recommend you go and download the Windows Phone 7 Developer Training Kit which contains some introductory tutorials on getting started with WP7 and building your first app.

From there you can check out a couple of different things like the following:

  1. This resource, WP7 in 7 minutes was pretty helpful for accomplishing basic tasks when programming for WP7.

  2. The App Hup is a great spot for finding resources for developing for WP7 also (They have both Silverlight and XNA samples there).

  3. This place, Windows Phone 7 Tutorials - Kirupa.com also has some pretty good tutorials.

  4. EugeneDOTNET has a ton of tutorials as well It's definetly worth checking out.

My last suggestion would be to follow Erno's suggestion and read the free book by Charles Petzold. That book is great for just getting started.

Keep in mind that most of these resources require you have a little experience in .NET and C#. If you want to learn that first check out this other free book by Rob Miles on learing C#.

Hope this helps.

like image 185
Edward Avatar answered Jan 22 '23 16:01

Edward


A lot depends on your experience.

If you know .NET get started with the free book from Charles Petzold

like image 27
Emond Avatar answered Jan 22 '23 17:01

Emond