Arpit
Arpit

Reputation: 6260

Best resource to learn Windows Phone Development?

I'm looking for online reference / book recommendations, video tutorials, etc...

I've been programming for a while now (Java / Shell), so I don't need a book that spends a lot of effort on basic programming concepts.

All I need is a jump start and some good reference material to clear off my doubts before I start asking more substantial questions on stackoverflow

Upvotes: 10

Views: 1789

Answers (7)

PandaSharp
PandaSharp

Reputation: 642

I started here, try to take a look: http://msdn.microsoft.com/library/windowsphone/develop/ff402551(v=vs.105).aspx

Upvotes: 0

Griffin
Griffin

Reputation: 842

I reccomend this video series:

http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners

Bob Taylor from the popular Channel 9 is a very helpful tutor that will guide you through how to make apps for Windows Phone. He takes it easy at first so if you know C# and XAML, then you might want to skip ahead. But be sure to do the homework assignments to check on how your doing. This tutorial will help you a bunch if you don't know a thing about the Windows Phone. I'm on Day 3 right now and, wow. This videos are amazing! I highly reccommend you listen to Bob. He's great, slow, and kinda funny!

EDIT

Just saw you have programmed only Java and Shell. If you don't know anything about C# (nudge, nudge), these tutorials were made for people like you

Upvotes: 2

Huske
Huske

Reputation: 9296

I would suggest Adam Nathan's 101 Windows Phone 7 Apps. This is volume 1 and it deals with writing fully functional apps that you can post on marketplace, as well as explaining key concepts of WP7 programming. I am reading this book at the moment and have to say that I am quite happy that I purchased it.

EDIT: One more suggestion would be to come up with some project, nothing too complex but at the same time nothing too simple and jump into fire head first. You will surely learn a lot if you have a vision for a project. It will drive your forward to succeed.

Upvotes: 11

Rahul Soni
Rahul Soni

Reputation: 4968

For me the Design Toolbox helped a lot.

Not only there are really good video tutorials on WP7, you will find some really good presentation about UI designing as well.

http://www.microsoft.com/design/toolbox/default.aspx

Upvotes: 2

Nghia Nguyen
Nghia Nguyen

Reputation: 2665

I would just recommend the MSDN library: http://msdn.microsoft.com/en-us/library/ff402535%28v=VS.92%29.aspx

Here they have tones of resources and library and some other "need to know" about windows phone 7 development, with sample code, advance practice, and features. Like: User Experience Design Guidelines for Windows Phone

Fundamental Concepts

Classes library references

Sample projects

I believe this is what you need to get a jump on developing windows phone.

Upvotes: 2

Deepansh Gupta
Deepansh Gupta

Reputation: 593

"Programming Windows Phone 7" by Charles Petzold is worth a look.

Upvotes: 5

Related Questions