C# Overview Flashcards
C# is not case sensitive
Incorrect…C# is case sensitive
What is “ ; “ used for?
It is used to end a sentence
What do curly brackets do (e.g. { } [ ])?
***Create a box defined as a scope
…group statements and declare and assign value
What is type-safe and why do I care?
***CHRIS?
C# is what type of code?
MANAGED code
IDE?
Integrated Development Environment
3 Most Common Types of .Net Apps
Windows apps Web apps Web services (specialized area)
What app can be used for file management?
Visual Studio
What is a SOLUTION in VS?
A SOLUTION is a collection or portfolio of projects
What should you be cautious of when naming files and folders in VS?
Spaces
What is Intelli-sense or intelligent code sense?
It speeds up coding thru auto-completion pop ups when typing
What does Ctrl+F5 do?
***It saves, compiles, and runs code
What are the key parts of .Net architecture?
Create a simple .Net console app in VS
Define the fundamental data types in .Net apps