Learn C# (C sharp) in FREE step-by-step lessons.
Module 15: The Pizza Project
We will do a large project in several steps.
Zebra Pizza has a variety of toppings that change regularly.
Instead of creating check boxes for the toppings at design time, the program reads in a list of toppings and the prices and generates the check boxes dynamically.

Goals:
- Create and access controls Dynamically;
- Display Pizza Toppings from File;
- Find total Cost of Pizza
Objectives:
- Create an application with dynamically created controls;
- Understand how to access controls that are created dynamically.
Please study the material at each of the links below.
- Create a file for the toppings
- Create the form for the Pizza App
- Read the file and add the check boxes dynamically
- Calculate Cost of pizza
Glossary for pizza lesson
Full Glossary