Triufelis
Triufelis
CC#
Created by Triufelis on 9/30/2023 in #help
✅ Blazor vs Razor Pages
Thank you for for your time. You have been a real help. Hats off to you!
24 replies
CC#
Created by Triufelis on 9/30/2023 in #help
✅ Blazor vs Razor Pages
Impressive.
24 replies
CC#
Created by Triufelis on 9/30/2023 in #help
✅ Blazor vs Razor Pages
Did you get a major in something? Or are you self taught?
24 replies
CC#
Created by Triufelis on 9/30/2023 in #help
✅ Blazor vs Razor Pages
I'm just i guess a bit hesitant on learning JS. As i have heard a lot of scary things about it and c# is what i'm used to. But i guess it is time to look into JS. Last question. For the project using C# web api and JS for frontend. Would you still use Visual Studio?
24 replies
CC#
Created by Triufelis on 9/30/2023 in #help
✅ Blazor vs Razor Pages
Would you say it is better to have web developement skills for potentially finding a job or desktop application? I am studying software systems (which is basically computer science, just a different name) and we don't really focus in web development. But in my eyes it has way more potential and more need as everything is on the web these days. Sorry if the question doesnt make sense. You sound like a person that has some experience and the insights would be valuable. Thanks.
24 replies
CC#
Created by Triufelis on 9/30/2023 in #help
✅ Blazor vs Razor Pages
I'm planning on personally using it. But learning for a future job is always in the back of the mind. Could i ask why blazor isn't really adopted in the real world? Since learning skills for a future job is at the back of the mind. Maybe i should build it using a different framework? Such as WinForms or anyother framework?
24 replies
CC#
Created by Triufelis on 9/30/2023 in #help
✅ Blazor vs Razor Pages
I'd like to add another question to this. How should i determine if i choose blazor server or webassembly? I know the difference between the two bit can't quite determine which one to use when
24 replies
CC#
Created by Triufelis on 11/28/2022 in #help
❔ Ace value of 1 or 11
Idk. If the loops are nested it is alright. But if they are seperate ones. Like the ones i sent before. Then it is not alright. Maybe i misinterpreted what the teaches wanted to say. But the fact still remains
32 replies
CC#
Created by Triufelis on 11/28/2022 in #help
❔ Ace value of 1 or 11
But it is what it is 🙂
32 replies
CC#
Created by Triufelis on 11/28/2022 in #help
❔ Ace value of 1 or 11
Seems unreasonable
32 replies
CC#
Created by Triufelis on 11/28/2022 in #help
❔ Ace value of 1 or 11
Well the logic is that one method should do only one thing
32 replies
CC#
Created by Triufelis on 11/28/2022 in #help
❔ Ace value of 1 or 11
Well at uni, they teach us that there cant be 2 seperate fors or foreaches as that goes agains the principles of OOP. Nested fors and foreaches are good.
32 replies
CC#
Created by Triufelis on 11/28/2022 in #help
❔ Ace value of 1 or 11
cause its inside an abstarct class. Im just practising all i learn. Putting it all to use.
32 replies
CC#
Created by Triufelis on 11/20/2022 in #help
? syntax [Answered]
thank you. Couldn't find any info on this. Because once you type C# ? syntax or sth like that. it doesn't really show any results. thanks.
3 replies
CC#
Created by Triufelis on 11/15/2022 in #help
Connect together [Answered]
File1: my name is john and i like dancing File2: john is my name and dancing is what i like Result: my name is john john is my name and and i like dancing dancing
31 replies
CC#
Created by Triufelis on 11/15/2022 in #help
Connect together [Answered]
Oh. I see why you would think that. Maybe i was not specific enough. Let me give you another example with a bit more text.
31 replies
CC#
Created by Triufelis on 11/15/2022 in #help
Connect together [Answered]
You could exchange the numbers for the corresponding words and it would still have to be the exact same result.
31 replies
CC#
Created by Triufelis on 11/15/2022 in #help
Connect together [Answered]
The numbers are only to help me understand if its working as intended.
31 replies
CC#
Created by Triufelis on 11/15/2022 in #help
Connect together [Answered]
Not necessarily. With the numbers im trying to do the exact same thing. I read from the first file until i encounter the first uncopied number from the second one. Then print from the second one until i encounter the next number from where i left off in the first. And etc.
31 replies
CC#
Created by Triufelis on 11/15/2022 in #help
Connect together [Answered]
Alright. I will try to make myself a bit clearer. I have two files. In one file, lets call it File1.txt there is a line of text. f.e. My name is John. In the second file, lets call it File2.txt there's also a line of text. F.e. Is this my name. I need to copy the first file until i find the first match. So it would go like this My => name => is(this is the point where i need to switch files, as i have found a duplicate) =>is => this => my => name(since the second file ended i now need to print the rest of file1) =>John
31 replies