Recently I started developing website on WordPress. In order to set up a local web server with Apache/PHP I have downloaded XAMPP. At the same time I’ve experimented with .NET
Author: Alexander Goida
Post JSON objects with nested classes to MVC actionPost JSON objects with nested classes to MVC action
Default view model binding of ASP.NET MVC has a disadvantage when using view models with nested classes and JSON objects. The binding is unable to recognize such nested classes and it initializes
Speeding up calculation of an average in continuous processesSpeeding up calculation of an average in continuous processes
Processing big sets of data can cause a low performance due to inefficient calculations. In order to overcome this issue we should rewrite calculations in a way which allows getting
How to specify Expires header for static resources in ASP.NET MVC?How to specify Expires header for static resources in ASP.NET MVC?
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
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.
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