Click here to Skip to main content
15,880,608 members
Articles / Hosted Services / Azure

Self Destruct Chat

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
30 Apr 2013CPOL 7.9K   2  
Create a chat program that will have self destructing messages

This article is an entry in our Windows Azure Developer Challenge. Articles in this sub-section are not required to be full articles so care should be taken when voting. Create your free Azure Trial Account to Enter the Challenge.

Introduction  

We'll be covering how to create a chat application that will run on a website and windows phone that will have messages that delete themselves after a set amount of time from local storage and the database.  This will cover a broad range of topics at a beginner level including databases, VM's, and the Window Phone API. 

Here's what we'll be doing: 

  1.  We'll design a website for users to be able to send chats to other web and mobile users. 
  2. Using SQL we'll setup a friends list, and system event logging.  
  3. We'll be creating a web service to sit on a VM to coordinate the send/receive of the text messages 
  4. And of course, we'll be building the user interface on the phone itself 

Points of Interest

Azure will greatly benefit me by handling user authentication and authorization as well as push out user notifications to the phone.  This will cut down on development time since I know that security will be done through Azure.

History

  • 4/30/2013 - Submitted article to contest.

License

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


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --