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
How to package a Mono (.NET) applications for Debian-based Linux in command line. Packaging process can be easily automated on Continues Integration Server.
Package building workflow is quite simple:
Build process will be controlled by MSBuild project file and run from a continues integrations server. MSBuild on Mono platform is substituted by xbuild utility.
Sample solution is available for download here https://github.com/mchudinov/PackagingMono. Solution is compatible with Visual Studio 2012, MonoDevelop/Xamarin Studio 5.
This is my third blogpost about automation of development workflow with Mono. Automated building and versioning were covered in my previous posts:
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