Category: Open Source Software

Open Source Software

.NET Core is Open Source

Today is a huge day for .NET! We’re happy to announce that .NET Core will be open source, including the runtime as well as the framework libraries. This is a natural progression of our open source efforts, which already covers the managed compilers as well as ASP.NET: .NET Core is a modular development stack that…

centralGo 1.0.1

* CGo works like Linux Crontab * The definition of a job is quite easy, just add a similar line to jobs.conf : define “MyJob” run “echo ‘I am the job number 0′” every “1 seconds” notify “me@email.com”; OR define “MyJob” run “./run.sh” every “sunday at 23:55” notify “me@email.com”; * CGo runs as a daemon…