A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Learning mor about C# any good tut sites/links?

2.8k views · started by Datsik ·
#1
Learning mor about C# any good tut sites/links?
Topic title says all, I want to focus more on C#, VB.net is to basic, Au3 I don't like too much. I'm not looking for TheNewboston, I've looked over the videos didn't help much.
#2
What do you dislike about au3 other than the fact that it's not drag-and-drop like the other languages you mentioned? Just wondering.
#3
Baditude wrote:
Topic title says all, I want to focus more on C#, VB.net is to basic, Au3 I don't like too much. I'm not looking for TheNewboston, I've looked over the videos didn't help much.


There should be guides in the LG tutorial section, or at least on hacks101.

Really you shouldnt be so selective with your programming languages, It is all knowledge you may need some day.
#4
What do you dislike about au3 other than the fact that it's not drag-and-drop like the other languages you mentioned? Just wondering.


Pretty self explanatory.

---------- Post added at 10:56 PM ---------- Previous post was at 10:54 PM ----------

Aleena wrote:
There should be guides in the LG tutorial section, or at least on hacks101.

Really you shouldnt be so selective with your programming languages, It is all knowledge you may need some day.


I know, I've been pretty upset with the way people teach & shit.
#5
"I know, I've been pretty upset with the way people teach & shit."
People are at least trying, Brandon has some really good ones, Go to Asydix's Chanel on you tube he got some bad ass tuts man.
#6
Honestly, I would say. Dont do tutorials. Bad learning, it will change the way your brain thinks and we dont want that. Just think of a program to make, and do it. When you get stuck, google search it :D Eventually, youll master the language because you just self-taught yourself.
#7
MattSmith wrote:
Honestly, I would say. Dont do tutorials. Bad learning, it will change the way your brain thinks and we dont want that. Just think of a program to make, and do it. When you get stuck, google search it :D Eventually, youll master the language because you just self-taught yourself.


Self taught myself in vb.net it worked okay. But I guess I could try that one, thanks!
#8
Id only look up tutorials on how to do a certain thing if I got stuck.
So pretty much what matt said.
#9
Does c# not have a manual?
#10
Baditude wrote:
Pretty self explanatory.



Right. It's because it's not just dragging and dropping.
#11
Right. It's because it's not just dragging and dropping.


Sure is.

10char
#12
HTML wrote:
Does c# not have a manual?
C#, a complete manual. HA!. Your funny. Their is no 'manual' though there are a shit ton of books. Reference books, learn to books. Just with an other language. These books are big, unlike HTML where (if its not HTML5 of course) it takes very little to explain.

(1000th post on LG 2.0 for me. I miss my 3k+ post count :< )
#13
HTML wrote:
Does c# not have a manual?


Yeah, you just have to specify it in the general C#/Visual Studio installation. There's also a lot of other help resources such as MSDN, etc.

Edit: It's just not as comprehensive as the documentation HTML listed below.
#14
MattSmith wrote:
C#, a complete manual. HA!. Your funny. Their is no 'manual' though there are a shit ton of books. Reference books, learn to books. Just with an other language. These books are big, unlike HTML where (if its not HTML5 of course) it takes very little to explain.

(1000th post on LG 2.0 for me. I miss my 3k+ post count :< )


No I assumed C# had documentation like PHP does. I mean, you can't learn everything from a book.

PHP: Hypertext Preprocessor

Full documentation.

Jelly? :P

I look up functions all the time.
#15
All I did when I was learning how to program was learn most of the basics. If statements, try's, exceptions, how to declare variables, arrays, and a few other things. After that I just started researching when I got stuck and it would always drag me into something else thus helping me learn more and more.
#16
Chad wrote:
All I did when I was learning how to program was learn most of the basics. If statements, try's, exceptions, how to declare variables, arrays, and a few other things. After that I just started researching when I got stuck and it would always drag me into something else thus helping me learn more and more.


Seems pretty legit. I guess I'll try to do that.
#17
HTML wrote:
No I assumed C# had documentation like PHP does. I mean, you can't learn everything from a book.

PHP: Hypertext Preprocessor

Full documentation.

Jelly? :P

I look up functions all the time.

I know of php.net :p php.net/functionname and it forwards you to the correct function. C# does not have it because its branched off of other languages. PHP is its own thing. C# has C, C++, VB. All in .NET. So, Microsoft wont create one. Unless you paid them. They think too much of the money..