article

Checking if your Windows Forms applications are ready for .NET Core 3.0

A quick note on using the .NET Core 3.0 Desktop API Analyzer to determine how easy it will be to migrate existing Windows Forms or WPF applications to .NET Core 3.0

avatar
Richard Moss
article

Upgrading a SVN repository using VisualSVN Server

Although I use Git for anything open source we produce, all other code is still in a SVN repository. When upgrading VisualSVN Server to the latest version, it mentioned that Apache SVN 1.10 had new compression options and it occurred to me that while I've upgraded working copy formats before, my SVN databases are probably still using whatever format they were created at. This article covers how to upgrade SVN repositories using the VisualSVN Server software.

avatar
Richard Moss
article

Working with CorelDRAW Palettes part 2, writing .pal files

Continuing my investigation into CorelDRAW palettes, this brief article describes how to write .pal files for use with CorelDRAW! 3.0.

avatar
Richard Moss