Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.2 KB

File metadata and controls

25 lines (16 loc) · 1.2 KB

Ultimate Clean Code Masterclass

Hello!

My name is Krystyna. Welcome to my GitHub.

This repository is part of my "Ultimate Clean Code Masterclass" course, which you can find under this link: https://www.udemy.com/course/draft/5977866/?referralCode=2174BA90C2318C8EF68F

FAQ:

Q1: How do I download the files?

A: If you're not familiar with Git and just want to download the entire solution, click the green button saying "Code", and then select the "Download ZIP". If you know some Git, just clone this repository to your machine.

Q2: How do I open those files?

A: Simply open the UltimateCSharpMasterclass.sln file with Visual Studio.

Q3: What are the projects in this solution?

A: Projects in this solution correspond to sections in the course. There are separate projects for refactoring case studies (both "before" and "after" versions).

Q4: How do I run a particular project?

A: Right-click on it in Visual Studio, select "Set as startup project" and click "Run" in the top menu of Visual Studio.

Q5: What programming language is used in this repository?

A: All files are written in C#.