↓ 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

Tag: C#

Home › Posts tagged C# › Page 2
C# – CodeForces – Okabe And Boxes
C Sharp Tricks, CodeForces

C# – CodeForces – Okabe And Boxes

Vitosh Jul 16, 2017 Tagged with C#, Stack

CodeForces has people working 24/7, trying to come up with interesting problems for the IT community. Thus, it’s always challenging to take a look atย these problems and to try to solve them. The latest problem I have faced was one …

C# – CodeForces – Okabe And Boxes Read more โ†’

C# – CodeForces – Okabe and Banana Trees
C Sharp Tricks, CodeForces

C# – CodeForces – Okabe and Banana Trees

Vitosh Jul 11, 2017 Tagged with C#, codeforces, linear equations

It does not happen a lot, but this time the 2. problem ย of CodeForcesย really made me rethink my life choices and made me feel a bit sorry that I was in a school where we studied Maths about 4 hours …

C# – CodeForces – Okabe and Banana Trees Read more โ†’

C# – CodeForces – Okabe and Future Gadget Laboratory
C Sharp Tricks

C# – CodeForces – Okabe and Future Gadget Laboratory

Vitosh Jul 10, 2017 Tagged with algorithm, C#, simple

CodeForces is a nice website for anyone, who likes checking himself vs the top developers worldwide. It’s even separated into divisions, thus, they kindly provide 3 easy questions and 5 hard. Although, I do not know anyone who can call …

C# – CodeForces – Okabe and Future Gadget Laboratory Read more โ†’

C# – CodeForces – Karen and Game
C Sharp Tricks, CodeForces

C# – CodeForces – Karen and Game

Vitosh Jun 28, 2017 Tagged with C#, codeforces, greedy

Karen and Game is the third article about Karen. In a row. Pretty much, someone in CodeForces has created 7ย different problems with her, thus the Japanese lady is getting famous. This time the problem looks like this: The game is …

C# – CodeForces – Karen and Game Read more โ†’

C# – CodeForces – Karen and Coffee
C Sharp Tricks, CodeForces

C# – CodeForces – Karen and Coffee

Vitosh Jun 25, 2017 Tagged with binary search, C#, data structures

If you are following this blog you are probably asking yourselfย Who the beep is Karen?ย and why do I write a 2. article about her in a row? ๐Ÿ™‚ Well, that’s Karen and she obviously likes coffee: Karen was the main …

C# – CodeForces – Karen and Coffee Read more โ†’

C# – CodeForces – Karen and Morning
C Sharp Tricks, CodeForces

C# – CodeForces – Karen and Morning

Vitosh Jun 19, 2017 Tagged with C#, CodeForeces, TimeSpan

Its Sunday and it is time for CodeForces. Today I have taken a look at round number 816, Problem A. The problem initially looks rather easy and you think that nothing can go wrong, until you do not try it. …

C# – CodeForces – Karen and Morning Read more โ†’

C# โ€“ CodeForces โ€“ An express train to reveries
C Sharp Tricks, CodeForces

C# โ€“ CodeForces โ€“ An express train to reveries

Vitosh Jun 17, 2017 Tagged with C#, codeforces, constructive algorithms

CodeForces.com is a web site for competitive programming. One of the 2 really famous sites in internet. Yesterday I was fighting with a the problem 2 in Division B from competition numberย 814 for about 1 hour, until I have managed …

C# โ€“ CodeForces โ€“ An express train to reveries Read more โ†’

C# – CodeForces – An abandoned sentiment from past
C Sharp Tricks

C# – CodeForces – An abandoned sentiment from past

Vitosh Jun 16, 2017 Tagged with Algorithms, C#, codeforces, string to list of int

CodeFoces.com is the place where I go when I do not know what to blog about. ๐Ÿ™‚ Anyhow, as a developer who is with some experience there, I always expect that the first problems of Division 2 would be quite …

C# – CodeForces – An abandoned sentiment from past Read more โ†’

Entity Framework – C# – CodeFirst – Video
EntityFramework

Entity Framework – C# – CodeFirst – Video

Vitosh May 27, 2017 Tagged with C#, codefirst, Entity Framework

