Running multiple Azure Function runtime hosts simultaneously on your local machineWhen implementing a complex application, you might need to have multiple Azure Function runtime hosts running simultaneously on your local…Nov 20, 20191Nov 20, 20191
Categorizing enumeration values in C#An enumeration is a declaration of named numerical constants. It is an often used concise solution for implementing discrete values and it…Nov 11, 2019Nov 11, 2019
Building a Windows Service application using Topshelf — Part 1 of 2: Getting startedSource code from this blog can be found on GitHub.Nov 11, 2019Nov 11, 2019
Building a Windows Service application using Topshelf — Part 2 of 2: CustomizingSource code from this blog can be found on GitHub.Nov 11, 2019Nov 11, 2019
Tracking table data changes using Azure SQL Database temporal tablesOne of the requirements of a recent project I was working on, was maintaining history of database table data as part of an audit trail. My…Nov 8, 2019Nov 8, 2019
How to install Service Bus ExplorerWhen working with the Service Bus in Azure, the Service Bus Explorer is the must-have tool because it has lots of functionality that is…Nov 8, 2019Nov 8, 2019
Find out which process is listening on the same port as IIS ExpressIIS Express is a great tool for developing and testing ASP.NET applications. It is simple, lightweight, has lots of web server features…Oct 24, 2019Oct 24, 2019
Check whether a file exists using the File Storage connector in Logic AppsLogic Apps is an Azure component that allows you to implement powerful, serverless, and scalable automated workflows. It allows data…Oct 24, 2019Oct 24, 2019
Optimizing client-side .NET SDK connections to Azure Cosmos DBClient-side .NET SDK connections to an Azure Cosmos DB can be optimized in order to reduce latency and get the best performance. Before…Oct 24, 2019Oct 24, 2019