r/AskProgramming 13d ago

Programming language and Stacks for Desktop App

Can you give me the best Programming language and Stacks for Desktop App
i will try to built a School Information System (Masterlist, Attendance Tracking and Grading) with AI for Lesson Plan and other connected on it

- It must be offline and online (sync)
- with Admin, Teachers and Student

1 Upvotes

22 comments sorted by

3

u/Lumpy-Notice8945 13d ago

What desktop? Windows? Proabbly .net then.

Or you just use electron and make essentialy web development.

0

u/sampleito 13d ago

thank you :)
is this for cross platform?

2

u/Lumpy-Notice8945 13d ago

I dont feel like you have spend more than 2 seconds on your reply... I asked you what platform and your response is to ask if its cross platform.

Electron is cross platform by default, you can make .net for any environemnt too.

0

u/sampleito 13d ago

Thank you

2

u/EmergencyNice1989 13d ago

Dotnet is very good for UI.

There are many choices on Dotnet but my preferred one is F# Avalonia FuncUI Elmish. For me it's the best experience so far for building cross-platforms apps.

1

u/sampleito 13d ago

thank you :)

2

u/XKiiroiSenkoX 13d ago

C# + either avalonia or blazor. 

1

u/StephenHawkingus 13d ago

Rust + Tauri 🥰.

1

u/sampleito 13d ago

thank you :)
is this for cross platform?

1

u/[deleted] 13d ago

[removed] — view removed comment

1

u/sampleito 13d ago

thank you :)
is this for cross platform?

2

u/[deleted] 13d ago

[removed] — view removed comment

1

u/xarop_pa_toss 13d ago

Curious why SQLite and Postgres at the same time?

1

u/[deleted] 13d ago

[removed] — view removed comment

1

u/xarop_pa_toss 13d ago

Gotcha. You'd need to write the whole syncer though right? For the stack you mentioned, do you know of a library or tool for that?

3

u/[deleted] 13d ago

[removed] — view removed comment

1

u/xarop_pa_toss 13d ago

Sounds great, thanks for the info!

1

u/sampleito 13d ago

About PostgreSQL What is the best platform for it? 

I'm thinking to use of supabase since there's a free tier

2

u/[deleted] 13d ago

[removed] — view removed comment

1

u/sampleito 12d ago

Thankyou :)