C# by Dissection
Home > Computing and Information Technology > Computer programming / software engineering > Programming and scripting languages: general > C# by Dissection: The Essentials of C# Programming: United States Edition
C# by Dissection: The Essentials of C# Programming: United States Edition

C# by Dissection: The Essentials of C# Programming: United States Edition


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

C# by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C# programming language. C# is a modern, object-oriented language that enables programmers to quickly build a wide range of applications for the new Microsoft .NET platform, which allows them to be invoked across the Internet, from any language running on any operating system. This book presents the concepts of the programming process using the “dissection” method. Dissection is a unique pedagogical tool first developed by the author to point out key features of program code. It is similar to a structured walk-through of the code, with the intention of explaining newly encountered programming elements and idioms as found in working code. The book can be used by first time computer users or by experienced programmers who are transitioning to C#. Each chapter presents a number of carefully explained programs, which lead the reader in a holistic manner to ever-improving programming skills. Right from the start, the reader is introduced to complete programs, and at an early point in the book, the reader is introduced to writing functions as a major feature of structured programming.

Table of Contents:
(Each chapter concludes with a Summary, Review Questions, and Exercises.) 1. Writing a C# Program. Getting Ready to Program. A First Program. Problem Solving: Recipes. Algorithms—Being Precise. Implementing Our Algorithm in C#. Writing and Running a C# Program. Interrupting a Program. Typing an End-of-File Signal. Software Engineering: Style. Dr. P's Prescriptions. C# Compared with Java and C++. 2. Native Types. Program Elements. Comments. Keywords. Identifiers. Literals. Operators and Punctuators. Console Input/Output. Program Structure. Redirection. Simple Types. Declaration and Initialization. The Implicit Conversions. The Explicit Conversions. Enumeration Types. Expressions. Precedence and Associativity of Operators. The Dot Operator name.name. Relational, Equality, and Logical Operators. Software Engineering: Debugging. Dr. P's Prescriptions. C# Compared with Java and C++. 3. Statements. Assignment and Expressions. The Statement Block. The if and if-else Statements. The while Statement. The for Statement. The do Statement. The reak and continue Statements. The switch Statement. The goto Statement. Software Engineering: Debugging. Dr. P's Prescriptions. C# Compared with Java and C++. 4. Methods: Functional Abstraction. Method Invocation. Static Method Definitions. The return statement. Scope of Variables. Top-Down Design. Problem Solving: Random Numbers. A Simulation: Probability Calculations. Invocation and Call-By-Value. Call-By-Reference. The out Parameter. Recursion. Problem Solving: Mathematical Methods. Method Overloading. Programming Style. Software Engineering: Program Correctness. Dr. P's Prescriptions. C# Compared with C++ and Java. 5. Arrays. One-Dimensional Arrays. Indexing an Array Element. Array Initialization. Array Member Length. An Example: Summing an Array. Passing Arrays to Methods. The System.Array.Copy() Method. Finding the Minimum and Maximum of an Array. The foreach statement. Array Methods and Properties. A Simple Sorting Method. Searching an Ordered Array. Recoding BinarySearch recursively. Big-Oh: Choosing the Best Algorithm. Type and Array. Booleans: The Sieve of Eratosthenes char:Counting characters with a buffer. double:Overloading Accumulate(). Two-Dimensional Arrays. Two-dimensional Initializer Lists. Jagged Two-dimensional arrays. An Elementary Simulation: The Game of Life. The Game of Life: Design. The Game of Life: Implementation. Software Engineering. Array loop idioms. Counting from Zero. Debugging and Testing Code. Dr. P's Prescriptions. C# Compared with Java and C++. 6. Classes and Abstract Data Types. Type class , Operator dot, and new(). Member Access Operator. INSTANCE Methods. Access: Private and Public. An Example: Customer. Class Scope. The dot Operator, namespaces and class names. Nested Classes. The standard class string. An Example: Flushing. The this Reference. static Members. const Members. A Container Class Example: CharStack. Properties AND DATA Hiding. Software Engineering: Class Design. Trade-Offs in Design. Unified Modeling Language (UML) and Design. Dr. P's Prescriptions. C# Compared with Java and C++. 7. Constructors, Conversions, and Operator Overloading. Classes with Constructors. The Default Constructor. Improving the Point Class. Constructing a Stack. The Copy Constructor. Classes with Destructors. Members That Are Class Types. Polymorphism Using Method Overloading. ADT Conversions. Overloading and Signature Matching. Overloading Operators. Unary Operator Overloading. Binary Operator Overloading. Static Constructors. Software Engineering: When to Use Overloading. Dr. P's Prescriptions. C# Compared with Java and C++. 8. Inheritance. A Derived Class. More Unified Modeling Language (UML). A Student ISA Person. virtual methods: Dynamic Determination. Overloading and Overriding Confusion. A Canonical Example: Class shape. Abstract Base Classes. Everyone's ancestor class Object. Methods and boxing/unboxing. Generic methods. An Example: Predator-Prey simulation. Interfaces. Interface and Multiple Inheritance. Odds and Ends. Sealed Classes. is and AS. internal access. Labeling derived methods new. Software Engineering: Inheritance and Design. Dr. P's Prescriptions. C# Compared with Java and C++. 9. Input/Output. Console Output. Formatted Output. User-Defined Types: Output and Format(). ToString overriding. Creating a user defined format. Console Input. StandARd Methods for characters. Console Input for an Array. Files. Text Files. Example: A word count program. Network IO. Software Engineering: I/O. Dr. P's Prescriptions. C# Compared with Java and C++. 10. Exceptions and Program Correctness. Using the Assert()method. C# Exceptions. Throwing Exceptions. Rethrown Exceptions. Exception Expressions. Exception Object Standard Methods. try Blocks. Handlers. Finally Code. Converting Assertions to Exceptions. Standard Exceptions. Software Engineering: Exception Objects. Dr. P's Prescriptions. C# Compared with Java and C++. 11. Container Classes. Self-Referential Structures. A Linked List Implementation of a Stack. A Doubly Linked List. More Operations on Lists. Implementing ToString()for Class IntDList. A Generic Stack. Iterators. Using Iterators to Implement the method Append(). Deleting objects. Software Engineering: Code Reuse. Dr. P's Prescriptions. C# Compared with Java and C++. 12. OOP Using C#. OOP Language Requirements. ADTs: Encapsulation and Data Hiding. Reuse and Inheritance. Polymorphism. OOP: The Dominant Programming Methodology. Designing with OOP in Mind. Class-Responsibility-Collaborator. CRC Cards. Design Patterns. A Further Assessment of C++. Why C++ Is Better Than Java. A Short Rebuttal. Software Engineering: Last Thoughts. Dr. P's Prescriptions. C++ Compared with Java. Appendix A: ASCII Character C des. Appendix B: Operator Precedence and Associativity. Appendix C: String Library. C.1 Constructors. C.2 Methods. C.3 Global Operators. Appendix D: Visual Studio for C#. Appendix E: Advanced Topics. E.1 Preprocessor Directives. E.2 Debugging with assertions using diagnostics library. E.3 Delegates. E.4 Params Signature.


Best Sellers


Product Details
  • ISBN-13: 9780201876673
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Pearson
  • Language: English
  • Spine Width: 26 mm
  • Weight: 930 gr
  • ISBN-10: 0201876671
  • Publisher Date: 22 Nov 2002
  • Binding: Paperback
  • No of Pages: 624
  • Sub Title: The Essentials of C# Programming: United States Edition
  • Width: 231 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
C# by Dissection: The Essentials of C# Programming: United States Edition
Pearson Education (US) -
C# by Dissection: The Essentials of C# Programming: United States Edition
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

C# by Dissection: The Essentials of C# Programming: United States Edition

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!