• Markus Greuel .NET
  • Blog

Telemetry Correlation in Azure Functions

ASP.NET automatically parses distributed tracing headers, in azure functions however a bit of custom code is required.
azureazure-functionsapplication-insights
Wednesday, April 24, 2019

HTTP Error 500.52 (gzip compression) when using IIS as a reverse proxy

IIS cannot rewrite gzip compressed responses from another web server, but you can prevent the response from being compressed.
IISoctopus-deploy
Tuesday, March 25, 2014

JavaScript Logging

A simple JavaScript logger, supporting multiple appenders (console & service)
javascriptlogging
Wednesday, March 12, 2014

SQL Server Performance Troubleshooting for Developers

Some tips for developers who have to deal with a slow SQL server.
sql-serverperformance
Wednesday, January 22, 2014

Website Performance with ASP.NET - Part4 - Use Cache Headers

See how cache headers can help you to improve you page load times and how to implement them in ASP.NET Websites.
asp.netasp.net-mvcperformance
Sunday, April 21, 2013

Website Performance with ASP.NET - Part3 - Make Fewer HTTP Requests

One of the keys to improving page load times is to reduce the number of requests. This post shows how that can be achieved in ASP.NET websites.
performanceasp.netasp.net-mvc
Saturday, March 23, 2013

Website Performance with ASP.NET - Part2 - Reduce Time to First Byte

This post shows how the time to first byte of ASP.NET pages can be reduced by profiling the code and implementing data and output caching.
performanceasp.netasp.net-mvc
Thursday, March 14, 2013

Website Performance with ASP.NET - Part1 - Measuring

This first part of a series about website performance with asp.net introduces tools and metrics for measuring the performance of a website.
performanceasp.net-mvcasp.net
Saturday, March 9, 2013

You do have a backup (plan), don't you?

A short description of my backup plan. It has multiple levels based on the importance and size of the data.
backup
Thursday, May 5, 2011

ASP.NET MVC 3 Tools Update Setup fails with fatal error (0x80070643)

A workaround for error 0x80070643 occurring during the installation of the ASP.NET MVC 3 Tools update
asp.net-mvc
Wednesday, April 13, 2011

Working jQuery UI Theme Switcher Widget without hotlinking

A simple solution for updating the jQuery Theme Switcher Widget to use the google CDN instead of jquery.com, which disabled hotlinking.
jQuerycssjQuery-UI
Tuesday, April 12, 2011

Loosing the Comparer when (De-)Serializing a Dictionary with the DataContractSerializer

Shows how to restore the Comparer when deserializing a dictionary with the DataContractSerializer.
serialization
Sunday, March 20, 2011

Creating a themeable jQuery UI menu

Simple example of a menu styled with jQuery UI themes
jQuerycss
Wednesday, March 16, 2011

Tags

  • application-insights (1)
  • asp.net (4)
  • asp.net-mvc (5)
  • azure (1)
  • azure-functions (1)
  • backup (1)
  • css (2)
  • IIS (1)
  • javascript (1)
  • jQuery (2)
  • jQuery-UI (1)
  • logging (1)
  • octopus-deploy (1)
  • performance (5)
  • serialization (1)
  • sql-server (1)

Links

  • My google plus profile
  • My bitbucket repositories
  • NoBlog repository
  • MediaCommMVC on codeplex
  • Andyk Docs

Feeds

  • Blog Post RSS