C# Resource Lists

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Hi,

I've been programming in VB(& net) for about 5 years now and have
decided that I want to make the change to csharp now. Okay, you can
stop smiling now. LOL. However I do not have a list of good c#
webpage refrences.


Here is a list of what I'm looking for:

1. A webpages with some Free C# source code pages

2. Free tutorial sites.

3. Any free component listings

Any recomendations? What are you people using for your refrences?


Thanks...
 
Hi Peter,

Peter said:
Hi,

I've been programming in VB(& net) for about 5 years now and have
decided that I want to make the change to csharp now. Okay, you can
stop smiling now. LOL. However I do not have a list of good c#
webpage refrences.

No, it is actually a good move ;-)
Here is a list of what I'm looking for:

1. A webpages with some Free C# source code pages

2. Free tutorial sites.

3. Any free component listings

Any recomendations? What are you people using for your refrences?

There are plenty.
I would read help files are they are very informative, then you have
kickstart samples that come with .net sdk.
After that, you might take a look at:
www.asp.net
www.codeproject.com
 
Peter said:
Hi,

I've been programming in VB(& net) for about 5 years now and have
decided that I want to make the change to csharp now. Okay, you can
stop smiling now. LOL. However I do not have a list of good c#
webpage refrences.


Here is a list of what I'm looking for:

1. A webpages with some Free C# source code pages

2. Free tutorial sites.

3. Any free component listings

Any recomendations? What are you people using for your refrences?


Thanks...

I'll start the response stream with some common favorites...

http://www.gotdotnet.com
http://msdn.microsoft.com/vcsharp/
http://www.codeproject.com/csharp/

(in no particular order)
 
Peter said:
Hi,

I've been programming in VB(& net) for about 5 years now and have
decided that I want to make the change to csharp now. Okay, you can
stop smiling now. LOL. However I do not have a list of good c#
webpage refrences.


Here is a list of what I'm looking for:

1. A webpages with some Free C# source code pages

2. Free tutorial sites.

3. Any free component listings

Any recomendations? What are you people using for your refrences?


Thanks...

Check out Sourceforge's C# projects too. That way, you'll be able to
see non-vanilla usage of C#.

MSDN has plenty of sample source as well.
 
Back
Top