M
M
marking7332014-04-21 16:06:54
MySQL
marking733, 2014-04-21 16:06:54

Which method / language to choose for the "personal account" system?

Hello everyone, I decided to make one service, which will be a server part and a client under Windows in C#.
In the client, the user needs to log in or register. The server must authorize/register the user.
Next, each user has "properties". For example: grades received, number of assignments completed, etc. Also, the server must have materials (one user can send to another) that contain text and pictures.
Question: on what to write the server part? My first thought was MySQL, but since Since I have never worked with databases and in general with the server part, then, in fact, this question arises.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Ruslan Kasymov, 2014-04-21
@HDAPache

You have a mess in your head if you are going to store any information without databases. And by the way, almost no one writes the server part on the database, as a rule, there are programming languages ​​for this. In your case with # as I understand it.

1
1serfer, 2014-04-22
@1serfer

Write the client part in C#
and the server part:
choose a scripting language: asp, php, python (one of your choice)
choose databases: Postgree, MySQL, etc. (one of your choice)

N
Nikolai Turnaviotov, 2014-05-01
@foxmuldercp

First, formalize the TOR - one item - one sentence. what you need, clearly and to the point.
further you will be easier, but now it really looks more like porridge

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question