Search

Developers Log

A blog about software developing and technology

Month

July 2019

Implementing IEnumerable and IEnumerator in C#

Quick guide to implementing IEnumerable and IEnumerator on your custom data structures.

How To implement a Stack in C#

Previously we have seen how we can implement Stack and Queues in JavaScript: it was , in my opinion, a nice exercise to illustrate how the different JavaScript functions to add an remove items of an array work, and how... Continue Reading →

How To: Queue and Stack implementation in JavaScript.

In this post we saw how we can insert an element in an array at an specified index, we saw too how we could remove one or many items from an array from an also specified index. An interesting thing... Continue Reading →

How to create a .Net Core Multi-project solution in Linux

Quick guide to create a .net Core solution in Linux, and adding projects to it.

Blog at WordPress.com.

Up ↑