50
Used, New, and Out of Print Books - We Buy and Sell - Powell's Books
Cart |
|  my account  |  wish list  |  help   |  800-878-7323
Hello, | Login
MENU
  • Browse
    • New Arrivals
    • Bestsellers
    • Featured Preorders
    • Award Winners
    • Audio Books
    • See All Subjects
  • Used
  • Staff Picks
    • Staff Picks
    • Picks of the Month
    • Bookseller Displays
    • 50 Books for 50 Years
    • 25 Best 21st Century Sci-Fi & Fantasy
    • 25 PNW Books to Read Before You Die
    • 25 Books From the 21st Century
    • 25 Memoirs to Read Before You Die
    • 25 Global Books to Read Before You Die
    • 25 Women to Read Before You Die
    • 25 Books to Read Before You Die
  • Gifts
    • Gift Cards & eGift Cards
    • Powell's Souvenirs
    • Journals and Notebooks
    • socks
    • Games
  • Sell Books
  • Blog
  • Events
  • Find A Store

Don't Miss

  • Proud Voices Sale
  • PNW Authors Sale
  • Powell's Author Events
  • Oregon Battle of the Books
  • Audio Books

Visit Our Stores


Claire Fuller: Books for a Writing Reset: Claire Fuller’s Bookshelf for ‘The Memory of Animals’ (0 comment)
Sometimes in the middle of writing a novel, including The Memory of Animals, I suddenly feel like I don’t know what I’m doing. Not the usual pervading feeling of not knowing what I’m doing, which is a constant companion I’ve learned to live with, but a panicky feeling of being adrift. It’s not so much the story and where it’s going...
Read More»
  • Powell's Staff: Books to Fill the TV-Shaped Hole in Your Heart (1 comment)
  • Theodore McCombs: Impolite Influences: Theodore McCombs’s Bookshelf for ‘Uranians’ (0 comment)

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##

Visual C# 2012 How to Program 5th Edition

by Paul J Deitel, Harvey Deitel
Visual C# 2012 How to Program 5th Edition

  • Comment on this title
  • Synopses & Reviews

ISBN13: 9780133379334
ISBN10: 0133379337
Condition: Standard


All Product Details

View Larger ImageView Larger Images
Ships free on qualified orders.
Add to Cart
$45.00
List Price:$176.00
Used Trade Paperback
Ships in 1 to 3 days
Add to Wishlist
QtyStore
2Cedar Hills

Synopses & Reviews

Publisher Comments

Appropriate for all basic-to-intermediate level courses in Visual C# 2012 programming.

 

Created by world-renowned programming instructors Paul and Harvey Deitel, Visual C# 2012 How to Program, Fifth Edition introduces all facets of the C# 2012 language hands-on, through hundreds of working programs. This book has been thoroughly updated to reflect the major innovations Microsoft has incorporated in Visual C# 2012; all discussions and sample code have been carefully audited against the newest Visual C# language specification.

Students begin by getting comfortable with the C# Express 2012 IDE and basic Visual C# syntax. Next, they build their skills one step at a time, mastering control structures, classes, objects, methods, variables, arrays, and the core techniques of object-oriented programming. With this strong foundation in place, the Deitels introduce more sophisticated techniques, including searching, sorting, data structures, generics, and collections. Throughout, the authors show students how to make the most of Microsoft’s Visual Studio tools. A series of appendices provide essential programming reference material.

Synopsis

Appropriate for all basic-to-intermediate level courses in Visual C# 2012 programming.

Created by world-renowned programming instructors Paul and Harvey Deitel, Visual C# 2012 How to Program, Fifth Edition introduces all facets of the C# 2012 language hands-on, through hundreds of working programs. This book has been thoroughly updated to reflect the major innovations Microsoft has incorporated in Visual C# 2012; all discussions and sample code have been carefully audited against the newest Visual C# language specification.
Students begin by getting comfortable with the C# Express 2012 IDE and basic Visual C# syntax. Next, they build their skills one step at a time, mastering control structures, classes, objects, methods, variables, arrays, and the core techniques of object-oriented programming. With this strong foundation in place, the Deitels introduce more sophisticated techniques, including searching, sorting, data structures, generics, and collections. Throughout, the authors show students how to make the most of Microsoft s Visual Studio tools. A series of appendices provide essential programming reference material.

"


About the Author

