Suggestion of the week
- Auto-Healing Windows Azure Web Sites (Mark Brown) - Amazing new feature, that will simplify our lives. A post to read.
Cloud
- Stupid Azure Trick #5 – Got a Penny? Run a Simple Web Site 100% on Blob Storage – Cost Analysis Provided (Bill Wilder) - I can easily imagine plenty of scenarios where this static (and mostly free) website could be really useful.
- This Day on WindowsAzure Will be Back Shortly - This post is announcing a really promising series about the re-editing of a cloud application.
- Best Practices: Windows Azure Websites (WAWS) (Mark_Brown) - Interesting post that explains how we should use the tools and services available to follow the best practices.
- Using the Windows Azure Content Delivery Network (CDN) - Nice update on a post that is still very true today.
- Microsoft has Released a Set of Symbols/Icons to Visually Represent Windows Azure Solutions - Time to refresh our presentations, and schemas....
- WindowsAzure Lessons Learned – Continuous Services Require Continuous Attention - The best way to improve is to learn for our "problems" or perhaps those of others.
Programming
- Content Negotiation and Web API for the ASP.NET MVC Developer - Web API is a big step forward in a web architecture.
- Unit Testing 101: Creating Flexible Test Code - Interesting way to structure unit tests.
- EF 6.1: Creating indexes with IndexAttribute (Arthur Vickers) - Nice tutorial that introduces the index management in EF 6.1.
- How to Write Unit Tests to Check Your HTTP Headers (and Other HTTP Request Stuff) in C# - This post is a good tutorial that will help to write HTTP unit tests.
- Converting AutoMapper to a Portable Class Library (Jimmy Bogard) - Good post that explains the conversion of the automapper (a great tool, btw) to a Portable Class library(PCL).
- A cleaner way to use setTimeout and anonymous callbacks (Dave Ward) - Nice tricks, It's a lot clearer.
- How I Work Around The require(“../../../../../../../”) Problem In NodeJS - This post shows one possible solution to the unpleasant ...... problem.
Databases
- Gartner Report: Big Data will Revolutionize the Cybersecurity in Next Two Year (Saroj Kar) - Interesting point of view about the impact of bigdata in a near future.
- How to count the number of rows in a table in SQL Server - Interesting demonstration of the cost generated by a simple row count operation.
- Not unit testing your databases? You should be - Interesting post that explains how we could (should) test our databases. It also quickly introduces tSQLt framework.
Miscellaneous
- How do we know if mobile apps are secure? (Scott Hanselman) - Outch! I was hoping the stats would be better. We definitely need to pick our apps more carefully.