Monthly Archives: December 2025

Polymorphism in Practice: A Gentle Walkthrough

If you’ve ever wondered how C++ decides which function to call when you’re dealing with a pointer to a base class, this little program is a neat, hands-on demo. We’ll unpack the code, show you how runtime polymorphism works, and … Continue reading

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

CTO December 2025 articles and resources

These are the good reads found in this month. Top 10 Digital Transformation Frameworks Used by Consultants 1. Fundamentals ChatGPT & Prompt Engineering 2. Artificial Intelligence Strategy 3. Digital Transformation Governance https://mark-bridges.medium.com/top-10-digital-transformation-frameworks-7c3b259e7215 Design Patterns After the Singularity: Rethinking the Gang … Continue reading

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

Delete Healthy Partition

This blog article shows you how to delete the Healthy Partition, if any, in your Windows Operating System because it will hinder you from Extending the volume, Issue the diskpart command as follows: C:\Windows\system32>diskpart Microsoft DiskPart version 10.0.19041.3636 Copyright (C) … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, programming | Tagged , , , , , | 1 Comment

Sorting Smarter: A Gentle Walkthrough of the Strategy Pattern (with C# Code)

If you’ve ever found yourself hard‑coding ‘how’ a task should be done—only to realize you’ll need three other ways tomorrow—the Strategy pattern is your friend. It helps you encapsulate interchangeable behaviors, so you can pick the best one at runtime … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, programming | Tagged , , , , , | 1 Comment

Visual Studio 2026 installation

This blog article shows you the Visual Studio 2026 installation. Download Visual Studio from https://visualstudio.microsoft.com/insiders/.  It will first update the Visual Studio Installer. Choose Your Workloads: Select workloads based on your development needs—such as .NET desktop development, ASP.NET and web … Continue reading

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