How to make a Linux-demon from a .NET Mono application.
Sample solution is available for download here https://github.com/mchudinov/ServiceDemon.
Continue reading
How to make a Linux-demon from a .NET Mono application.
Sample solution is available for download here https://github.com/mchudinov/ServiceDemon.
Continue reading
Here is a simple application that demonstrates using of decorator pattern in C#.
Sample solution can be downloaded from here https://github.com/mchudinov/LoggingDecorator. Solution is compatible with Visual Studio 2012, MonoDevelop 5, and Xamarin Studio 5.
Continue reading
Here is a simple application that logs to console. Logging is programmed with Aspect Oriented Programming paradigm as an aspect using PostSharp. As a logger library I use log4net.
Sample solution can be downloaded from here https://github.com/mchudinov/LoggingPostSharp. It is compatible with Visual Studio 2012, MonoDevelop 5, and Xamarin Studio 5.
Continue reading
Here is a simple application that will log to console and syslog demon. On Windows platform we can use free edition of Kiwi Syslog Server. On Linux application will use both local and remote syslog. As a logger library I use log4net.
Sample solution can be downloaded from here https://github.com/mchudinov/Logging. It is compatible with Visual Studio 2012, Mono Develop 5, and Xamarin Studio 5.
Continue reading
The standard software stack for a .NET developer is
All these components are quite pricey. But there are free alternatives. And with my recent project I decided to use alternative software for development and production in .NET, all totally free.
Sample solution can be downloaded from here https://github.com/mchudinov/EF6MySQL
Continue reading
Client-server encryption-decryption using Advanced Encryption Algorithm (AES) in client and server is complicated because exactly the same algorithm must be implemented twice: once for client side in JavaScript and once for server side in PHP,C# etc.
Continue reading
I want to mock some methods from an external dependency class without executing the original constructor for this external class. This external class is from somewhere else, imported to our project by composer for example.
Continue reading
PHP Console is a debugging tool for PHP that writes debug info to Chrome debugging console. It was recently updated to the version 3 and has a lot of new nice features now.
There is a similar debugging tool FirePHP that does the same job with Firefox and FireBug.
Continue reading
The next major php release is 5.6. Here are two new abilities already accepted by php community to be included into language from version 5.6.
Continue reading
PHP extensions collections
http://windows.php.net/downloads/pecl/releases
https://github.com/stealth35/stealth35.github.com/downloads
http://www.hmelihkara.com/files/php_sqlsrv_55.rar
WinCache – Windows Cache Extension
XCache – binary downloads for Windows