Kategorier: Alla - databases - accessibility - inheritance - graphics

av Gary Sibbitts för 10 årar sedan

564

IS253 Learning Objectives

The text outlines various learning objectives and topics related to advanced programming and software development. Key areas of focus include Windows Presentation Framework (WPF) with an emphasis on custom controls and incorporating graphics, as well as exploring CRUD functionalities within database management.

IS253 Learning Objectives

IS253 Learning Objectives

Windows Presentation Framework(WPF)

custom controls
graphics

How to put some graphics on WPF.

 

 

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.

"xaml 3d" Video

end-user considerations

localization
accessibility
user assistance

persistence

databases

I will be looking for information on databases
-Clayton Forsman

Clayton Forsman

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

http://www.codeproject.com/Articles/690207/Csharp-Project-on-Database-for-Beginners

http://dev.mysql.com/doc/refman/5.0/en/introduction.html

CRUD functionality

Joe Hight

Joe Hight,
I will search for information on crud.

Simple crud example

reuse

Data by reference -- Sean Dobran

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

abstract clases
interfaces
generics
Subtopic
collections
inheritance
polymorphism

user-defined classes

overloading
constructors
operators

Overloading example

Here's an example of operator overloading

methods

Overloading methods

Here's something on overloading a simple method.

develop/implement
Enum Workaround
design
cohesion
coupling
encapsulation

Kanchan