❔ i don't know how to start.

Hi, I am a complete beginner, I don't know how to start nor where to start. What should I do, also does it make sense to start with C# as my first programming language? My idea was to learn C# first so after I can learn Unity to make games.
10 Replies
mtreit
mtreit2y ago
Start with $helloworld
jimmythetank
jimmythetank2y ago
You could get a cheap c# course on Udemy.com, the one that I did included Linq/SQL/WPF and Unity.
matthewjd24
matthewjd242y ago
I wouldn't learn C# and then learn Unity. I would learn both at the same time. This is how I got started. Follow a tutorial for making a game on YouTube. Also, learn by working on real projects that you want to do, not just ones for the sake of learning. I say this because there will be times when it's not working right, and you're so frustrated trying to figure out why, if it's a learning project you'll just say screw it.
sibber
sibber2y ago
i would definitely not learn both at the same time (even tho it is what i did) i highly recommend you learn the basics of c# on its own first
matthewjd24
matthewjd242y ago
That's what I did and what I recommend
mtreit
mtreit2y ago
This is the opposite of what is usually suggested
Playboi17
Playboi172y ago
First you have to figure out what you want to do (Game, website, Api, etc). No matter what you pick you will first want to learn the basics of C# either via an app, udemy course, or my favorite-Microsoft docs. Once you’ve learned the basics from Command Line applications, then move on to the frameworks for whatever you want to specialize in—Blazor, unity, etc
matthewjd24
matthewjd242y ago
🤷‍♂️
Accord
Accord2y 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
❔ Visual Studio Installer Projects not workingI tried to use Visual Studio Installer Projects and when I built the project and installed it, Micro❔ Return gets ignored for some godforsaken reasonDespite the `if (cb is null) return NotFound();` the code progresses further, and causes an unhandle✅ [RESOLVED]It seems that my variables is destroyed after the Awake()Hello, I’m trying to accessing a variable from another script with a singleton. When I debug the var❔ ✅ gettext amount always Underlined as red and not working in the codegettext amount are always Underlined as red and not working in my ui CodecodeUnresolved NuGet Dependency ReferencesI have XUnit added as a dependency to my test project via NuGet. Despite this, my test project code ❔ UNITY Code only fully executes after running it another timeWhen running GenerateCities() it only does DestroyCities() and CreateCountryColors() before stopping✅ Recieve less than transmitting in network streamHello there, I'm trying to implement a FTP server and I got troubles with the network stream Whenevedouble.Parse(3.5).ToString() returns 35I got confused troubleshooting since web results didnt help, so i asked chatgpt and his code snippet❔ How could I make my console app not close when it's double clicked in explorer?my console app is directed towards beginners (supposed to work alongside an existing app, which is a❔ Authorization handling in asp.net coreHey, in asp.net core you can use Authorization Handlers and Type Filters to authorize a request. Th