Cantitate/Preț
Produs

Sams Teach Yourself C# in 21 Days: Sams Teach Yourself...in 21 Days (Paperback)

Autor Bradley L. Jones, Bob Powell, Stingray Software
en Limba Engleză Paperback – oct 2001

This book will take you, step by step, through learning C#, the computer industry's newest and most productive language.

  • C# is a new object-oriented language that enables programmers to quickly build a wide range of applications.
  • Anticipating wide adoption due to Microsoft®'s strategy of turning C# over to a standard's body.
  • This book will enable the reader to understand, design and build applications that are compatible with the new Microsoft® .NET framework.
This complete guide covers topics from basic program construction to intermediate level application engineering. Following the 21 Days formula, this book is a three-week intensive course for the beginning programmer who wishes to get started with this exiting new coding standard. The comprehensive lesson plan will enable the reader to understand, design and build applications that are compatible with the new Microsoft® .NET framework. Topics covered include object oriented programming, fundamentals, compiling your code, inheritance, polymorphism, namespaces, .NET base classes, garbage collection, exceptions, debugging, and XML.Bob Powell is Director of Engineering with Stingray Software. His work includes projects on the "Objective Studio" toolkits and a plethora of C# and ASP based applications.
Richard Weeks is a Software Engineer at Stingray were he is currently building Client/Server infrastructure technology utilizing C#, ASP+ and the .NET platform.
Citește tot Restrânge

Preț: 20095 lei

Preț vechi: 25119 lei
-20%

Puncte Express: 301

Preț estimativ în valută:
3850 4180$ 3302£

Carte indisponibilă temporar

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780672320712
ISBN-10: 0672320711
Pagini: 784
Dimensiuni: 187 x 233 x 44 mm
Greutate: 1.26 kg
Ediția:New.
Editura: Sams Publishing
Seria Sams Teach Yourself...in 21 Days (Paperback)

Locul publicării:Indianapolis, United States

Descriere

This book will take you, step by step, through learning C#, the computer industry's newest and most productive language. This complete guide covers topics from basic program construction to intermediate level application engineering. Following "21 days" formula, this book is a three week intensive course for the beginning programmer who wishes to get started with this exiting new coding standard. The comprehensive lesson plan will enable the reader to understand, design and build applications that are compatible with the new Microsoft .net framework.

Cuprins

(NOTE: Each chapter concludes with a Summary, Q&A, and Workshop.)

