29 Replies
$helloworld
Written interactive course https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/
Videos https://dotnet.microsoft.com/learn/videos
I watched them but they don't explain everything
Such as private/public concepts
programming isnt something you learn passively by watching videos
The documentation will be more comprehensive, then
But my recommendation is to pick a project and google your way to completion
Yeah ik
I arleady have some experience
Such as?
Learned javascipt
I keep forgetting those
;
Using a better language shouldn't be much of an issue, then
š
Especially with how OOP Javascript has gotten recently
lmao
It even has
#private
members nowadaysnever heard of private in javascript
The actual implementation is very hacky, but it does the job
anyways, regarding specifically
private
and public
, they are so called access modifiers in C#The implementation being,
.#
is disallowed Im sure google can lead you to the documentation for it
they, with their friends
internal
and protected
, help you restrict who can access what methods/fields/properties on your objectsARKit jāy
Arlight*
My main objective is to make a fully discord bot with csharp
thats very easily done. have you checked our #discord-dev channel?
No
Im trying to get a solide base before
okay, fair enough.
dotnet new console
is a great startingplace imho/close
My internet sleeping
not readable
?
Im trying to recreate consoles games
To learn basics
excellent
Start with higher-lower
It's deceptively tricky, with C#'s handling of nullability and having to parse numbers properly
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.