@kenneth520 most of my lessons up to this point are like this. Each lesson builds upon the previous one. You may be correct in your comment, however, technology is not simple and small errors and little details are typically the reason for most of the problems. I try very hard to cover every detail so I am certain that when the lesson is completed, it works. Thanks for the input. My next lesson will not require any renaming.
If i may point out that you can just right click the class name "Lesson3" and choose "Refactor" then "Rename" it will rename all the references in the project with the name you want ...so you can change the name one time only instead of having to spend time doing it in every file.
Am I learning the most stupid way to rename ? Spent like 2 mins to rename
kenneth520 1 year ago
@kenneth520 most of my lessons up to this point are like this. Each lesson builds upon the previous one. You may be correct in your comment, however, technology is not simple and small errors and little details are typically the reason for most of the problems. I try very hard to cover every detail so I am certain that when the lesson is completed, it works. Thanks for the input. My next lesson will not require any renaming.
CSharpGuitar 1 year ago 2
Comment removed
NpnDan 10 months ago
@kenneth520 Yes, the best way to rename is to right click on the name, refactor > rename. This will rename all references to that name.
NpnDan 10 months ago
Great tutorial.
If i may point out that you can just right click the class name "Lesson3" and choose "Refactor" then "Rename" it will rename all the references in the project with the name you want ...so you can change the name one time only instead of having to spend time doing it in every file.
zoom1177 1 year ago