Intro Week 15

esse quam videri
Jump to: navigation, search

Review for Final

  • Pseudo Code
  • Flow Charting
  • Use VS to create a project and compile
    • Console
    • Windows Form
    • ASPX Web Form
  • C# Basics
    • Compiled vs Interpreted
  • Basic Data Types
    • boolean
    • int, unit etc
    • float, double etc
    • string, char
  • Objects
    • Declare
    • Initialize
    • Assign
    • Scope
  • Operators
    • Logical vs Comparison
    • Expressions
  • Branching Statements
    • If
    • Switch
    • Try/Catch
  • Looping Statements
    • For
    • While
    • Do
    • Foreach
  • Enumerators
  • Arrays and Collections
    • List
  • Stucts
  • Methods
    • Arguments
    • Return Type
    • Simple Overloading
    • Constructors
  • Objects
    • Properties
    • Methods
    • Abstraction
    • Encapsulation
    • Polymorphism
  • Windows Forms
    • Types of Controls
    • Events
  • Web Forms
    • GET and POST
    • Page_Load
    • ViewState
    • Session