yourFriend
yourFriend
CC#
Created by yourFriend on 4/26/2025 in #help
✅ When targeting multiple frameworks, which one runs when pressing Ctrl + F5 in VS Code?
Yes, I press Ctrl + F5
20 replies
CC#
Created by yourFriend on 4/26/2025 in #help
✅ When targeting multiple frameworks, which one runs when pressing Ctrl + F5 in VS Code?
No description
20 replies
CC#
Created by yourFriend on 4/26/2025 in #help
✅ When targeting multiple frameworks, which one runs when pressing Ctrl + F5 in VS Code?
Thanks, that's exactly the case. It depends on which framework I write first in <TargetFrameworks></TargetFrameworks> in project file regardless of "launchConfigurationId" : "" in launch config file. In the end everything is fine until something works in one framework but not in others. 😂
20 replies
CC#
Created by yourFriend on 4/25/2025 in #help
✅ Which API to use to manage wifi networks in console app. Currently trying ManagedNativeWifi.
Thanks for suggestion. I'll look into it. I'll try my best to not go the UWP route, because changing the entire project type from console to UWP just for one functionality is a bit too much.
5 replies
CC#
Created by Dave The Magical Cheese Wizard on 4/20/2025 in #help
✅ I need help
Do real projects without cheating 🙂 after going through video tutorials or books.
11 replies
CC#
Created by Dave The Magical Cheese Wizard on 4/20/2025 in #help
✅ I need help
$projects
11 replies
CC#
Created by yourFriend on 4/18/2025 in #help
Silly OOP question about constructors
Thanks, have to play around a bit to get used to it.
7 replies
CC#
Created by yourFriend on 4/18/2025 in #help
Silly OOP question about constructors
Hmm... I will see And yes this book is ancient 😅
7 replies
CC#
Created by Reketer on 4/13/2025 in #help
what after $helloworld (interactive course)
I would like to have a pretty good grip on DSA and OOP before jumping into serious projects. Just a personal opinion. Some people go straight for projects and learn things needed along the way. Anyways here are my 2 cents: - Book - https://introprogramming.info/english-intro-csharp-book/ It's very very old but I still like it. You still have to refer to Microsoft Docs for updated information. You can google out other recent books. I haven't personally tried so can't say which. - Video - Basics of C# programming by freeCodeCamp Make sure you actually solve problems(book exercises, leetcode or other websites where people practice DSA, projects) on your own rather than just reading book or watching video. Also start using git and github even when you are just learning and doing basic beginner exercises.
10 replies
CC#
Created by yourFriend on 4/10/2025 in #help
Help with understanding this logic question.
That's best I've got. I'm get 1 o clock as answer 😂. Anyways thanks for opinions on this question.
11 replies
CC#
Created by yourFriend on 4/10/2025 in #help
Help with understanding this logic question.
No description
11 replies
CC#
Created by yourFriend on 4/10/2025 in #help
Regex to match text between nested tags
It makes so much sense. Funny enough that I also look for text between > and < when traversing the string character by character. But tried to use full html tags in regex 😅 Thank you so much for explanation.
8 replies
CC#
Created by yourFriend on 4/10/2025 in #help
Regex to match text between nested tags
Thanks, will close post after 24 hrs
8 replies
CC#
Created by yourFriend on 4/10/2025 in #help
Regex to match text between nested tags
Ok, so it might be somehow possible with balancing groups but definitely not ideal choice for real projects.
8 replies
CC#
Created by Sleep.exe on 4/10/2025 in #help
Free C# Learning
4 replies
CC#
Created by yourFriend on 4/9/2025 in #help
Regex help.
Its for learning purposes only. Thank you for suggestion.
11 replies
CC#
Created by yourFriend on 4/9/2025 in #help
Regex help.
Thank you, I was wondering for hours lol. Ended up using (?i:\bC#\B). Just replaced the last \b with \B since # is not a word character.
11 replies
CC#
Created by yourFriend on 4/7/2025 in #help
✅ Need help with regular expression pattern
Um.. neither. I was just practicing regex with html type tags. Don't know much about html or xml. Will look into it when doing something serious.
13 replies
CC#
Created by yourFriend on 4/7/2025 in #help
✅ Need help with regular expression pattern
Thanks, making named groups was increasing complexity unnecessarily
13 replies
CC#
Created by yourFriend on 4/7/2025 in #help
✅ Need help with regular expression pattern
Thank you. This is so much better for parsing html type documents. I was learning regular expressions but I'll not use it if I have more readable options like this.
13 replies