C#C
C#15mo ago
kit666

[WinForms] Need ideas/help where to start..

Hello im a first year CS student and its our 4th week of C#

I've given a project in C# to do a small internet cafe management-like project

Basically it should be done on WinForms.

The features is simple. The Server PC will have a dashboard form. The Client PC will have a login/logout form

Server PC:
-Sees how many users are logged in (My teacher says there should be at least 2 Client PCs)
-Sees the duration of their session
-Can create Account for log in

Client PC:
-Login form
-Logout form
-Session timer




How should I implement this? What topics in C# should I look into? We never had a network class so i admit this is a bit out of scope of what i know rn..
Was this page helpful?