https://github.com/inna-b10/csharp-quizformapp
"QuizFormApp" is a simple quiz application built using Windows Forms. This project serves as an assignment for learning the fundamentals of C# GUI development. Although prior tutorials on C# GUI programming were not covered in the course, the project emphasizes self-learning through the use of Windows Forms and similar frameworks.
https://github.com/inna-b10/csharp-quizformapp
csharp project windows-forms
Last synced: 10 months ago
JSON representation
"QuizFormApp" is a simple quiz application built using Windows Forms. This project serves as an assignment for learning the fundamentals of C# GUI development. Although prior tutorials on C# GUI programming were not covered in the course, the project emphasizes self-learning through the use of Windows Forms and similar frameworks.
- Host: GitHub
- URL: https://github.com/inna-b10/csharp-quizformapp
- Owner: Inna-B10
- Created: 2024-06-07T23:27:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T18:06:35.000Z (11 months ago)
- Last Synced: 2025-03-14T13:21:44.392Z (10 months ago)
- Topics: csharp, project, windows-forms
- Language: C#
- Homepage:
- Size: 1.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuizFormApp
```
En enkel quiz app, utformet med Windows.Forms
app kan kjøres fra .zip mappe
```
### Prosjektoppgave - Desktop Applikasjon
Forsøk å implementere en desktop app, dette bør helst være en enkel console app.
Ettersom vi ikke har hatt noen type gjennomgang av C# GUI utvikling, men, det er mulig å bruke f.eks Windows Forms,
CORE etc om man ønsker å sette seg inn i det og lære det på egenhånd, men merk at arkitektur er tyngre i C# enn i f.eks JavaScript.