↓ 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

C# – Refactoring a Problem

By Vitosh Posted on March 20, 2019 Posted in C Sharp Tricks Tagged with C#, refactoring, reflection
C# – Refactoring a Problem

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

By Vitosh Posted on March 12, 2019 Posted in C Sharp Tricks Tagged with Abstract, Abstract classes, C#
C# – Quick Reference for Abstract Classes

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

By Benjamin Keller Posted on March 7, 2019 Posted in Python Tagged with Customization, Jupyter, PyLab, Python, Style
Python – Customizing PyLab using 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