Nearly every modern application requires structured logic to make decisions and manage repetitive tasks. In this course, Controlling Program Flow in C#, you’ll learn to use different types of C# statements to control the execution flow of your apps. First, you’ll explore how statements form the building blocks of C# code, and use simple statements and expressions to calculate values and handle logical comparisons. Next, you’ll discover how to use conditional selection statements to create branching paths of logic in your apps. Finally, you’ll learn how to manage repetitive tasks and work with sets of data using loops and iteration statements. When you’re finished with this course, you’ll have the skills and knowledge of C# statements needed to control the logic and flow of meaningful applications.
You May Also Like
What’s New in ASP.NET Core 6.0
- byAlex Wolf
- December 11, 2021
The ASP.NET platform has seen major changes over the last several years, due to the split between ASP.NET…
Code Analysis in Visual Studio 2019
- byAlex Wolf
- June 5, 2019
Application source code can often deteriorate in quality as projects grow in complexity. In this course, Code Analysis…
Create an Azure Logic App
- byAlex Wolf
- September 10, 2020
In this lab, you’ll practice creating Azure Logic Apps. When you’re finished, you’ll understand how to automate workflows…