Introduction To Computers, The Internet and Visual C#
Introduction To Computers, The Internet and Visual C#
Introduction To Computers, The Internet and Visual C#
1
Introduction to Computers, the Internet and Visual C#
2009 Pearson Education, Inc. All rights reserved.
OBJECTIVES
In this chapter you will learn: Basic hardware and software concepts. The different types of programming languages. Which programming languages are most widely used. The history of the Visual C# programming language.
OBJECTIVES
The history of the Internet and the World Wide Web. The motivation behind and an overview of Microsofts .NET initiative, which involves the Internet in developing and using software systems.
10
11
Microprocessor chip technology in the late 1970s and 1980s laid the groundwork for the productivity improvements in recent years.
12
13
14
15
+1400593419
+1200274027
2009 Pearson Education, Inc. All rights reserved.
16
Computers cannot understand assembly-language code until it is translated into machine language.
2009 Pearson Education, Inc. All rights reserved.
17
18
19
20
C++ took the C language and provided capabilities for object-oriented programming (OOP).
Objects are reusable software components that model items in the real world.
Object-oriented programs are often easier to understand, correct and modify.
21
22
1.10 Visual C#
C# was designed specifically for the .NET platform as a language that would enable programmers to migrate easily to .NET. C# is object oriented and has access to a powerful class library of prebuilt components. It has roots in C, C++ and Java, adapting the best features of each.
23
1.10 Visual C#
Visual C# is an event-driven, visual programming language. Youll write programs that respond to events such as mouse clicks and keystrokes. Youll also use Visual Studios graphical user interface to drag and drop predefined objects like buttons and textboxes into place.
24
25
26
27
28
29
30
31
32
33
34
35