-
Excited to Present My Dev Career Project
Hi, it’s been a long time since I used this site to share to the world my personal projects, […]
-
What do I learn – Finish of the program – Week 26
It’s been a while since the last time I posted a WDIL blog. During this time, I was involved in a program to be a better software engineer based on the book Apprenticeship Patterns by Dave Hoover and Adewale Oshineye. Maybe it’s the last time that I post something in this format, but I will […]
-
What do I learn – System IO, Lazy Programming and Async/Await C# – Week 25
Lately, I made my own compromise to finish reading a blog about C# (that is this one), this week I read the last topic that talks about File Streams and how to read/write bytes. It is also important to mention that I started a new book from Safari Books that is called Functional Programming in […]
-
What do I learn – Advanced C# – Week 24
This week a work more focused on reviewing some of the advanced topics of C#, starting from collections, handling of exceptions, delegates, and, events. Generics and Non-generic Collections There are 2 types of collections you can use in C# that are generic and non-generic. The main difference is that you use the type <T> generic […]
-
What do I learn – Week 23
This week I study more deeply how the different variable types exist in C#, how they work, and how to implement them in the code. Classes – Interfaces and Inherence The pillars of the OOP are polymorphism and inheritance, for achieve this it is important to know how to implement the interfaces and how to […]