• Disclaimer
  • Disclaimer
  • Understanding Azure Virtual Machine Compute Performance

    by coenvand April 28, 2020
    April 28, 2020

    When you’re looking for some serious compute power in the cloud, on-demand and flexible, Azure’s got you covered. The difficulty? Choosing the compute offering that fits your requirement without overpaying…

    Read more
  • Securing Azure Storage SAS Tokens

    by coenvand April 15, 2020
    April 15, 2020

    Shared Access Signature (SAS) tokens are great for sharing (limited) access to Azure Storage resources without using the storage account’s main key. You can generate a SAS-token on practically every…

    Read more
  • The Easiest Way To Prevent Accidental Resource Deletion in Azure

    by coenvand March 24, 2020
    March 24, 2020

    Have you ever accidentally deleted a resource to then find out you can’t recover it? Resource deletion in many cases is permanent in Azure so it’s key to triple check…

    Read more
  • Faster Azure Table Storage Querying For Serilog

    by coenvand December 28, 2019
    December 28, 2019

    Let me start of by saying that in general, having good azure table storage querying performance comes down to having a solid table design. Proper use of the PartitionKey and…

    Read more
  • Setting Up LESS In ASP.NET Core

    by coenvand December 26, 2019
    December 26, 2019

    If you want to use LESS style sheets in your ASP.NET Core application you need to take some additional steps to get things working. In ASP.NET Core the use of…

    Read more
  • What Is The VAR Keyword In C# and Best Practices

    by coenvand September 29, 2019
    September 29, 2019

    Do you have a solid understanding of the pro’s and con’s of using var in C#? If yes, ignore this article and proceed as you were. If you’re in doubt whether you…

    Read more
  • Accessing Your AppSettings.json And Using Strongly Typed Settings In ASP.NET Core MVC

    by coenvand April 3, 2019
    April 3, 2019

    The new way of using configuration settings in ASP.NET Core MVC is via an appsettings.json file within your Web project. No more XML configuration files (even though you still can), instead, a…

    Read more
  • Disabling Caching For System.Net.WebClient In .NET

    by coenvand April 3, 2019
    April 3, 2019

    Caching is great, until it’s not. Like when you keep getting the old data from an API even though the underlying data has been updated. While in the process of…

    Read more
  • OpenGL And DirectX On Azure Virtual Machines

    by coenvand April 3, 2019
    April 3, 2019

    Azure Virtual Machines by default don’t come with GPU capabilities, making them mostly useless for processes that require a GPU in anyway. I recently ran into this issue when publishing…

    Read more
  • Using Azure Storage and Azure Content Delivery Network (CDN) to Host Your Website’s Files, Images and Static Content

    by coenvand February 19, 2019
    February 19, 2019

    Your website or webapp often requires static content (e.g. images, files) to fully function as intended. Hosting these files within your app-directory is fine up to a point, but as…

    Read more
Newer Posts
Older Posts

Coen Adrien van Driel

I'm an Azure Cloud & DevOps Consultant with a software development background. I mainly focus on Microsoft technologies.

Need help?

If you need help with your project regarding Azure Cloud & DevOps maybe I can help. Feel free to send me an email.

Socials

Facebook Twitter Linkedin Github

Tags

ASP.NET Core (4) Azure (8) Azure Compute (1) Azure Storage (4) Azure Web Apps (1) C# (1) Content Delivery Network (1) CSS (1) DirectX (1) Gulp (1) LESS (1) MVC (1) OpenGL (1) Virtual Machine (3) Visual Studio (1) WebClient (1)
  • Facebook
  • Twitter
  • Linkedin
  • Email
  • Github

@2020 - All Right Reserved. Disclaimer


Back To Top