c# help jbwyatt.com

MSDN / MSDN Library         --         Code Readability


C# Tutors and Reference

Tutors: blackwasp | csharp-station | dotnetperls | c# onLine
Microsoft Videos - beginning developer: tier 1 | tier 2 | tier 3
Microsoft Reference: c# developer | coding 4 fun
Visual Studio: Download Visual Studio | Get HELP using Visual Studio
All about: console programs | windows programs

C# Code: Windows Event Code

Create a C# WINDOWS program
btnOutput_click() windows event procedure
btnHello_click() windows event procedure:: strings
btnAdd_click() windows event procedure:: numbers
btnAddIf_click() windows event procedure:: numbers, if
btnExit_click() windows event procedure
 

C# Code: Console Programs

Create a C# CONSOLE program
HelloWorld.cs :: output text
HelloName.cs :: input string & ouput string
HelloRotate.cs :: ascii graphics, console set cursor position, sleep
SimpleMath.cs :: input #s and convert and add
GlazerCalc.cs :: input #s, convert, output
SimpleMathIfLoop.cs :: input #s and convert and add if, loop
GlazerCalcIfLoop.cs :: loop and validate input
Test.cs :: output result of comparisons
StopWatch.cs :: time how fast code runs
Account.cs :: method(S)
RandomNums.cs :: multiple classes, multiple methods, arrays, loops
diceGame.cs :: multiple methods, arrays, loops

C# Code: Methods for Console and/or Windows

Sum3: add 3 ints and return answer
IsEven: accepts an int and returns true if even
SumRange: calculates the sum of the range from start to end
IsPerfectSquare: accepts an int and reports if it is a perfect square

Windows code from 202 textbook: (see CIS 202 class page)

valid xhtml 1.0