Your Custom Text Here Contents Programming in Any LanguageWelcome to “Programming in Any Language”What Programming Language Should I Learn First?Learn C#C# OverviewSpeed TrackSpeed Track LessonsWhat We are Going to BuildObviously We Need the LanguageGotta Have a PlanYou Use the IDE to Create Your ProjectLet’s Set Up the FormTime to Name the ComponentsCode Form_LoadCode the EXIT ButtonCode the ADD ButtonCode the CLEAR ButtonCode the EDIT ButtonCode the CANCEL ButtonCode the UPDATE ButtonCode a Method to Minimize all that Button Flipping CodeCode the SAVE ButtonCode the LOAD ButtonCode the DELETE ButtonSpeed Track Wrap-UPGetting the Software FreeDownloading the SoftwareThe BasicsLessonsThe Visual Studio 2022 IDEThe Text Box and String VariablesHow String Variables are StoredString ConcatenationVariable ScopeHow Numeric Variables are StoredMathSimple Exception HandlingThe Random Number GeneratorOdds and EndsApplicationsFlash Card Application Part 1Flash Card Application Part 2Flash Card Application Part 3Flash Card Application Part 4ToolsDownloading the LanguageThe DebuggerMoving Your ApplicationDecisionsLessonsDecision Structure IntroductionThe IF StatementThe IF/ELSE StatementNesting Decision StructuresIF/ELSE/IFLogical OperatorsPreventing Data Conversion ExceptionsInput Validation (Range Checking)The SWITCH StatementList Box IntroRadio ButtonsCheck BoxBoolean VariablesApplicationsMagic 8 Ball and the List BoxToolsThe DebuggerMoving Your ApplicationLoopsLessonsIntroduction to LoopsList Box Intro (review)The While LoopApplicationsCelsius to Fahrenheit Table - Part 1Celsius to Fahrenheit Table - Part 2ToolsFlowcharting