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
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...
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...
Me, Axel and some others i dont know about are c# coders, IM me if u need any help
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
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

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 exampleWow, I didn't know C# was that easy... I think I'll try it myself
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

some people find it hard to start because of the way you declare things like:
vb.net:
vb.net:
Code: Select all
c#:dim str as string
dim i as integer
Code: Select all
It gets easy :Pstring str;
int i;
I dont like tutorial sites, but examples are great 
http://www.java2s.com/Code/CSharp/CatalogCSharp.htm = the best

http://www.java2s.com/Code/CSharp/CatalogCSharp.htm = the best
Agust1337 wrote:some people find it hard to start because of the way you declare things like:Whoa thats awesome :O
vb.net:
Code: Select allc#:dim str as string dim i as integer
Code: Select allIt gets easy :Pstring str; int i;
C# will be my fav coding landuage soon :P
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
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 ;))
Ask mandai, he'll tell you ;))
10 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023