Ksišżki informatyczne

Strona główna
Bestsellery
Pomoc
Regulamin
Odbiór osobisty
Kontakt
Koszyk
» Informatyka
» Informatyka po angielsku





Znak akceptacji PayPal
Ksiazki - Informatyczne .pl » informatyka » informatyka

C# How to Program

 C# How to ProgramWydawnictwo: prentice hall
Liczba stron: 1648
Oprawa: miękka
ISBN: 0-13-204361-0
Czas dostawy: 4 - 6 tygodni (na zamówienie)
Nasza cena: 394,00 zł  


Opis C# How to Program:

For courses on C# programming found in departments of Computer Science, CIS, MIS, IT, Business, Engineering and Continuing Education.
An exciting addition to the How to Program series, C# How to Program provides a comprehensive introduction to Microsoft's new object-oriented language. C# builds on the skills already mastered by countless C++ and Java programmers, enabling them to create powerful Web applications and components-ranging from XML-based Web services on Microsoft's .NET™ platform to middle-tier business objects and system-level applications. C# How to Program gives students the strong foundation in introductory and intermediate programming principles they'll need in industry. Mastering C# will allow them to create complex systems-using fewer lines of code and reducing the chance for error. The end result is faster development at a decreased cost-and optimum adaptability that makes it easy to keep up with the evolving Web.

- Up to the minute with Visual Studio 2005, C# 2.0 and .NET 2.0.
- Updated and enhanced coverage of XML, ADO.NET, ASP.NET and Web services.
- Extensive use of Visual Studio 2005's new visual programming tools that
tremendously reduce the amount of code programmers need to write in ADO.NET
and ASP.NET applications. These tools enable programmers to develop powerful
ADO.NET and ASP.NET applications quickly and easily.
Major pedagogic enhancements:
- Strong coverage of topics for both computer science students and
professionals.
- Early classes and objects approach. This was widely reviewed and carefully
developed under the guidance of a large team of distinguished academic and
professional reviewers.
- Integrated GradeBook case study. We use this case study throughout
Chapters 4-8 as part of our early classes and objects approach.
- Integrated ATM case study. Professionals will appreciate this 90+ page
case study that teaches object-oriented design (OOD) with the Unified
Modeling Language (UML) 2.0.


Spis treści C# How to Program:

Preface
Before You Begin
1. Introduction to Computers, the Internet and C#
2. Introduction to the Visual C# 2005 Express IDE
3. Introduction to Visual C# Programming
4. Introduction to Early Classes and Objects
5. Control Statements Part 1
6. Control Statements Part 2
7. Methods: A Deeper Look
8. Arrays
9  Classes and Objects: A Deeper Look
10 Object-Oriented Programming: Inheritance
11 Object-Oriented Programming: Polymorphism
12 Exception Handling
13. Graphical User Interface Concepts: Part 1
14. Graphical User Interface Concepts: Part 2
15. Multithreading
16. Strings, Characters and Regular Expressions
17. Graphics and Multimedia
18. Files and Streams
19. XML
20. Database, SQL and ADO.NET
21. ASP.NET, Web Forms and Web Controls
22. Web Services
23. Networking: Stream-Based Sockets
24. Searching and Sorting
25. Data Structures
26. Generics
27. Collections
A. Operator Precedence Chart
B. Number Systems
C. Visual Studio .NET Debugger
D. ASCII Character Set
E. UnicodeR
F. Introduction to XHTML: Part1
G. Introduction to XHTML: Part 2
H. HTML/XHTML Special Characters
I. HTML Colors
J. ATM Case Study Code
K. UML Diagrams
L. Simple Types