↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Month: March 2019

Home › 2019 › March
C# – Refactoring a Problem
C Sharp Tricks

C# – Refactoring a Problem

Vitosh Mar 20, 2019 Tagged with C#, refactoring, reflection

Some days ago I have decided to take a look at one of the homeworks problem of the OOP course at SoftUni. Then, I have decided to solve it with my VBA OOP knowledge, implementing it in C#. Whether VBA …

C# – Refactoring a Problem Read more →

C# – Quick Reference for Abstract Classes
C Sharp Tricks

C# – Quick Reference for Abstract Classes

Vitosh Mar 12, 2019 Tagged with Abstract, Abstract classes, C#

Abstract Classes in C# are classes, intended only to be a base class of other classes. Members marked as abstract, or included in an abstract class, must be implemented by classes that derive from the abstract class. Reference With other …

C# – Quick Reference for Abstract Classes Read more →

Python – Customizing PyLab using Style
Python

Python – Customizing PyLab using Style

Benjamin Keller Mar 7, 2019 Tagged with Customization, Jupyter, PyLab, Python, Style

Learn how to customize PyLab using style in this article by Benjamin Walter Keller, a PhD candidate at McMaster University with BSc in physics with a minor in computer science from the University of Calgary in 2011. This article will delve …

Python – Customizing PyLab using Style Read more →

Copyright © 2026 VitoshAcademy