C ++ FQA analogue for C #

I found C ++ FQA Lite very instructive and would like to read more criticism. Could you recommend something similar to me, but regarding C #, please?

Thanks.

+5
source share
1 answer

I do not think there is such a document. Most of the problems mentioned in C ++ FQA are not related to C # (and other languages).

You might want to read Common programming errors for .NET developers to avoid .

+2
source

All Articles