Suggestion of the week
- How I Use Git On Windows – Setup and Tooling (Jesse) - Great post that gives a lot of little tips for Windows developers. A post to read.
Cloud
- Saving #Azure Resource Manager Templates to JSON files on disk (Alexandre Brisebois) - Useful post, learn how to manage your Azure resources.
- Configuring Internal Endpoints on #Azure Cloud Services (Alexandre Brisebois) - Quick post that explains how we can configure and deploy internal endpoint in our solution.
- Stories from the trenches: Sizing and penny pinching with Azure websites - Once again, a very interesting post on scaling and how the reality could differ for our expectation.
- Opening Windows Firewall Ports on #Azure Cloud Services - Great post that talks about how execute startup tasks in an Azure WebRole. At some point we will all need to do that, and this is the correct way.
Programming
- NuGet Package of the Week: A different take on ASP.NET MVC Forms with ChameleonForms (Scott Hanselman) - Interesting package that looks like a view engine, but that is, in fact, a kind of Razor forms booster.
- Using Bower with Visual Studio - Excellent tutorial to migrate projects package manager from nuget to bower. If you don't know bower, do a quick search on it first.
- Adding WinJS to your website (davidvoyles) - Nice tutorial to add different Javascript "tools" in our projects.
- Kanban split columns, inline adding and editing – Feb 18 - Great list of updates on VSOnline, good job!
- Why You Should Use Markdown for Your API Documentation - Nice post that talks about some useful tools when it comes to document our API.
- Proper benchmarking to diagnose and solve a .NET serialization bottleneck (Scott Hanselman) - Another great post that will help to ask our self some better question when it's time to investigate so performance issue.