Introduction.
WEEK 1. AT A GLANCE.
Day 1. Getting Started with C#.
What Is C#? Why C#? C# Versus Other Programming Languages. Preparing to Program. The Program Development Cycle. Your First C# Program. Types of C# Programs.Day 2. Understanding C# Programs.
C# Applications. Basic Parts of a C# Application. Structure of a C# Application. Analysis of Listing 2.1. Object-Oriented Programming (OOP). Displaying Basic Information.Day 3. Storing Information with Variables.
Variables. Using Variables. Understanding Your Computer's Memory. C# Data Types. Numeric Variable Types. Literals Versus Variables. Constants. Reference Types.Day 4. Working with Operators.
Types of Operators. Punctuators. The Basic Assignment Operator. Mathematical/Arithmetic Operators. Relational Operators. Logical Bitwise Operators. Type Operators. The sizeof Operator. The Conditional Operator. Understanding Operator Precedence. Converting Data Types. Understanding Operator Promotion. For Those Brave Enough.Day 5. Control Statements.
Controlling Program Flow. Using Selection Statements. Using Iteration Statements. Using goto. Nesting Flow.Day 6. Classes.
Object-Oriented Programming Revisited. Defining a Class. Class Declarations. Data Members, aka Fields. Static Variables. The Application Class. Properties. A First Look at Namespaces.Day 7. Class Methods and Member Functions.
Getting Started with Methods. Using Methods. Program Flow with Methods. Format of a Method. Passing Values to Methods. Types of Class methods.Week 1. In Review.
The WR01.cs ProgramWEEK 2. AT A GLANCE.
Day 8. Advanced Data Storage: Structures, Enumerators, and Arrays.
Structures. Enumerators. Using Arrays to Store Data.Day 9. Advanced Method Access.
Overloading Methods. Using a Variable Number of Parameters. Scope. Classes with No Objects. Namespaces Revisited.Day 10. Handling Exceptions.
The Concept of Handling Problems. Exception Handling. Adding Finality with finally. Common Exceptions. Defining Your Own Exception Classes. Throwing Your Own Exceptions. checked Versus unchecked Statements.Day 11. Inheritance.
The Basics of Inheritance. Polymorphism and Inherited Classes. Virtual Methods. Working with Abstract Classes. Sealing Classes. The Ultimate Base Class: Object. Using the is and as Keywords with Classes—Class Conversions. Arrays of Different Object Types.Day 12. Better Input and Output.
Understanding Console Input and Output. Formatting Information. Working Closer with Strings. Getting Information from the Console.Day 13. Interfaces.
Interfaces—A First Look. Defining Interfaces. Using Multiple Interfaces. Explicit Interface Members. Deriving New Interfaces from Existing Ones. Hiding Interface Members.Day 14. Indexers, Delegates, and Events.
Using an Indexer. Exploring Delegates. Working with Events. Creating Events.Week 2. In Review.
Enumerations for the Cards. A card Type. A deck Class. The Card Game. Looking at the Entire Deck.WEEK 3. AT A GLANCE.
Day 15. Using the .NET Bases Classes.
Classes in the .NET Framework. Working with a Timer. Getting Directory and System Environment Information. Working with Math Routines. Working with Files. Working with Data Files.Day 16. Creating Windows Forms.
Working with Windows and Forms. Creating Windows Forms. Customizing a Form's Look and Feel. Adding Controls to a Form.Day 17. Creating Windows Applications.
Working with Radio Buttons. Working with List Boxes. Adding Menus to Your Forms. Displaying Pop-Up Dialogs and Forms.Day 18. Web Development.
Creating Web Applications. The Concept of a Component. Web Services. Creating Regular Web Applications.Day 19. Two D's in C#—Directives and Debugging.
What Is Debugging? Types of Errors. Finding Errors. Code Walkthroughs: Tracing Code. Preprocessor Directives. Using Debuggers.Day 20. Operator Overloading.
Overloading Functions Revisited. Operator Overloading.Day 21. A Day for Reflection and Attributes.
Reflection. Attributes. Congratulations!Week 3. In Review.
Apply What You Know. Show What You Know.APPENDIXES.
Appendix A: Answers.
Appendix B: C# Keywords.
abstract. as. base. bool. break. byte. case. catch. char. checked. class. const. continue. decimal. default. delegate. do. double. else. enum. event. explicit. extern. false. finally. fixed. float. for. foreach. get. goto. if. implicit. in. int. interface. internal. is. lock. long. namespace. new. null. object. operator. out. override. params. private. protected. public. readonly. ref. return. sbyte. sealed. set. short. sizeof. stackalloc. static. string. struct. switch. this. throw. true. try. typeof. uint. ulong. unchecked. unsafe. ushort. using. value. virtual. void. while.Appendix C. C# Command-Line Compiler Flags.
Output. Input. Resource. Code Generation. Errors and Warnings. Programming Language. Miscellaneous. Advanced.Appendix D. Understanding Different Number Systems.
The Decimal Number System. The Binary System. The Hexadecimal System.Index.

Notă biografică

Bradley L. Jones is the site manager for a number of high-profile developer sites¿including CodeGuru.com, Developer.com, and Javascripts.com¿and an executive editor of internet.com's EarthWeb channel. Bradley has been working with C# longer than most developers, because he was invited to Microsoft prior to the official beta release. Bradley's background includes experience developing in C, C++, PowerBuilder, SQL Server, and numerous other tools and technologies. Additionally, he is an internationally best-selling author who wrote the original 21 Days book: Sams Teach Yourself C in 21 Days.

Textul de pe ultima copertă

This book will take you, step by step, through learning C#, the computer industry's newest and most productive language. This complete guide covers topics from basic program construction to intermediate level application engineering. Following "21 days" formula, this book is a three week intensive course for the beginning programmer who wishes to get started with this exiting new coding standard. The comprehensive lesson plan will enable the reader to understand, design and build applications that are compatible with the new Microsoft .net framework.