LeviCoding
LeviCoding
CC#
Created by LeviCoding on 4/18/2024 in #help
✅ PC Terminal and VSCode Terminal
So I mad a chnge in a folder, when i git status, I see the change in the VSCode terminal but when I type git status in powershell terminal in the rpository it says no changes
12 replies
CC#
Created by LeviCoding on 12/10/2023 in #help
I don't know how to structure my program...
So we have to write a program about shipping companies containing fleets and fleets containing different kind of ships. I already made a IshipRepository in the domainlayer and a ShipRepository in the databaselayer. But now is my question we also have to keep a list of shipping companies and fleet. Do I make a repository for each of them or not? If I use one repository for all of them how ould it look like? We are not using databases yet but storing the objects in lists
18 replies
CC#
Created by LeviCoding on 12/9/2023 in #help
Fast search an object in a list using his attribute
So I have a list of ships and each ship has a length width, mass and a name. We need to write a method that searches in this list the oobject using his name attribute. So only a string is given with the method. for example public Ship SearchShip(string shipName){}
8 replies
CC#
Created by LeviCoding on 12/7/2023 in #help
IComparer problem
No description
24 replies
CC#
Created by LeviCoding on 10/14/2023 in #help
❔ Using method in other class
In my program I have a method aantaluur() it is in the class Periode. I have some error but dont know how to fix it. The main class can't be changed because the task was to make the classes for this main.
25 replies
CC#
Created by LeviCoding on 10/12/2023 in #help
❔ I'm stuck with Polymorfism
So In my program we have a class Persoon and a class student and class leerkracht. a student and leerkracht is a persoon. I need to keep a list of personen and leerkrachten. I can implement student but not leerkracht. Can someone help. If you see code you will understad
14 replies
CC#
Created by LeviCoding on 8/7/2023 in #help
❔ Locals view not found
so while running my console app and debugging I want to view my variables. Problem is I kind find or locate the locals window. It is not found in Debug >> windows > ?
4 replies