this is not a lesson, this is a set of examples among a renaming session. describe fundamental concepts, present examples, then reiterate and summarize fundamentals applied.
@nicknack175 Thanks for the comment. Yes, I would say many of my videos do perform renaming at the beginning, but this is becuase the first few are built upon each other and I wanted to make sure that when a person works the examples that they work. Sure, there may now be a better way to achieve this. I think it is important to know HOW something works too. I do agree that the WHY would make these videos much more valuable..but then maybe they would not be free.
didn't even watch it all,, too much time spent in renaming things, pause video, copy and paste your code, and start and say what it is and explain if needed, keep your examples simple, people aren't looking at tutorials to see a complex example to learn what a delegate is, at least start off with simple things and work your way up. 9 minutes of this video and am just watching u type the whole time basically
I understand you want to document everything you did. But having to watch you rename things from lesson 6 to lesson 7 for SIX OUT OF TEN minutes is really stupid. Make your namespaces CSharpGuitar. And the names of your projects about what the project is building. We know its lesson 7. Its in the title.
you can rename "lesson6" to "lesson7" by just pressing ctrl+F, select replace in files, and then write "lesson7" in the replace with text box, and click on replace all button, it'll replace the text in the entire solution. so save your time........
Good information but I'd like to make two comments that only deal with presentation.
1. If you name folders for the lesson and keep the solution, project and namespace names common, then you do not need to rename them each time. If you are going to name them the way you did, I'd suggest telling your audience you are going to fix the names and then pause the recording to do it.
2. Please don't whisper. Try to keep your voice at a more constant level.
Thanks. I appreciate all comments and tips on how I can improve.
1. I try to make sure that everything I do, no matter how little it is gets captured on the video. My experiences with debugging is that the problems are always little...sometimes simple things that if they had only been documented I could have saved hours if not days.
2. This is what you get when you use a free tool to record the videos.
this is not a lesson, this is a set of examples among a renaming session. describe fundamental concepts, present examples, then reiterate and summarize fundamentals applied.
nicknack175 1 month ago in playlist C# Lesson 7 Events, Delegates, Stack and Heap in C#
@nicknack175 Thanks for the comment. Yes, I would say many of my videos do perform renaming at the beginning, but this is becuase the first few are built upon each other and I wanted to make sure that when a person works the examples that they work. Sure, there may now be a better way to achieve this. I think it is important to know HOW something works too. I do agree that the WHY would make these videos much more valuable..but then maybe they would not be free.
CSharpGuitar 3 weeks ago
didn't even watch it all,, too much time spent in renaming things, pause video, copy and paste your code, and start and say what it is and explain if needed, keep your examples simple, people aren't looking at tutorials to see a complex example to learn what a delegate is, at least start off with simple things and work your way up. 9 minutes of this video and am just watching u type the whole time basically
zedjr10 3 months ago
I understand you want to document everything you did. But having to watch you rename things from lesson 6 to lesson 7 for SIX OUT OF TEN minutes is really stupid. Make your namespaces CSharpGuitar. And the names of your projects about what the project is building. We know its lesson 7. Its in the title.
barrettlewismitsi 7 months ago
Rename beforehand next time
tkblackbelt2 9 months ago in playlist c#
Comment removed
waqasbcs 9 months ago
you can rename "lesson6" to "lesson7" by just pressing ctrl+F, select replace in files, and then write "lesson7" in the replace with text box, and click on replace all button, it'll replace the text in the entire solution. so save your time........
waqasbcs 9 months ago
Thankyou Sir ..
shyamekm 10 months ago
Hey around four minutes gone in renaming, please avoid it. It's a good video, thank you.
prasantsp3214 1 year ago
This has been flagged as spam show
Why he used;
using (StreamWriter file = new StreamWriter("c://location", true))
{
file.action
}
and not:
StreamWriter file = new StreamWriter("c://location", true)
file.action
?????????????????????????????????????
will anyhow explain?
7Live7Website 1 year ago
you need to NOT show you changing your namepaces to lesson 7. waste of time at the start of your video.
owenbarke 1 year ago
hahahahaha that was some awesome guitar playing
Geilheid 2 years ago
Good information but I'd like to make two comments that only deal with presentation.
1. If you name folders for the lesson and keep the solution, project and namespace names common, then you do not need to rename them each time. If you are going to name them the way you did, I'd suggest telling your audience you are going to fix the names and then pause the recording to do it.
2. Please don't whisper. Try to keep your voice at a more constant level.
Thanks again for the video.
rocketbass 2 years ago 2
Thanks. I appreciate all comments and tips on how I can improve.
1. I try to make sure that everything I do, no matter how little it is gets captured on the video. My experiences with debugging is that the problems are always little...sometimes simple things that if they had only been documented I could have saved hours if not days.
2. This is what you get when you use a free tool to record the videos.
CSharpGuitar 2 years ago
Comment removed
waqasbcs 9 months ago
Nice stuff, would he nice if the videos got right to the point though!
Lippy8555 2 years ago