Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: 3D графика Pin
Richard Deeming30-Apr-24 0:01
mveRichard Deeming30-Apr-24 0:01 
AnswerRe: 3D графика Pin
OriginalGriff24-Apr-24 21:47
mveOriginalGriff24-Apr-24 21:47 
QuestionHow to start creating a WinUI project ? Pin
Martin Adams 202324-Apr-24 2:54
Martin Adams 202324-Apr-24 2:54 
AnswerRe: How to start creating a WinUI project ? Pin
Richard MacCutchan24-Apr-24 3:45
mveRichard MacCutchan24-Apr-24 3:45 
GeneralRe: How to start creating a WinUI project ? Pin
Martin Adams 202324-Apr-24 6:02
Martin Adams 202324-Apr-24 6:02 
QuestionRe: How to start creating a WinUI project ? Pin
Richard MacCutchan24-Apr-24 6:43
mveRichard MacCutchan24-Apr-24 6:43 
AnswerRe: How to start creating a WinUI project ? Pin
Martin Adams 202324-Apr-24 6:44
Martin Adams 202324-Apr-24 6:44 
GeneralRe: How to start creating a WinUI project ? Pin
Richard MacCutchan24-Apr-24 6:51
mveRichard MacCutchan24-Apr-24 6:51 
GeneralRe: How to start creating a WinUI project ? Pin
Martin Adams 202324-Apr-24 7:13
Martin Adams 202324-Apr-24 7:13 
GeneralRe: How to start creating a WinUI project ? Pin
lmoelleb24-Apr-24 18:47
lmoelleb24-Apr-24 18:47 
AnswerRe: How to start creating a WinUI project ? Pin
Martin Adams 202325-Apr-24 5:17
Martin Adams 202325-Apr-24 5:17 
GeneralRe: How to start creating a WinUI project ? Pin
Martin Adams 202324-Apr-24 19:15
Martin Adams 202324-Apr-24 19:15 
GeneralRe: How to start creating a WinUI project ? Pin
Martin Adams 202324-Apr-24 19:15
Martin Adams 202324-Apr-24 19:15 
QuestionCentralized database for c# Windows Application (WinForms) Pin
theo tuombe23-Apr-24 14:08
theo tuombe23-Apr-24 14:08 
AnswerRe: Centralized database for c# Windows Application (WinForms) Pin
jschell24-Apr-24 12:39
jschell24-Apr-24 12:39 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
theo tuombe25-Apr-24 1:00
theo tuombe25-Apr-24 1:00 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
Dave Kreskowiak25-Apr-24 3:16
mveDave Kreskowiak25-Apr-24 3:16 
This is an extremely ambitious project for someone that doesn't know most database engines are already multi-user capable. The trick is writing your code correctly, so you don't introduce concurrency problems.

Why would you write a multi-user app like this as a desktop app and not as a web app? The one thing you forgot to mention in your description is security for these areas and data.

Do you even know what products universities already use for such management operations? Do you know that is your competition? Do you understand the market at all?

GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
theo tuombe25-Apr-24 3:52
theo tuombe25-Apr-24 3:52 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
Dave Kreskowiak25-Apr-24 4:04
mveDave Kreskowiak25-Apr-24 4:04 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
theo tuombe25-Apr-24 4:40
theo tuombe25-Apr-24 4:40 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
theo tuombe25-Apr-24 4:40
theo tuombe25-Apr-24 4:40 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
Dave Kreskowiak25-Apr-24 5:36
mveDave Kreskowiak25-Apr-24 5:36 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
jschell26-Apr-24 12:59
jschell26-Apr-24 12:59 
AnswerRe: Centralized database for c# Windows Application (WinForms) Pin
PIEBALDconsult25-Apr-24 4:55
mvePIEBALDconsult25-Apr-24 4:55 
AnswerRe: Centralized database for c# Windows Application (WinForms) Pin
Ravi Bhavnani27-Apr-24 10:01
professionalRavi Bhavnani27-Apr-24 10:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.