After the first two videos for C# Entity Framework (Video 1 and Video 2) I have decided to make a small one for the Code First approach. I have used the materials of SoftUni here, mainly concentrating on problem 3. …

Entity Framework – C# – CodeFirst – Video Read more โ†’

Entity Framework โ€“ C# โ€“ Introduction โ€“ Video – Part 2
EntityFramework

Entity Framework โ€“ C# โ€“ Introduction โ€“ Video – Part 2

Vitosh May 16, 2017 Tagged with C#, Entity Framework, introduction, SoftUni

After the first part of the SoftUni homework for Entity Framework here, I have decided to make a small video with the next 4 problems. Following the same logic, I have made a 30 minute YouTube video with the trial …

Entity Framework โ€“ C# โ€“ Introduction โ€“ Video – Part 2 Read more โ†’

Entity Framework – C# – Introduction – Video
C Sharp Tricks, EntityFramework

Entity Framework – C# – Introduction – Video

Vitosh May 14, 2017 Tagged with C#, EntityFramework, introduction, SoftUni

I have started some time ago to do stuff with Entity Framework (EF) in VitoshAcademy, I even have two articles about it – Beginning with EF and Enable Migrations with EF. I have noticed that the SoftUni is having an EF course, …

Entity Framework – C# – Introduction – Video Read more โ†’

CodeForces – Problem 798B โ€“ Mike and strings
C Sharp Tricks

CodeForces – Problem 798B โ€“ Mike and strings

Vitosh May 2, 2017 Tagged with C#, codefoces

Solving problems in CodeForcesย usually never works out as expected somehow – if I tend to overestimate the problem, I am able to solve it within 10 minutes and if I underestimate it, I stay about 1 hour on a simple …

CodeForces – Problem 798B โ€“ Mike and strings Read more โ†’

Codeforces โ€“ Problem 798A โ€“ Checking the Calendar
C Sharp Tricks, C++

Codeforces โ€“ Problem 798A โ€“ Checking the Calendar

Vitosh Apr 30, 2017 Tagged with algorithm, C#, codeforces

After reviewing the Meller watch, it’s time for some more IT related stuff in the blog. ย Thus, I have decided to do what I usually do when I want to write some article and I do not know what to …

Codeforces โ€“ Problem 798A โ€“ Checking the Calendar Read more โ†’

VBA vs C++ function – which one is faster in Excel?
C++, VBA \ Excel

VBA vs C++ function – which one is faster in Excel?

Vitosh Apr 25, 2017 Tagged with C#, custom c++ function, Excel, VBA

Comparing the speed of VBA and C++ in general is quite not fair. Its like comparing the speed of a military jet and a Boeing 767. But still, it’s interesting to see how much C++ is faster in Excel’s native …

VBA vs C++ function – which one is faster in Excel? Read more โ†’

C++ – Adding C++ function to VBA/Excel
C++, VBA \ Excel

C++ – Adding C++ function to VBA/Excel

Vitosh Apr 24, 2017 Tagged with C#, dll, Excel, VBA

After adding a c# library to VBAย I have decided to take a look how to do a similar trick with C++. C++ is a bit fancier in a way. And it works somehow else. So, let’s start. Imagine that we …

C++ – Adding C++ function to VBA/Excel Read more โ†’

C# – EF – Beginning with Entity Framework
VBA \ Excel

C# – EF – Beginning with Entity Framework

Vitosh Apr 3, 2017 Tagged with C#, Empty Code First model, Entity Framework

What is Entity Framework? If we take a look at Wikipedia, it says Entity Framework (EF) is an open sourceย object-relational mapping (ORM) framework for ADO.NET. What does it mean? Pretty much, magic. ๐Ÿ™‚ You make some classes in C# and …

C# – EF – Beginning with Entity Framework Read more โ†’

C# โ€“ Code Forces โ€“ Codeforces Round #406B
C Sharp Tricks

C# โ€“ Code Forces โ€“ Codeforces Round #406B

Vitosh Mar 27, 2017 Tagged with C#, codeforces

Its Sunday and it is a good idea to see what CodeForces have done through the week. As in general, lots of good problems. Thus, starting with the easiest one in the second division. A. The Monster A monster is …

C# โ€“ Code Forces โ€“ Codeforces Round #406B Read more โ†’

