Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Variable Definition « Language Basics « C# / C Sharp
C# / C Sharp
Language Basics
Variable Definition
1.
Declaring a variable.
2.
Initializing a variable.
3.
Variable default name
4.
Heap and Stack Memory
5.
Two reference type variables may refer (or point) to the same object
6.
Create a 4-bit type called Nybble
7.
Use new with a value type
8.
Init variable
9.
An attempt to reference an uninitialized variable
10.
Illustrates variable scope
11.
Demonstrate the use of readonly variables
12.
Uninitialized Values
13.
Int, float, double, decimal
14.
Demonstrate dynamic initialization
15.
Demonstrate block scope
16.
Demonstrate lifetime of a variable
17.
This program attempts to declared a variable in an inner scope
18.
Demonstrate casting
19.
A promotion surprise
20.
Using casts in an expression
21.
Create an implication operator in C#
22.
declaring a reference type variable and creating an object the variable will reference
23.
Definite Assignment and Arrays
24.
Variable Scoping and Definite Assignment:Definite Assignment