How can I write a concise code in c#? [closed]
How can I write a concise code in c#? I am sure this will lead to become a great programmer. Is thr any book that I can follow that teaches on writing neat and clean c# code?开发者_如何学编程
Start with Clean Code by Uncle Bob. Great easy read. I consider it a must for any programmer in any language. It's not specific to C# but that's not really that important considering what the book can lead you to.
There are many others but I would start there. To complement, The Art of Unit Testing is a nice read as well and can get you far fast.
Good luck!
精彩评论