Creating Schedule Driven Windows Service in .NET Core 3.0

The upcoming version of .NET Core, 3.0, will have native support for Windows and Linux Services.  On Windows the services will rely on standard Windows features.  On Linux it will rely on Systemd.  One of the most common use of windows services in to run background tasks based on a schedule.  One of the most …

Continue reading ‘Creating Schedule Driven Windows Service in .NET Core 3.0’ »

Setting up Experimental Virtual Machine with Hyper-V

I know many developers have seen tremendous amount of new technology that is being developers at Microsoft.  Windows 10, new version of Visual Studio which will include new Roslyn compiler and new version of ASP.Net.  Although preview versions are generally save and un-installable, I like to have a separate computer to play with early bits …

Continue reading ‘Setting up Experimental Virtual Machine with Hyper-V’ »