I've read through a lot of the "Learn C# .Net" questions just to see if this question was answered already (directly or indirectly).

I program mostly in C++ so I find the website http://www.cplusplus.com/ invaluable and there's rarely a day when it is not open in my browser! However, I'm just wondering is there an C# .Net equivalent that people find themselves constantly referencing?

The best I'm aware of is:

http://stackoverflow.com

http://msdn.microsoft.com/en-us/vcsharp/aa336809.aspx

http://www.java2s.com/Tutorial/CSharp/CatalogCSharp.htm

http://csharp.net

Thanks,

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Don't forget

http://csharp.net

link|improve this answer
+1 Should have known that!!! – David Relihan May 15 '10 at 1:27
feedback

Since C#® is a registered trademark of the Microsoft® Corporation, wouldn't owning a domain name with "C sharp" in it be a violation of trademark?

I mean, I recall some jokers from 2600 Magazine about ten years ago who registered "fordsucks.com" and were subsequently sued. And Microsoft® isn't exactly known for being passive about litigious issues nowadays.

link|improve this answer
3  
That's completely irrelevant. The OP is not looking for a website literally called "csharp.com", he is looking for a C# equivalent to cplusplus.com. – Sasha Chedygov May 15 '10 at 1:34
Although pretty interesting. – Earlz May 15 '10 at 1:35
1  
Actually, [Company Name]Sucks.com type sites were declared to be protected under free speech and not infringing upon trademarks. – Annath May 15 '10 at 1:36
C# is an open standard anyway: ecma-international.org/publications/standards/Ecma-334.htm – John May 15 '10 at 1:37
1  
+1 For the interesting diversion!!! I know its subjective but I just meant a site of similar high quality\standard for c# – David Relihan May 15 '10 at 1:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.