Category: .net
-
Git, Roslyn and Nuget Magic
I was writing some code into To-Do.Studio so that when people demo their code and features, I have a better idea of what it is I am seeing – more specifically, what version number would I see (to understand branches and commits)… My initial thought was : on startup i…
-
Microsoft .net Orleans
The Microsoft Orleans project (http://dotnet.github.io/orleans/) is a .NET framework for building systems on an Actor Model paradigm. A typical transactional system receives a command and executes it. Executing it usually means fetching data from a database, modifying it and then saving it. The reason I was interested in Orleans for…
-
Azure AppService to FTP (not in Azure)
Oy, I just spent a crazy week to learn that : It is impossible for an AppService application to connect to a FTP server on the internet (in passive mode). The reason is that each Azure App-Service is assigned a pool of IP addresses for outgoing traffic and Azure is…
