Zebra0.com

csharpGlossary for C#: introduction

Glossary for C#: introduction

Learn C# (C sharp) in FREE step-by-step lessons.

bug: Bug (Lesson: Introduction to C#)
   A bug is an error in a program. Debugging is the process of finding and fixing the errors.
C# reference: Microsoft Reference: C# Guide(Lesson: Introduction to C#)
   Complete Microsoft Reference for C#
create form app: Create your first Program(Lesson: Introduction to C#)
   Step-by-step instructions for creating a C# windows form application
files in project: Files in your project(Lesson: Introduction to C#)
   Looks at the files that are created as part of a C# project and how to zip the entire folder.
IDE: IDE: Interactive Development Environment (Lesson: Introduction to C#)
   Most modern programming environments allow you to create the program, edit it and run it from one application called the IDE Interactive (or Integrated) Development Environment. Older programming languages required you to work with several separate applications.
introduction review: Active Learning: Review what you have learned(Lesson: Introduction to C#)
   Suggestions for practicing what you have learned.
pictures: Adding Pictures in Hello World Program(Lesson: Introduction to C#)
   Shows how to add a picture for the background and change some settings
pictures changing: Changing Pictures in Hello World Program(Lesson: Introduction to C#)
   Shows some additional setting for the background image
properties design time: Your first Program: Hello World(Lesson: Introduction to C#)
   Shows how to change the text and backcolor of the form at design time.
pseudocode: Pseudocode (Lesson: Introduction to C#)
   Pseudocode is English sentences that tell what you want the program to do. When you are designing a program, you may write the sentence "The ball bounces" but in the actual code you would move the ball up, then back down the same amount.
visual studio install: Install Visual Studio(Lesson: Introduction to C#)
visual studio menu: The Visual Studio Menu(Lesson: Introduction to C#)
   Describes the items you will see on menu after you start a C# project.
Full Glossary