Book description
C# was designed from the ground up for development on Microsoft's .NET framework. As such, it's a high-performance language that's simple, safe, object-oriented, and Internet-centric. Programming C#, 3rd Edition teaches this new language in a way that experienced programmers will appreciate--by grounding its applications firmly in the context of Microsoft's .NET platform and the development of desktop and Internet applications. Bestselling author Jesse Liberty has updated this latest edition to reflect the release of Visual Studio .NET 2003 and the .NET Framework 1.1. He's also added an entirely new chapter demonstrating various web forms and web services applications, and enlarged and expanded his coverage of events and delegates in response to numerous reader requests. He's even added tips for programmers coming from VB and C++ backgrounds. The first part of this book introduces C# fundamentals, then goes on to explain:
Classes and objects
Inheritance and polymorphism
Operator overloading
Structs and interfaces
Arrays, indexers, and collections
String objects and regular expressions
Exceptions and bug handling
Delegates and events
Part two of Programming C#, 3rd Edition focuses on development of desktop and Internet applications, including Windows Forms, ADO.NET and ASP.NET. ASP.NET includes Web Forms, for rapid development of web applications, and Web Services for creating objects without user interfaces, to provide services over the Internet. Part three gets to the heart of the .NET Framework, focusing on attributes and reflection, remoting, threads and synchronization, and streams. Part three also illustrates how to interoperate with COM objects. In much the way that you can see the features and personality of the parents and grandparents in young children, you can easily see the influence of Java, C++, Visual Basic, and other languages in C#. The level of information in Programming C#, 3rd Edition allows you to become productive quickly with C# and to rely on it as a powerful addition to your family of mastered programming languages.
Publisher resources
Table of contents
-
Programming C#, 3rd Edition
- Preface
-
I. The C# Language
- 1. C# and the .NET Framework
- 2. Getting Started: “Hello World”
-
3. C# Language Fundamentals
- Types
- Variables and Constants
- Expressions
- Whitespace
- Statements
- Operators
- Namespaces
- Preprocessor Directives
- 4. Classes and Objects
- 5. Inheritance and Polymorphism
- 6. Operator Overloading
- 7. Structs
- 8. Interfaces
- 9. Arrays, Indexers, and Collections
- 10. Strings and Regular Expressions
- 11. Handling Exceptions
- 12. Delegates and Events
-
II. Programming with C#
- 13. Building Windows Applications
- 14. Accessing Data with ADO.NET
- 15. Programming Web Forms and Web Services
- 16. Putting It All Together
-
III. The CLR and the .NET Framework
- 17. Assemblies and Versioning
- 18. Attributes and Reflection
- 19. Marshaling and Remoting
- 20. Threads and Synchronization
- 21. Streams
- 22. Programming .NET and COM
- A. C# Keywords
- Index
- Colophon
Product information
- Title: Programming C#, Third Edition
- Author(s):
- Release date: May 2003
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596004897
You might also like
book
Hacking APIs
An Application Programming Interface (API) is a software connection that allows applications to communicate and share …
book
Designing Machine Learning Systems
Machine learning systems are both complex and unique. Complex because they consist of many different components …
book
Guide to Essential Math, 2nd Edition
This book reminds students in junior, senior and graduate level courses in physics, chemistry and engineering …
book
Five Lines of Code
Five Lines of Code is a fresh look at refactoring for developers of all skill levels. …