With the release of the dotnet 2.0 framework things are really getting interesting. So I tried to combine dotnet core, F# and Azure service bus. Seems reasonable at first, but as F# is quite new to me I struggled to find any tutorial. Apparently everyone is assuming that when
Tag: Azure
Total 8 Posts
Development using Microsoft Azure.
As a mobile developer 90% of the time I work on a mac. Visual Studio for Mac is an awesome tool to create Xamarin mobile apps. More than not mobile apps are using services. You can use .NET Core to create APIs but deploying them isn't so easy on a
Azure table storage only supports some types. You can find the list here. Complex types are not supported (maybe later they will be, but today it's not the case).
I needed to store some data that is more complex than just a string. As I didn't need to search on