Suggestion of the week
- Moving to Microsoft Azure (Filip Ekberg) - Another story about a blog migration on Azure. It's always interesting to learn what kind of trouble the people got while doing that.
Cloud
- Optimizing calls to Azure storage using Fiddler (Maarten Balliauw ) - Not only this post explains how to optimize our calls to blob storage, but it means that MyGet is a lot faster!
- Visual Studio Online Update – May 20th (Brian Harry MS) - Heads up about the last update on Visual Studio Online and what's coming next. BTW try it's very nice.
- Puppet Module Updates to Better Manage Microsoft Azure Resources (Ross Gardler) - Quick post that introduced a new featured of Azure that look incredibly powerful.
Programming
- All ASP.NET MVC Forms Need To Include Html.AntiForgeryToken() For Security (Peter Kellner) - This post is a nice quick explanation of an important security feature in Asp.net Mvc.
- From Requirements to Deployment: The Modern SW Developer using TFS (Tom Walker Jonathan Rozenblit) - Nice video.
- Bloggers: Know when to use a JPG and when to use a PNG and always Squish them both (hanselman.com) (Scott Hanselman) - This post contains useful tools to compress the images inside your posts, and some nice tips for the format selection.
- NuGet Package of the Week: ImageProcessor - lightweight image manipulation in C# (hanselman.com) (Scott Hanselman) - Another useful tool library to edit our images in our code.
- Setting up an Internal PowerShellGet Repository (Kris Bash, Roman Kuzmin, Peter Kriegel) - This post introduced a nuget for PowerShell packages, and how to install our private repository. Nice!
- The Future of .NET on the Server: ASP.NET vNext content and videos from TechEd 2014 (hanselman.com) (Scott Hanselman) - This post suggested to two videos presented at TechEd about vNext. If you are curious about what is coming next in .Net world it's a must.
- Indigo Studio from a Developer Perspective - I was also skeptical, the first-time someone talked me about Indigo. However, the best way to make your idea about something is to try it...
Mobile
- Save Time, Money, and Your Sanity: Coded UI Testing for the Windows Phone–Adding Assertions (Lori Lalonde) - This post is the third of a great series on how to test the UI of a phone application.
Miscellaneous
- 5 Ways Your Business Can Benefit from Agile Engineering Practices Today - Really interesting article that explains important concepts in a simple way to understand.