↓ 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: January 2017

C# – LINQ – Remove duplicates from a list and ignore values from another list

By Vitosh Posted on January 30, 2017 Posted in C Sharp Tricks Tagged with C#, ignore list, ignore values, LINQ, remove duplicates
C# – LINQ – Remove duplicates from a list and ignore values from another list

My idea for the blog was to post some articles every now and then. But at least, I am trying to keep up to a schedule of minimum 1 article per week, to keep it alive. Thus, I have decided …

C# – LINQ – Remove duplicates from a list and ignore values from another list Read more »

C# – Loop through Excel files and get data from them

By Vitosh Posted on January 23, 2017 Posted in C Sharp Tricks Tagged with C#, loop through files
C# – Loop through Excel files and get data from them

C# and .Net were actually thought as the technology that was going to exchange VBA and make it useless. Well, it did not happen because of many reasons, mainly because plenty of companies still use macros and noone has the …

C# – Loop through Excel files and get data from them Read more »

C# – LINQ – Example for LINQ initialization

By Vitosh Posted on January 23, 2017 Posted in C Sharp Tricks Tagged with C#, LINQ
C# – LINQ – Example for LINQ initialization

Lately I am interested in C# again and thus I have taken a deeper look at LINQ (Language Integrated Query). My previous article, concerning it was here. I thought it was interesting, that the value in LINQ is calculated after …

C# – LINQ – Example for LINQ initialization Read more »

Book Review – SQL Server Query Performance Tuning

By Vitosh Posted on January 14, 2017 Posted in Review Tagged with SQL Server Query Performance Tuning
Book Review – SQL Server Query Performance Tuning

In August 2016 I have decided to review a few SQL books – thus, Apress.com has provided me with 5 high quality books, upon my request. Now, about 5 months later I am writing the review of the last one, …

Book Review – SQL Server Query Performance Tuning Read more »

C# – Loop through enum names in .Net

By Vitosh Posted on January 10, 2017 Posted in C Sharp Tricks Tagged with C#, GetEnumNames
C# – Loop through enum names in .Net

Ok, C# and .Net have features that people from the VBA world can only … dream about. In a way. I was recently taking a look at the Type.GetEnumNames()  function in .Net and I simply thought that it would be …

C# – Loop through enum names in .Net Read more »

C# – Some simple example for threads

By Vitosh Posted on January 9, 2017 Posted in C Sharp Tricks Tagged with C#, threads
C# – Some simple example for threads

The idea here is to show a little bit about parallel programming and the way I understand it – as far as I am mainly a VBA developer, I do not understand it, because Microsoft did not think that it …

C# – Some simple example for threads Read more »

Book Review – Expert Scripting and Automation for SQL Server DBAs

By Vitosh Posted on January 7, 2017 Posted in Review, SQL Tagged with Book Review
Book Review – Expert Scripting and Automation for SQL Server DBAs

After October 2016 I have become a MCP in SQL Server (exam 70-461). In order to obtain the certification, I have decided to start reading mainly SQL Server books. Thus, I have kindly requested some from Apress.Com for a review and they …

Book Review – Expert Scripting and Automation for SQL Server DBAs Read more »

Code Forces – New Year and North Pole – A problem much easier than initially thought

By Vitosh Posted on January 7, 2017 Posted in C Sharp Tricks Tagged with Algorithms, C#, codeforces
Code Forces – New Year and North Pole – A problem much easier than initially thought

In the new 2017 I have decided to take a new look at CodeForces and what do they bring us. After all, this is one of the very few “places” in the world, where you can compete with the world …

Code Forces – New Year and North Pole – A problem much easier than initially thought Read more »

Copyright © 2026 VitoshAcademy