IS253 Big Kahuna

m

user-defined classes

design

encapsulation

a

Kanchan

a

coupling

cohesion

develop/implement

Enum Workaround

a

overloading

methods

Overloading methods

r

Here's something on overloading a simple method.

a

operators

Overloading example

r

Here's an example of operator overloading

a

constructors

a

extending

extension methods

ad

reuse

polymorphism

a

inheritance

a

collections

a

generics

a

Subtopic

interfaces

a

examples

ad

abstract clases

Data by reference -- Sean Dobran

r

Referencing and Dereferencing usable data across fields. CS50 lecture notes for pointers and dereferencing in C (A good explanation of what happens when you dereference data):http://d2o9nyf4hwsci4.cloudfront.net/2013/fall/lectures/4/w/notes4w/notes4w.html

a

Windows Presentation Framework(WPF)

a

graphics

r

How to put some graphics on WPF.  

a

Joe Hight

r

Joe Hight,I will look into WPF graphics.There is space for a web link to the right of the note with a active link. The Icon is not showing.

a

"xaml 3d" Video

a

custom controls

ad

labels

textboxes

Custom Textbox tutorial

r

Haven't been able to get this to work yet. The .dll compiles but doesn't work in a test project.

a

buttons

toggleButton

r

This is code for a simple toggle button, with a class.Comes from attached Akadia website under "custom controls"

d

create custom controls video

a

Subtopic

pictureboxes

Custom Picture Box

a

radio buttons

CustomPlayerChoiceControl

access resources to
represent player
choice options

linked to current
game choices

provide user with ability to
select pictures by group

RPS as hands

RPS as objects

RPS as text

end-user considerations

user assistance

Subtopic

accessibility

localization

persistence

Program Settings

r

I have added an example that shows how to access project settings. See the RectangleConsole project in the attached zipped solution.

d

databases

r

I will be looking for information on databases -Clayton Forsman

CRUD functionality

Joe Hight

r

Joe Hight,I will search for information on crud.

Simple crud example

a

Clayton Forsman

c2r

The two links in my comment are for mysql database usage. The website I worked for used mysql.

a

game resources

assets

analog

text based

multimedia

sound

pictures

a

resolution

size

video

configuration

contexts

PaperRockScissors

tic-tac-toe

state/statistics

users

risks

shift binding from
compile-time
to
run-time