ACiDCA7
ACiDCA7
CC#
Created by 🖤Bronson🖤 on 6/29/2024 in #help
Newbie
yep that aswell
37 replies
CC#
Created by 🖤Bronson🖤 on 6/29/2024 in #help
Newbie
so dont get discouraged if you cant follow everything
37 replies
CC#
Created by 🖤Bronson🖤 on 6/29/2024 in #help
Newbie
in #chat are some really experienced people writing, some even are the devolpers of the c# language itself
37 replies
CC#
Created by 🖤Bronson🖤 on 6/29/2024 in #help
Newbie
so a big part of a dev is googling a ton
37 replies
CC#
Created by 🖤Bronson🖤 on 6/29/2024 in #help
Newbie
whats important as a dev is to know how to find the necessary information to solve a problem where you dont have the experience yet for
37 replies
CC#
Created by 🖤Bronson🖤 on 6/29/2024 in #help
Newbie
to just write code? no. for gamedev some knowledge in math is preferable but tbh anything you need you can look up. truthtables in the basic sense are kinda required but dont worry to much about it. with a bit of practice it basicly becomes second nature
37 replies
CC#
Created by 🖤Bronson🖤 on 6/29/2024 in #help
Newbie
what helps is to google the idividual statements Console.ReadLine.. well reads what the user has typed into the console. convert.todouble uses what has been typed and converts it into a double the result gets saved into the variable num on the second time what gets typed into the console gets added to num and saved as sum console.writeline just prints it to console. console.readkey at the end is just there so the window doesnt close instantly and wait for the user to press any key
37 replies
CC#
Created by 🖤Bronson🖤 on 6/29/2024 in #help
Newbie
where are you struggling?
37 replies
CC#
Created by FakeLix on 6/29/2024 in #help
Any tips how to be good in WPF
generally tho just do more projects to get experience, the knowledge comes with practice
20 replies
CC#
Created by FakeLix on 6/29/2024 in #help
Any tips how to be good in WPF
but based on how you formulated the question it seems you still have to get the basics down, mvvm bindings styling user-/customcontrols ...
20 replies
CC#
Created by FakeLix on 6/29/2024 in #help
Any tips how to be good in WPF
question is too broad and security/databases dont have directly anything to do with WPF
20 replies
CC#
Created by Vegas on 6/28/2024 in #help
new command fixing memory leak.
well first, the garbagecollector collects in batches.. meaning you would have to add quite a few instances before it really frees the ram (or wait long enough) second, the memory leak might be inside page1/page2 class and has nothing to do with view switching.. but there is too little info
7 replies
CC#
Created by Vegas on 6/28/2024 in #help
new command fixing memory leak.
on what basis do you think you have a memoryleak here
7 replies
CC#
Created by Tandy on 6/27/2024 in #help
Fill in missing dates in list?
anyway, i would go with probabilities.. eg analyze the data how many days are between each entries, if there are nulls in between divide it. then select of a set of available modes that is closest then maybe also check how many of the dates are end of month or on a specific weekday. then use these as modifiers.. etc
3 replies
CC#
Created by Tandy on 6/27/2024 in #help
Fill in missing dates in list?
is there a known list of choices or can it be anything?
3 replies
CC#
Created by Frite on 6/16/2024 in #help
How to iterate all classes in a name space ?
did you learn enough so that you now can solve the initial problem or do you still need some pointers?
15 replies
CC#
Created by Frite on 6/16/2024 in #help
How to iterate all classes in a name space ?
sarcasm?
15 replies
CC#
Created by futurized on 6/16/2024 in #help
trying to learn encapsulation
to stay in you ageexample.. in the setter you could check that the age is not smaller than 0 or bigger than 100.. and in that case insult the user to proivide a real age ;)
43 replies
CC#
Created by Frite on 6/16/2024 in #help
How to iterate all classes in a name space ?
sadly no, but i guess others can recommend sources
15 replies
CC#
Created by Frite on 6/16/2024 in #help
How to iterate all classes in a name space ?
well time to learn what inheritance and polymorphism is
15 replies