Case Study – Category Codes Management

Case Study – Category Codes

About Category and Code Management

The Category Code case study uses the concept of categories and corresponding codes. This is a fundamental data structure that is used in programming. The video and assignment links below all use this case study in its various embodiments.

You use categories and codes all the time. A simple example could be the category: States with the corresponding codes: FL, GA, TX, etc… This case study goes over the database structure and code necessary to manage categories and codes.

Lectures

Video Page 
Description 
Creating-a-Simple-Category-Code-Management-System   
Introduction to the concept of categories and codes. 
Coding-the-CCMS-Part-1  
Coding-the-CCMS-Part-2  
Coding-the-CCMS-Part-3  
Creating-the-CCMS-Web-ServiceHow to create a web service to expose the capability of the CCMS
Lecture – How To – Get an Insert Identity from a SqlDataSourceThis uses a CCMS example in demonstrating the how-to