Sinisterly
I'm Learning C# - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: I'm Learning C# (/Thread-I-m-Learning-C)

Pages: 1 2


I'm Learning C# - Skullmeat - 06-28-2016

So I've decided i its time I bite the bullet and learn a programming language. I decided on C#, and have been going through an online course on it. However, Id like to see some more code examples. If you have any, post em here.
[Image: rzuzcu.png]


RE: I'm Learning C# - zorrophreak - 06-28-2016

When I get home I'll post some personal code examples, but if you look at any Unity3D guides online, many of them use C# for scripting. Other than that, until I can get you another example, best of luck to you, as I am going back to learn Java soon.


RE: I'm Learning C# - Killpot - 06-28-2016

this thread should be in the .Net section... Not C


RE: I'm Learning C# - meow - 06-28-2016

(06-28-2016, 11:35 PM)Killpot Wrote: this thread should be in the .Net section... Not C

Not really.


RE: I'm Learning C# - zorrophreak - 06-29-2016

(06-28-2016, 11:35 PM)Killpot Wrote: this thread should be in the .Net section... Not C

Uh, even though it was built with the .NET backbone, C# is still in the C family, even though it is usually powered by .NET


RE: I'm Learning C# - Wildfire - 06-29-2016

(06-29-2016, 02:30 AM)zorrophreak Wrote:
(06-28-2016, 11:35 PM)Killpot Wrote: this thread should be in the .Net section... Not C

Uh, even though it was built with the .NET backbone, C# is still in the C family, even though it is usually powered by .NET

It's more of the fact most (if not all) threads about C# area in the .NET section, it's better just to stick with the crowd Tongue


RE: I'm Learning C# - Skullmeat - 06-29-2016

I moved the thread. Can we please get back on topic now?


RE: I'm Learning C# - Skryptec - 06-29-2016

Very nice!

I wish you best of luck with learning!


RE: I'm Learning C# - Killpot - 06-29-2016

https://github.com/AnguisCaptor


RE: I'm Learning C# - insidious - 06-29-2016

I'm not sure if this is going to be of much help but when i'm in the midst of learning a new language I use this as a general resource.

I use the android app because it contains a 'reference' section as well as program examples. The web version is good too, but doesn't contain the 'reference' part (basically a tutorial on the lang) that I find pretty useful too.