C# Fundamentals for Absolute Beginners: (08) Operators, Expressions, and Statements…

Iterations allow our applications to loop through a block of code until a condition is satisfied. We cover several different types of iteration statements throughout this series, how to utilize "code snippets" to help remind you of the syntax for this complex statement, and debugging in action.
Full course outline:
Hello
The next line of code:
Console.WriteLine(i.ToString());
is producing the same result as
Console.WriteLine(i);.
What is the difference, or why we should convert to string?
I'm sorry if my question looks to elementary.
Have a nice day.
@domitianus: As you'll come to learn, there's no PRACTICAL difference. We'll cover the reason the second version works when we talk about overloaded methods and how there are 18 different overloads for the WriteLine() method ... each overload taking a different data type (or extra stuff). Hang in there! :)
Thank you.
I do hope you have in project a series about MVC 4 or 5, because I really enjoy watching you explaining things the way you do.
Hi!
I'm learning from your lessons and they are excellent!
After this I'm planning to start learning development for windows phone 8.
Is there any way to get some certification or similar for this?
Thanks!
thanks a lot :).
Hi....
Your tutorials are great.I am just looking for if you have tutorials on windows form.
If yes please send me a link.
Hi Great Explanation
i Want to learn more about .net and C#
Any free Or paid Sources Available?
(must be good like this)
Hello
I want to write code for windowsphone, and I don't know much about c#
when I finish this lessons, what must I do next ???
If I wrote something wrong, please forgive me because I am not speak English well :)
thank you
Hi laiduy98,
you could use this series of Bob Tabor for learning how to code for windosphone:
https://channel9.msdn.com/Series/Windows-Phone-8-1-Development-for-Absolute-Beginners
Forgive me, cause maybe it is just me: however, I am watching your screen and mostly code while you are talking; and if you for instance, use a toolbar icon (command) ... my eyes are still focused on code. So it took me a while to realize you were using toolbar icons (e.g., step over, step into) with commands that were not installed on my toolbar when downloaded, so I needed to customize. At first, I thought you were doing it with your arrows because I am new to this IDE.
I am using version 2017 and receive the following error message:
Error CS0103 The name 'i' does not exist in the current context
How do i correct it?