Archive for May, 2017

Testing/Consuming an Azure Function

Azure Functions Benjamin Perkins

I created an Azure Function using these instructions and the Visual Studio Tools For Azure Functions which I discussed here and here. #Azure #AzureFunction #AzureAppService I also found some good instructions on how to test Azure Functions here. As shown in Figure 1, I created a C# Http Trigger Azure Function named ‘SayHello’ with an […]

Read More →

Online SQL Formatter for ORM generated SQL

With the recent introduction of so many ORM’s (Object-relational mapping) tools onto the market it is becoming less and less needful to write SQL statements. Tools like NHibernate, Entity Framework and SubSonic to name a few will take your database mappings and write an optimized query for you. However, during development, testing or production support […]

Read More →

Visual Studio Tool for Azure Functions

Azure Functions Benjamin Perkins

I wrote a short post about the debugging Azure Functions in Visual Studio feature here. There was a new video posted about it below. #AzureFunctions Visual Studio Tools for Azure Functions Cool stuff. Here are some other interesting links: Visual Studio Tools for Azure Functions Visual Studio Tools for Azure Functions Video Azure Functions Challenge […]

Read More →