Programming in C# - VT25 Malmö University 😎
This repository contains a collection of C# programming assignments for the MALMO_VT25 course.
Project
Preview
Type
Framework
Description
Assignment 1
Console Application
.NET 8.0
Basic classes and logic implementation (Album, Pet, TicketSeller).
Assignment 2
Console Application
.NET 8.0
Collection of small utility programs (Cost Calculator, Guess The Number, String Functions, Scheduler).
Assignment 3
Windows Forms (WinForms)
.NET 9.0
Calculators for retirement savings, BMI, and water intake.
Assignment 4
WPF Application
.NET 9.0
A Recipe Manager application to manage food recipes.
Assignment 5
Windows Forms (WinForms)
.NET 9.0
A Contact Management system.
Assignment 6
Windows Forms (WinForms)
.NET 10.0
A Task Manager application with file handling capabilities.
To run these projects, you need to have the following installed:
Visual Studio 2022 (recommended) or Visual Studio Code .
.NET SDK 8.0
.NET SDK 9.0
.NET SDK 10.0 (for Assignment 6)
Navigate to the project folder in your terminal.
For Assignments 1 & 2 , navigate to the specific part (e.g., cd Assignment1/Assignment1Part1).
For Assignments 3-6 , navigate to the assignment folder (e.g., cd Assignment3).
Run the command: