Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm want to create my own Coffee shop app for this semester's project. It's a Windows Phone App.

The App can view who is checked-in, view menus, view photos by using 4SQ Endpoint APIs.

My problem is I don't know how to start it... which book I should read about C#? And I don't know which keywords should I google? i.e. GET POST METHOD , JSON

I have used 4SQ Endpoint APIs once with javascript (jquery) $.ajax{(.....)} to get data from 4SQ Endpoint APIs. I googled and found JSON.NET Class but I don't know how to use it because I have never programmed in C#.

I'm just beginning programming and I can programming in C only.
Posted
Comments
Sergey Alexandrovich Kryukov 11-Nov-12 23:05pm    
Not a question. Only C? Why not picking a problem more adequate for C programming?
--SA

1 solution

You should pick up a book on C# and Silverlight - migrating to Windows Phone App will be easier.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900