Microsoft takes on IFTTT with Flow
IFTTT is one of the most useful online services. Today, Microsoft is taking on IFTTT with its new service called…
All technologies, only pure source code
IFTTT is one of the most useful online services. Today, Microsoft is taking on IFTTT with its new service called…
Read the file, remove the multiple line (but it saves one of them) in memory and put the contents back…
Bash on Windows 10 was one of the big reveals at Microsoft’s recent Build conference. Since then, there’s been a…
I recently needed to to implement a shortest-path algorithm (to identify preferred domain controllers using site link costs) and I…
Over the last year we’ve shown you various features that were being considered for C# 7. With the preview of…
public class Size { public string Name { get; set; } public int Height { get; set; } public int…
In my previous post I spoke about key layers of distributed applications. Now we will go through the most crucial…
Every application that is going to be used by end users should be designed appropriately as users are expecting to…