From the course: Advanced C#: Object-Oriented Programming

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

Getting set up

Getting set up

- This course is intended for developers who are already familiar with C# And want to learn about some of the more advanced object-oriented programming features of the language. You don't need to be a deep expert on C# or .NET but you do need to have an understanding of the basics Such as how to write functions, use variables, and so on. There are a couple of different ways you can work with the example code In this course. I've set up a GitHub repository with the examples, and you can find it at this link. The course content is organized into two separate folders. There's the Finished folder, which contains all of the code examples in their finished state so you can compare your code against them. The Start folder contains the code examples in their starting state and this is the folder I'll be working in throughout the course as we build towards the finished state for each example. If you want to download the examples…

Contents