Category: Coding

0

Javascript script for Application Insights

There are a lot of scripts available on how to implement Application Insights on the server side. Also, for a lot of different ways to customize the logging. But I had a hard time finding how to custo

0

Creating charts with d3.js and ASP.NET MVC

For a recent project I needed to create a line chart and a bar chart. Previously I used the ASP.NET chart controls, but in the new ASP.NET Core the chart control is not available anymore, so I went lo

0

How to deal with time (in .NET and on Azure)

Handling time in .NET applications, it seems straight forward (“just use the .NET DateTime object”) and in some scenario’s it also is, but not for everything. In your local hobby project you will be f