Category Archives: Development


SQL Server & JSON data

SQL Server, SQL Azure & JSON

At the moment, I’m working on a simple web reporting project. Given that this is a small-scale project, I’ve decided to try something new. Creating a tiny DAL responsible for retrieving and deserializing SQL Server generated JSON.

Read More →

SonarQube for .Net Developers

SonarQube for .Net Developers

I’m currently playing around with SonarQube, an open-source platform for continuous inspection of code quality, and so far, I’ve discovered that it is a lot more interesting than I thought it would be. Therefore, I’ve decided to share my initial findings.

Read More →

Azure Functions & Code Reuse

Azure Functions and reusing code

Last weekend, I was experimenting with Azure Functions. This because I’m planning to use Azure Functions for creating a simplified abstraction of an existing web service. The goal is to code and deploy as little as possible by reusing existing modules.

Read More →

Microsoft.DotNet.Web.targets was not found

Microsoft.DotNet.Web.targets was not found

This short post covers how to resolve the Microsoft.DotNet.Web.targets was not found issue. This problem might happen when importing existing asp.net MVC projects within your Visual Studio solution.

Read More →

Logic Apps Post request

Logic Apps Post request

I recently received some Logic Apps questions, each of which I would like to address within a series of blog posts. This post covers how to construct a simple Http POST request. In addition, I also explain how to configure basic authentication.

Read More →

GTmetrix API and .Net

GTmetrix API and .Net

I’m currently working on a project which requires keeping a close eye on performance. Because of this, we decided to include GTmetrix’s webpage performance analyzes service as part of the overall monitoring strategy. To simplify the implementation, I’ve decided to create a native .net client.

Read More →

Kraken-powershell batch features

Kraken-powershell batch features

I’ve been working on some new batch features for the Kraken-PowerShell module, which I would like to demonstrate within this blog post. Also, you will find some helpful automation scripts at the end.

Read More →