Directory Freebies VS CheatSheet Forum

RSS

Email

Translate

Home About Archive Privacy Contact Advertise Write for Dev102
Posted by Shahar Y on Dec 5th, 2008 | Filed under .Net, C#, Misc. | 1 Comment

Today I am going Alvin Ashcrafts and Chris Alcocks way and publish a lists of blog posts I liked. I don’t tend to do this a lot and actually, this is only the second time. So, here is the list of posts which I liked reading and wanted to share with you:

  1. Do NOT Explicitly Use Threads for Parallel Programming - Daniel Moth advise us to never explicitly use threads for parallelism, but to partition our work into many small chunks in another way.
  2. An easy and efficient way to improve .NET code performances - Patrick Smacchia present an efficient optimization on something we all use massively: loops on collections.

  3. Continue Reading...
Write Article for Dev102

Write for Dev102!

We pay for user submitted tutorials and articles that we publish. Anyone can send in a contribution

Learn More