walter9830
walter9830
CC#
Created by CyberPenguin_ on 10/30/2023 in #help
❔ Cards Windows Forms App
What are you allowed to use?
45 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
Building and compiling checks if the code is good to go and is written correctly
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
Just as an airplane has to be checked before takeoff
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
For now just understand that there are several stages of “checks” and “preparation” before your code launches
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
I wouldn’t get deeper into it for now you will lose the enthusiasm for coding if you start reading about how building or compiling works
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
In simple terms
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
Building means preparing the code, doing syntax checks etc.
79 replies
CC#
Created by walter9830 on 10/30/2023 in #help
✅ Lost on what to do next
Something that will involve working with that side more than the frontend. (I know I can’t completely avoid it)
19 replies
CC#
Created by walter9830 on 10/30/2023 in #help
✅ Lost on what to do next
So I am looking for something to do that has more to do with the backend
19 replies
CC#
Created by walter9830 on 10/30/2023 in #help
✅ Lost on what to do next
I’ve fully made one project. Its a to do list asp.net mvc app. The way it works is: there is a separate api that talks with the database (sql server, ef core), then I have an api service class sort of thing, that the web app itself uses. I tried to make all of this following REST principles and other conventions. I also used Identity for authentication and authorization, however with default Identity configuration, didn’t get into that too much, just simple login and logout, with password restoration, registration etc. That is the experience I have. I enjoyed doing the backend, but hated the front (I can’t begin to explain how much I hated doing the front end).
19 replies
CC#
Created by walter9830 on 10/30/2023 in #help
✅ Lost on what to do next
Thanks for the advice ❤️❤️
19 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
Unfortunately I have to go but good luck, your main issue is that you are not storing your values anywhere
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
use Console.Writeline to display the age after its calculated, easier to see whats going on.
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
not displaying the value calculated anywhere
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
You are also
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
you are reading, but not storing the value read anywhere
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
as an example
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
you would do :
double mom = Console.Readline();
double mom = Console.Readline();
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
so for example, in your case, if you wanted to get the age of mom from the console
79 replies
CC#
Created by shemesh on 10/30/2023 in #help
Need help with a school project which is very beginner level, would very much like someone to help/
you read a value from the console, however you don't store it anywhere
79 replies