PDA

View Full Version : is this a good idea and how?


slappyjaw
09-06-2009, 03:22 AM
Hey i was wondering what your guys input was on this. I want to make a c# chat program that is ran through a mysql database. Is this a good idea. And can someone tell me how i would insert data into the database. Thank you for all the help!:thumbsup:

SouthwaterDave
10-05-2009, 03:24 PM
This would be a perfectly good application for ASP.NET (or any other web server technology).

The key factors for your decision are:

What web server will you implement it on?

What web server progamming languages do you already know, e.g., PHP, ASP, ASP.NET etc.?