C
C#8mo ago
AceChewy

❔ Career Path

Currently I'm learning and getting better at desktop development but I've seen many posts and forums which say that C# jobs primarily entail web development ( as most jobs now do) and so I was wondering how to begin learning that alongside what I'm currently getting better at as I would like to be decently comfortable with both types of development before I start Uni (in two years). Any advice and resources would be appreciated
5 Replies
Stan
Stan8mo ago
Git gud at ASP.NET, and when you're ready for the hell that is frontend, learn HTML, CSS, Typescript, React and NextJS in that order. though disclaimer, react and nextjs can be exchanged for a lot of other options. But HTML and CSS is the basis, and some form of javascript (or typescript) is essential for frontend work
AceChewy
AceChewy8mo ago
I know it varies from person to person, but how long can I expect this to take (not necessarily accurately) if I’m spending 1-3 hours a week on it ( due to school)
Stan
Stan8mo ago
Thats not a question i can answer myself since i took kind of a weird path. But frankly, go as deep as you're comfortable with and let it take as long as it takes.
AceChewy
AceChewy8mo ago
Do you know of any rescources I can refer to?
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Benchmarking object size differenceI've got a small PR here to move a few `bool` fields into an existing "status" `int`. My understandi❔ How can I diff 2 strings?How can I find the difference between two strings (added/removed/modified characters/words)❔ In need of a way to process inputs to produce outputs, other than using hardcoded if statementsHi all, I currently have a program that prompts the user to ask a question, then based on the parame❔ € symbol prints to console in Rider, but not Visual StudioHey all, Sorry if this is a stupid question, but I'm using Rider IDE on Ubuntu and working on a col❔ Local Environment throwing exception when calling HttpClient.GetStringAsyncI am running the below code via Visual Studio Code, and a "The requested address is not valid in its❔ How to stop WebClient.DownloadString encoding apostrophies?Does anyone know why WebClient.DownloadString encodes certain characters (e.g. apostrophe) even when❔ implementing openvpn to my c# wpf appI am trying to make a vpn app for my school project and I was wondering how I could implement openvp❔ Finding course for computer science on C#Hi there! I’m looking for a course, which covers Computer Science curriculum on C#. I mean compute❔ Frozen Window C#I have a question... I unblocked two files (mark of the web) because it didn't update the window aft❔ Node.js intergration with C# algorithmHello, I am trying to make a Web Server for my API and I have my algorithm built in c# and my server