DONG NAI UNIVERSITY OF TECHNOLOGY
DONG NAI UNIVERSITY OF TECHNOLOGY
Introduction to the Visual Studio
2010
Chapter 1:
DONG NAI UNIVERSITY OF TECHNOLOGY
What you
Learn in this
chapter?
What’s the
.NET Framework &
What it contains
What C# is
&How a
C# Program runs
Visual Studio 2010
& C#
DEMO C# Console
DONG NAI UNIVERSITY OF TECHNOLOGY
.Net Framework
[4.0]
Microsoft’s Modern
software development
platform
Support several programming languages:
C# ,VB, C++,F#...
Common Language Runtime (CLR)
Include .NET Framework Class Library(FCL)
DONG NAI UNIVERSITY OF TECHNOLOGY
Programming language use to
create application will run in
the .NET CLR
Why
C# ?
Evolution of the C & C++
languages
Incorporate the best features from
other languages & Clearing up their
problems
Syntax is simple
Directly accessing &
manipulating system memory