Literature Guidelines for Best Practices / Good Coding Techniques

I am a mid-level developer. I am currently working in C # ASP.NET, but I have been working in PHP, classic ASP and a tiny bit in Java (I would like to get more in this in the future). I am looking for some good book suggestions to help me continue to grow in my coding techniques.

Basically a book with many best practices, trick coding, rarely used, but very useful functions and operators (like an operator), such things. I am NOT looking for a book to teach me a specific language. I don't really care about what language the code samples are in, but C or Java would probably be better. Suggestions need not be limited to pure code objects. Books with database connection management information. it would be nice.

Thanks for your suggestions.

+5
source share
6 answers

Required reading: Code completed .

+6
source

, , - Code Complete. . .

, , Hacker Delight, -, .

+2

- . , , .

+2

- , .

+2

+2

java:

Java , . - ( , ) , .

+1

All Articles