Click here to Skip to main content
15,896,118 members

Technical Blogs


1. 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.
Web Development » IIS »
Markus Greuel Updated: 25 Mar 2014
Rating: 4.00/5 ( (1 vote))
2. JavaScript Logging
A simple JavaScript logger, supporting multiple appenders (console & service)
Programming Languages » Javascript »
Markus Greuel Updated: 13 Mar 2014
Rating: 5.00/5 ( (3 votes))
3. SQL Server Performance Troubleshooting for Developers
Some tips for developers who have to deal with a slow SQL server.
Database Development » SQL Server »
Markus Greuel Updated: 23 Jan 2014
Rating: ( (No votes))
4. 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.
Web Development » ASP.NET »
Markus Greuel Updated: 21 Apr 2013
Rating: 5.00/5 ( (3 votes))
5. Website Performance with ASP.NET - Part 3 - 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.
Web Development » ASP.NET »
Markus Greuel Updated: 23 Mar 2013
Rating: 5.00/5 ( (1 vote))
6. Website Performance with ASP.NET - Part 2 - 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.
Web Development » ASP.NET »
Markus Greuel Updated: 22 Mar 2013
Rating: ( (No votes))
7. Website Performance with ASP.NET - Part 1 - Measuring
This first part of a series about website performance with ASP.NET introduces tools and metrics for measuring the performance of a website.
Web Development » ASP.NET »
Markus Greuel Updated: 22 Mar 2013
Rating: 5.00/5 ( (1 vote))
8. 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
Web Development » ASP.NET »
Markus Greuel Updated: 22 Mar 2013
Rating: ( (No votes))
9. Losing the Comparer when (De-)Serializing a Dictionary with the DataContractSerializer
Shows how to restore the Comparer when deserializing a dictionary with the DataContractSerializer.
Markus Greuel Updated: 22 Mar 2013
Rating: ( (No votes))