Miscellaneous
How do I read a double value from the console in C#?
Corrections
Visual Studio Line Colors
Some lines are not marked, some with yellow and others with green.
Unmarked lines are lines the compiler supplied when the project was created - was NOT entered by the programmer.
Yellow lines are line that the compiler supplied and was edited and changed back to the original statement.
Green lines have been edited or added by the programmer after the project has been created.
lines 9, 18, and 30 were commented and then the comments were removed.
Chapter 1
Search Links
Video search for History of Computers
Video search for History of Computer Programming Languages
Video search for Difference between Application and System Software
Video search for Software Development Life Cycle
Video search for Difference between Structured Programming and Object Oriented Programming
Video search for What is .NET Framework
Video search for What Makes C# Different
Video search for What Types of Applications can you Build with C#
Types of Programming Methodologies - There are many types of programming methodologies prevalent among software developers.
Chapter 2 Search Links
video search for bits and bytes explained
video search for binary number system
video search for kilobyte megabyte gigabyte terabyte petabyte
video search for identifiers and variables in c# csharp
video search for types classes objects c# csharp
Video search for c# predefined data types
Search for integral data types c# csharp
Search for floating point types c#
Search for decimal types c#
Search for boolean variables c#
Search for declaring strings c#
Search for constants in c#
Search for Increment and Decrement Operations
Search for compound assignment Operations in c#
Search for assignment statements in c#
Search for order of operations in c#
Search for mixed expressions in c#
Search for typecasting in c#
Search for fomatating output in c#
Search for width specifier in c#
Search for c# coding standards and best programming practices
Tutorials
C# App Temperature Conversion Example Part 1C# App Temperature Conversion Example Part 02 math formulas
C# Lists part 2 Listbox and Datasource
C# Lists part 3 ListBox loops bindingsource and sorting C# List of Friends Part 2
C# Lists part 4 While Loop Tutorial with tryparse try and catch Loan calculator
ListBox in Windows Forms C#
Basic List Box, C# visual studio
Updated: Wednesday, January 26, 2022 9:01 AM