Paul Deitel, CEO and Chief Technical Officer of Deitel & Associates, Inc., is a graduate of MIT, where he studied Information Technology. Through Deitel & Associates, Inc., he has delivered hundreds of programming courses to industry clients, including Cisco, IBM, Siemens, Sun Microsystems, Dell, Fidelity, NASA at the Kennedy Space Center, the

National Severe Storm Laboratory, White Sands Missile Range, Rogue Wave Software, Boeing, SunGard Higher Education, Nortel Networks, Puma, iRobot, Invensys and many more. He and his co-author, Dr. Harvey M. Deitel, are the world’s best-selling programming- language textbook/professional book/video authors.

 

Paul was named as a Microsoft® Most Valuable Professional (MVP) for C# in 2012. According to Microsoft, “the Microsoft MVP Award is an annual award that recognizes exceptional technology community leaders worldwide who actively share their high quality, real world expertise with users and Microsoft.”

 

Dr. Harvey Deitel, Chairman and Chief Strategy Officer of Deitel & Associates, Inc., has 50 years of experience in the computer field. Dr. Deitel earned B.S. and M.S. degrees in Electrical Engineering from MIT and a Ph.D. in Mathematics from Boston University. He has extensive college teaching experience, including earning tenure and serving as the Chairman of the Computer Science Department at Boston College before founding Deitel & Associates, Inc., in 1991 with his son, Paul Deitel. The Deitels’ publications have earned international recognition, with translations published in Chinese, Korean, Japanese, German, Russian, Spanish, French, Polish, Italian, Portuguese, Greek, Urdu and

Turkish. Dr. Deitel has delivered hundreds of programming courses to corporate, academic, government and military clients.


Table of Contents

VISUAL C# 2012 HOW TO PROGRAM

Table of Contents

1 Introduction to Computers, the Internet and Visual C#

2 Dive Into® Visual Studio

3 Introduction to C# Apps

4 Introduction to Classes, Objects, Methods and Strings

5 Control Statements: Part 1

6 Control Statements: Part 2

7 Methods: A Deeper Look

8 Arrays; Introduction to Exception Handling 

9 Introduction to LINQ and the List Collection       

10 Classes and Objects: A Deeper Look

11 Object-Oriented Programming: Inheritance         

12 OOP: Polymorphism, Interfaces and Operator Overloading

13 Exception Handling: A Deeper Look       

14 Graphical User Interfaces with Windows Forms: Part 1

15 Graphical User Interfaces with Windows Forms: Part 2

16 Strings and Characters

17 Files and Streams  

18 Databases and LINQ

19 Web App Development with ASP.NET

20 Searching and Sorting

21 Data Structures

22 Generics    

23 Collections

24 Windows 8 UI

25 Windows 8 Graphics and Multimedia

A Operator Precedence Chart            

B Simple Types          

C ASCII Character Set          

Index

ONLINE CHAPTERS AND APPENDICES

26 Windows Phone 8 Case Study     

27 Windows Azure Cloud Computing Case Study    

28 Introduction to Concurrency: async and await

29 XML and LINQ to XML

30 Web App Development with ASP.NET: A Deeper Look

31 Web Services 

32  GUI with Windows Presentation Foundation       

33 WPF Graphics and Multimedia 

34 ATM Case Study, Part 1: Object-Oriented Design with the UML

35 ATM Case Study, Part 2: Implementing an Object-Oriented Design

D Number Systems

E UML 2: Additional Diagram Types

F Unicode®

G Using the Visual Studio Debugger


What Our Readers Are Saying

Be the first to share your thoughts on this title!




Product Details

ISBN:
9780133379334
Binding:
Trade Paperback
Publication date:
03/18/2013
Publisher:
Prentice Hall
Series info:
How to Program (Deitel)
Edition:
5ED
Pages:
979
Height:
1.50IN
Width:
7.00IN
Thickness:
1.50
Illustration:
Yes
Copyright Year:
2013
Author:
Paul Deitel
Author:
Harvey Deitel
Author:
Harvey Deitel
Author:
Paul J Deitel
Media Run Time:
B
Subject:
Computer Languages-C++

Ships free on qualified orders.
Add to Cart
$45.00
List Price:$176.00
Used Trade Paperback
Ships in 1 to 3 days
Add to Wishlist
QtyStore
2Cedar Hills
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
  • Twitter
  • Facebook
  • Pinterest
  • Instagram

  • Help
  • Guarantee
  • My Account
  • Careers
  • About Us
  • Security
  • Wish List
  • Partners
  • Contact Us
  • Shipping
  • Transparency ACT MRF
  • Sitemap
  • © 2023 POWELLS.COM Terms

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##