Looking for C# tutorial site

If your a member of codenstuff then this is the main place to be. Get together..talk..chat and ponder. Have fun. Chill out. Play games.
10 posts Page 1 of 1
Contributors
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Looking for C# tutorial site
Vikhedgehog
Hi

Im going switch from VB.NET to the more powerful C# to create advanced apps and games. Sadly, this site lacks C# tutorials. Im asking if anyone knows a good tutorial site for C#, i want the tutorials have a good explanation and the tuts should be interesting like making an advanced webbrowser etc...
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Looking for C# tutorial site
Agust1337
Me, Axel and some others i dont know about are c# coders, IM me if u need any help
Top-notch casual Dating
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Looking for C# tutorial site
Axel
C# isn't that different from VB.NET :P For creating a webbrowser, everything is the same but case sensitive, and requires a ";" in the end. For example

webBrowser1.navigate("lol.com")
=
webBrowser1.Navigate("lol.com");

I thought I'd need tutorials too, but I just tried to challenge myself and I was immediately into it :D
http://vagex.com/?ref=25000
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: Looking for C# tutorial site
comathi
Axel wrote:
C# isn't that different from VB.NET :P For creating a webbrowser, everything is the same but case sensitive, and requires a ";" in the end. For example

webBrowser1.navigate("lol.com")
=
webBrowser1.Navigate("lol.com");

I thought I'd need tutorials too, but I just tried to challenge myself and I was immediately into it :D
Wow, I didn't know C# was that easy... I think I'll try it myself :D
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Looking for C# tutorial site
Agust1337
some people find it hard to start because of the way you declare things like:

vb.net:
Code: Select all
dim str as string
dim i as integer
c#:
Code: Select all
string str;
int i;
It gets easy :P
Top-notch casual Dating
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Looking for C# tutorial site
Axel
I dont like tutorial sites, but examples are great :D
http://www.java2s.com/Code/CSharp/CatalogCSharp.htm = the best
http://vagex.com/?ref=25000
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Agust1337 wrote:
some people find it hard to start because of the way you declare things like:

vb.net:
Code: Select all
dim str as string
dim i as integer
c#:
Code: Select all
string str;
int i;
It gets easy :P
Whoa thats awesome :O

C# will be my fav coding landuage soon :P
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Re: Looking for C# tutorial site
Vikhedgehog
Also thanks for the links and help agust and axel :D
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Looking for C# tutorial site
Codex
I find this site helpful most of the time: http://csharp.net-informations.com/ or you can just drop in on my site, we have C# tutorials too.
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
M1z23R
VIP - Donator
VIP - Donator
Posts: 622
Joined: Tue Sep 28, 2010 4:55 pm

Re: Looking for C# tutorial site
M1z23R
I don't agree, every single thing that can be done in C# can also be done in vb.net !
Ask mandai, he'll tell you ;))
10 posts Page 1 of 1
Return to “Codenstuff boardroom”