Suggestion of the week
- How To Refactor for Dependency Injection -- Visual Studio Magazine (Ondrej Balas) - I really liked this post. Seriously, I'll be referring to it each time someone will be asking why we should use IoC.
Programming
- Web Performance Optimization is Simple - Can Your Developers Execute? (love2dev.com) - Nice post that explained why knowing more than a hello word is important.
- Announcing Update to Productivity Power Tools 2013 - Ah. Great.
- The Magic of using Asynchronous Methods in ASP.NET 4.5 plus an important gotcha (Scott Hanselman) - This post explains very clearly how we should do our async call in a web app.
- Using Asynchronous Methods in ASP.NET MVC 4 - Great tutorial that covers everything we need to know about async in a web application context.
- Test Plan and Test Suite Customization with TFS2013 Update3 (Manoj Bableshwar) - Visual studio is already to update 3! This post shows one of the new feature that was the most requested by users.
- Becoming SOLID in C# - Really interesting article that encoureage us to know more about SOLID principles in C#.
- Change Risk Anti-Patterns & Code Complexity - This post explains an interesting method to calculate the risk of your code when facing changes.
Mobile
- Xamarin.Forms - Write Once, Run Everywhere, AND Be Native? (Scott Hanselman) - Very interesting post that proved how amazing Xamarin is becoming.
Miscellaneous
- 5 Ways Your Business Can Benefit from Agile Engineering Practices Today - A really interesting article that explains an concept in a simple way.
- Waterfall to Agile (Andy Watson, B. Clay Shannon JD Meier) - I likethis post because it shows strong images to explains the difference between waterfall and agile.
- Self-Improvement In Agile Teams - Interesting post about how we should think when we feel to do something more, in an agile team.