Back to Browse

C# - 1 - First OOP Project (Full Session)

23.9K views
Sep 1, 2018
59:49

First project in a new series on object oriented C# programming. This series is in a "code-along" style, meaning everything is written on the spot and not too much focus is put on learning programming in general, thus this series is for people with prior programming knowledge (although OOP or C# knowledge is not necessarily required). In this session we write a complete program that: - Reads from a file (CSV) - Splits the file up into items/columns - Imports values into Person objects - Prints information for each person The CSV file contains this text: firstname,lastname,age,occupation john,doe,29,office worker jane,doe,31,accountant mark,zuckerberg,34,CEO Disclaimer: I do not claim to be an expert in C# programming, and I do not claim to know everything about proper naming schemes etc. If you have any critique of my coding, please feel free to comment, I am always looking to improve.

Download

1 formats

Video Formats

360pmp478.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

C# - 1 - First OOP Project (Full Session) | NatokHD