C# Resource Lists

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...
 
M

Miha Markic [MVP C#]

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
 
P

Peter van der Goes

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)
 
M

Mike Newton

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top