>>
|
No. 740
Here's a short version:
-patterns are overrated, singleton & factory are bad.
-C# is pretty nice, but use Win forms, not WPF.
-Effective C# is out-dated but good.
-LINQ is awesome, but you need to know functional programming to really take advantage of it
-consider using D instead of C#, since it's more powerful and has better cross-platform support
|