65.9K
CodeProject is changing. Read more.
Home

Self Destruct Chat

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Apr 30, 2013

CPOL
viewsIcon

8130

Create a chat program that will have self destructing messages

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.