Be Mindful With Your Code - 1 views
Comparing Values for Equality in .NET: Identity and Equivalence - 0 views
Unit testing of private methods - 0 views
Your Colorful Visual Studio 2012 with the Color Theme Editor (VS2010 colors, too) - 0 views
Implementing the Singleton Pattern - 0 views
The C# Memory Model in Theory and Practice - 0 views
-
"This is the first of a two-part series that will tell the long story of the C# memory model. The first part explains the guarantees the C# memory model makes and shows the code patterns that motivate the guarantees; the second part will detail how the guarantees are achieved on different hardware architectures in the Microsoft .NET Framework 4.5."
The 4 Most Important Skills for a Software Developer - 0 views
-
"I'm often asked advice on how to be a better programmer. [..] I've been giving this quite a bit of thought lately and I've come up with what I think are the most important and timeless skills that a software developer can attain which will give them the best career opportunities and make them the most effective."
Small in, Big out - 0 views
Why you should never use a boolean field (use an Enum instead) - 0 views
Agile is Not for Everyone - 0 views
-
"Some people claim agile has "crossed the chasm." Certainly, many people are aware of agile. Many people understand that a cross-functional team works in increments, delivering features asking for feedback. That's at the team level. So when I say 'Agile is Not for Everyone' what do I mean? The problem is agile is not just for teams. "
10 Software Process Management Best Practices - 0 views
The Value of Paying Down Technical Debt - 0 views
IDisposable, Done Right - 0 views
-
"Despite IDisposable having only a single method named Dispose to implement, it is commonly implemented incorrectly. After reading this blog post it should be clear how and when to implement IDisposable, as well as how to ensure that resources are properly disposed when bad things happen (also knows as exceptions)."
Code rant: Using BlockingCollection To Communicate Between Threads - 0 views
Profiling Entity Framework 5 in code - 0 views
« First
‹ Previous
101 - 120
Next ›
Last »
Showing 20▼ items per page