RRaglubindevperspective.com·May 28, 2024 · 3 min readCreating secure backups using Rclone, pCloud and an external drive on LinuxCreating backups of your data is essential. Everyone has heard the saying, "It's not a matter of if your hard drive will fail, but when." The best protection against this inevitable problem is regular backups. One strategy to ensure you always have a...00
RRaglubindevperspective.com·May 28, 2024 · 2 min readDelegates in C#: Creating flexible codeHave you ever wondered how to link two different methods that have nothing in common, or wanted to change a method's behavior without modifying its code? If so, you have likely encountered the term "delegate" in the context of C# programming. Delegat...00