Cantitate/Preț
Produs

C#: A Beginner's Guide

Autor Pat McGee
en Limba Engleză Paperback – 16 feb 2015
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.


Essential Skills--Made Easy!

C#: A Beginner's Guide offers a step-by-step approach to learning object-oriented programming with C# and the .NET Framework while preparing you for data driven-development. More than 150 easy-to-follow examples are included. The book covers Visual Studio for developmentand debugging, collections and advanced C# structures,LINQ and traditional database development, as well as file, XML, and JSON handling. By the end of the book, you'll have the foundation you need to begin developing advanced data-driven applications in any C#-based platform.
Designed for Easy Learning
  • Key Skills & Concepts--Chapter-opening lists of specific skills covered in the chapter
  • Try This--Hands-on exercises that show you how to apply your skills
  • Notes--Extra information related to the topic being covered
  • Tips--Helpful reminders or alternate ways of doing things
  • Cautions--Errors and pitfalls to avoid
  • Self Test--End-of-chapter quizzes to reinforce your skills
  • Example code with commentary that describes the programming techniques being illustrated
Ready-to-use code at www.mhprofessional.com
Citește tot Restrânge

Preț: 22985 lei

Preț vechi: 31889 lei
-28% Nou

Puncte Express: 345

Preț estimativ în valută:
4402 4763$ 3669£

Carte tipărită la comandă

Livrare economică 12-17 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780071835831
ISBN-10: 0071835830
Pagini: 488
Dimensiuni: 183 x 231 x 25 mm
Greutate: 0.72 kg
Ediția:Adnotată
Editura: McGraw Hill Education
Colecția McGraw-Hill
Locul publicării:United States

Cuprins

PART I: Programming Basics
Ch 1. Introduction to C# Coding and Debugging
Ch 2. Variables, Constants, Enumerations and Arrays
Ch 3. Numeric Operators and Basic Math Methods
Ch 4. Methods and Scope
Ch 5. Conditional Structures and Loops
Ch 6. String Manipulation
Ch 7. Date and Time HandlingPART II: Object-Oriented Programming
Ch 8. Class and Structs
Ch 9. Inheritance
Ch 10. Generic Types and Collections
PART III: Advanced Structures
Ch 11. Delegates, Anonymous Functions and Events
Ch 12. Interfaces
Ch 13. Attributes
Ch 14. Operator Overloading
PART IV: Data-Driven Development
Ch 15. Database Setup
Ch 16. The Entity Framework
Ch 17. LINQ to Entities - Query Syntax
Ch 18. LINQ to Entities - Method-Based Syntax
Ch 19. Traditional Database Development
Ch 20. Join Queries with LINQ to Entities
Ch 21. File Input Output
Ch 22. XML Handling
Ch 23. JSON Handling