Thanks to author of the post on Stackoverflow.com. He posted a link to the broadest description of the ways the header “Expires” can be specified for static resources. Here it
TeamCity Custom VariableTeamCity Custom Variable
Hi there. Everybody knows TeamCity which is the solid tool to run continuous integration process. Indeed it’s the best tool I ever have worked with. Nevertheless, sometimes you may find

String Expression CalculatorString Expression Calculator
Parsing of math equations from text expressions is the interesting thing. This task is close to LL parsing but can be solved in different ways. This approach tends to be the simplest
Disabled control in a DataGridView cellDisabled control in a DataGridView cell
From time to time you need to show a disabled control within DataGridView control. As you might already know, a grid cell has ReadOnly property which is not useful for
Debugging JavaScript: object dumpDebugging JavaScript: object dump
From time to time you want a dump of an object during execution of JavaScript code. This function provides missing functional.
.NET Colors Explorer.NET Colors Explorer
I’d like to share with the tool I wrote when stacked with selecting an appropriate color for some border of a new control. I hope it will relieve you when
Compressing of data with GZipStreamCompressing of data with GZipStream
GZipStream is a great tool to compress/decompress byte arrays of serialized data. But it has an issue which can make you hanging for some time. Here I describe the issue with
Database Connection DialogDatabase Connection Dialog
Implementation of a database connection dialog with full set of features which you can see when look at the same dialog in Visual Studio is not the easiest tasks. It includes