Thursday, September 10, 2020

Secrets of a .NET Professional

Secrets of a .NET Professional 
Briefly on the topic
  1. The common language runtime conserves string storage by maintaining a table, called the intern pool, that contains a single reference to each unique literal string declared or created programmatically in your program.
  2. Reading more code makes us better developers.
  3. Nothing is free, and it always costs us something.
  4. Task.Awesome
  5. Learn LINQ
  6. Take It Easy On The Patterns
  7. One Project Is Fine*
  8. one good integration test is worth 1,000 unit tests
  9. Use Tools Other Than .NET
  10. A cohesive team with dated technology will outperform a dysfunctional team with the latest tech every time

No comments:

Post a Comment