- DocumentDB vs Azure SQL vs Azure TableMicrosoft Azure is now offering a third storage option for developers: DocumentDB. DocumentDB is a no-sql storage service that stores JSON documents…
- Why Agile Doesn’t WorkBefore anybody posts my address and a photo of my house on Facebook along with death threats, I don’t believe that Agile doesn’t work. Personally, I…
- Unit Testing Maps in BizTalk 2013http://sandroaspbiztalkblog.wordpress.com/2014/08/29/biztalk-server-2013-step-by-step-to-implement-unit-testing-in-schemas-and-maps-part-2/
- Workaround for Nuget Update on BizTalk projectsAs mentioned BizTalk and Nuget aren’t a match made in heaven. However until nuget.exe is “fixed” to extend it’s white list to include include btproj files…
- Circular Buffer in C#A circular buffer is buffer of fixed length. When the buffer is full, subsequent writes wrap, overwriting previous values. It is useful when you are only…
- Using Visual Studio 2013 with TFS and Git repositories on same projectWith Visual Studio 2013 is a nightmare to keep a git repository but having TFS as a source control plugin activated when we load the solution. Every time…
- Technical DebtIf any of you don't know about the concept of Technical Debt in your projects, this is a good presentation about it and how to handle it.
- DocumentDB - Another Azure NoSQL Storage ServiceMicrosoft just released a bunch of new features for Azure on 22nd and one of them I was interested in most is DocumentDB, a document NoSQL database…
- New Horizons arrives at Neptune on a 25-year anniversary!Today the New Horizons probe to the planet Pluto crosses the orbit of the planet Neptune. By a “cosmic coincidence”, this is exactly 25 years since…
- Tips to Fix DLL Errors!The DLL stands for Dynamic Link Library. The DLL errors are the most common Windows error. There are many several tips by which you can fix DLL errors.
- The Incremental Architect’s Napkin - #5 - Design functions for extensibility and readabilityThe functionality of programs is entered via Entry Points. So what we´re talking about when designing software is a bunch of functions handling the…
- Abstracting functionalityWhat is more important than data? Functionality. Yes, I strongly believe we should switch to a functionality over data mindset in programming. Or actually…
- KC Java Users Group PresentationI would like to thank the KC Java Users Group for allowing me to do my presentation; Supporting Multiple Devices Part 2. In this talk, I discussed a…
- Top 3 methods to remove hair from Face!Unwanted hair on face makes the looks and beauty a bummer, it makes you feel shame and therefore women always look various methods to get rid of these…
- Mock the window.setTimeout in a Jasmine test to avoid waiting, but I was unable to make it work in a function that I’m calling and want to test. The example only shows using clock for a setTimeout in the spec tests…
- Processing Kinect v2 Color Streams in ParallelProcessing Kinect v2 Color Streams in Parallel I've really been enjoying being a part of the Kinect for Windows Developer's Preview. The new hardware has…
- Our own Daily WTFIf you're a developer, you've probably heard of the website the DailyWTF. If you haven't, head on over to http://www.thedailywtf.com and read. And laugh.…
- Mock RequireJS define dependencies with config.mapI had a module dependency, that I’m pulling down with RequireJS that I needed to use and write tests against. In this case, I don’t care about the actual…
- Welcome to www.badapi.net, a REST API with badly-behaved endpointsI've had a need in a few projects for a REST API that doesn't behave well - takes a long time to respond, or never responds, returns unexpected status…
- APress Deal of the Day 14/August/2014 - Software ExorcismToday’s $10 Deal of the Day from APress at http://www.apress.com/9781430251071 is Software Exorcism! “Software Exorcism discusses tools and techniques for…
