Monthly Archives: January 2026

A Practical Guide to Polymorphism in C#

If you’ve ever wired up multiple payment methods in an e-commerce app, you know how quickly the code can turn into a maze of conditionals and duplicated logic. This blog walks through a real, runnable C# console program that demonstrates … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Java, programming | Tagged , , , , , | Leave a comment

Create exFAT partition in Windows 11

This blog article shows you how to create a partition with exFAT File System. Unfortunately, in some cases you cannot create exFAT File System using Computer Management GUI. You need to use DISKPART command. Issue the following command to create … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Operating System | Tagged | Leave a comment