Handling Data Using Custom Objects - PowerPoint PPT Presentation

1 / 8
About This Presentation
Title:

Handling Data Using Custom Objects

Description:

Building custom collections. Collection types. Strongly typed collections. Trick out your custom collections. Classes 101. Data Entry Using Objects-Demo ... – PowerPoint PPT presentation

Number of Views:109
Avg rating:3.0/5.0
Slides: 9
Provided by: reidg
Category:

less

Transcript and Presenter's Notes

Title: Handling Data Using Custom Objects


1
Handling Data Using Custom Objects
  • Reid Gorder
  • reidgorder_at_hotmail.com

2
Agenda
  • Classes 101
  • Using classes
  • Data entry demo
  • Groups of objects
  • Building custom collections
  • Collection types
  • Strongly typed collections
  • Trick out your custom collections

3
Classes 101
4
Data Entry Using Objects-Demo
  • Internal app that is used to take inventory
    counts and set prices is used
  • Enter ID, app loads values associated with that
    ID
  • User can change values and save changes

5
Groups of Objects
  • Apps doing lots of data display often need to
    show more than one object at once
  • Data entry may require operation against a number
    of different objects
  • We need a way to work with groups of objects

6
Building Custom Collections
  • Collection Types
  • Queue
  • Stack
  • Hashtable
  • Dictionary
  • Array Demo
  • CollectionBase -Demo
  • Strongly Typed Collections

7
Customizing the custom collection
  • Different Interfaces
  • ICollection
  • Sort-IComparer/IComparable
  • IList
  • IEnumerable/IEnumerator
  • Searching
  • Other useful methods

8
Thank You For Attending
Reid Gorder reidgorder_at_hotmail.com
Write a Comment
User Comments (0)
About PowerShow.com