C# – Code Forces – Codeforces Round #402B
C Sharp Tricks

C# – Code Forces – Codeforces Round #402B

Vitosh Mar 15, 2017 Tagged with C#, codeforces, Codeforces Round #402B

Codeforces.com is really a nice site, if want to try yourself vs. the top programming students in the world. Just to check your level in a way ๐Ÿ™‚ Thus, today I have decided to take a look at the problems …

C# – Code Forces – Codeforces Round #402B Read more โ†’

News โ€“ The owner of VitoshAcademy is a Microsoft Specialist – Programming in C#
News

News โ€“ The owner of VitoshAcademy is a Microsoft Specialist – Programming in C#

Vitosh Mar 6, 2017 Tagged with 483, 70-483, C#, Exam

Vitoshacademy is proud to announce that its owner, is now a Microsoft Specialist in Programming in C#, exam 70-483. So, after MTA and MCP, this is the new certificate in the collection. The exam was tough, indeed and this is …

News โ€“ The owner of VitoshAcademy is a Microsoft Specialist – Programming in C# Read more โ†’

C# – Serialization and Deserialization of JSON
C Sharp Tricks

C# – Serialization and Deserialization of JSON

Vitosh Mar 5, 2017 Tagged with C#, deserialization, JSON

Whatever they tell you C# is somehow a fancy language. One of the reasons for this is that you may use the hard work of plenty of other good developers for free and without even thinking of how to make …

C# – Serialization and Deserialization of JSON Read more โ†’

C# – simple example of interfaces
C Sharp Tricks

C# – simple example of interfaces

Vitosh Feb 28, 2017 Tagged with C#, interface

After the previous article here for simple example of inheritance, today I have decided to write something similar for interfaces. Pretty much, interfaces are something similar that objects implement. ๐Ÿ™‚ E.g., if you have keyboard and a phone, they both …

C# – simple example of interfaces Read more โ†’

C# – Simple example of inheritance
C Sharp Tricks

C# – Simple example of inheritance

Vitosh Feb 25, 2017 Tagged with C#, Inheritance C#

Reading the C# 6.0. bookย for which I am preparing a review made ย me think that I do not post a lot of C# ย code. Thus, I have decided to prepare a simple C# example of inheritance with overriding. Let’s see …

C# – Simple example of inheritance Read more โ†’

C# – Greedy Algorithm from CodeForces
C Sharp Tricks

C# – Greedy Algorithm from CodeForces

Vitosh Feb 5, 2017 Tagged with C#, greedy algorithm, linkedList

One may write a few chapters in an algorithmic book for greedy algorithms. The funny part about them, is that there are a set of algorithmic problems, where the greedy solution tends to be the best one. What exactly is …

C# – Greedy Algorithm from CodeForces Read more โ†’

C# – Algorithms – Find n-th divisor of an integer
C Sharp Tricks

C# – Algorithms – Find n-th divisor of an integer

Vitosh Feb 1, 2017 Tagged with algorithm, C#, divisor of integer

The Codeforces contests are sometimes more challenging than expected, even for the first problems, which are supposed to be trivial. Well, they are not that trivial. In the 762. edition, the 1. problem was concerning the n-th divisor of an …

C# – Algorithms – Find n-th divisor of an integer Read more โ†’

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

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

Vitosh Jan 30, 2017 Tagged with C#, ignore list, ignore values, LINQ, remove duplicates

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
C Sharp Tricks

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

Vitosh Jan 23, 2017 Tagged with C#, loop through files

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
C Sharp Tricks

C# – LINQ – Example for LINQ initialization

Vitosh Jan 23, 2017 Tagged with C#, LINQ

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 โ†’

C# – Loop through enum names in .Net
C Sharp Tricks

C# – Loop through enum names in .Net

Vitosh Jan 10, 2017 Tagged with C#, GetEnumNames

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
C Sharp Tricks

C# – Some simple example for threads

Vitosh Jan 9, 2017 Tagged with C#, 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 โ†’

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

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

Vitosh Jan 7, 2017 Tagged with Algorithms, C#, codeforces

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 โ†’

Posts pagination

Previous 1 2 3 4 Next

Copyright © 2026 VitoshAcademy