Get the first "hands on" look at C#
- Get the first "hands on" look at C#
- Copyright
- Chapter 1 Introduction to C#
- Why Another Programming Language?
- Summary
Get the first "hands on" look at C#
Be among the first to learn Mirosoft's newest programming language--C# (pronounced C Sharp) courtesy of Sams Publishing. C# is a simple, modern, object oriented, and type-safe language with the simplicity of Basic and the power of C++. InformIT is proud to present a preview of Presenting C#, the first book to teach this powerful new language. This installment includes chapters 1, 7, 8, and 9, followed by three new chapters every other week. Christoph Wille uses his experience as one of the folks who helped test and develop C# to help get experienced programmers up and running quickly. Check out the current chapters from Presenting C# by Christoph Wille.
Presenting C# is a concise tutorial where you will learn:
- The purposes of the C# language
- Improvements over C/C++
- Compatibility issues with existing languages
- The underpinnings of the Universal Run Time (URT)
- Managed verses unmanaged code
- Building C# applications
- C# data types
- Classes including methods, properties, indexers, delegates, and inheritance.
- Control statements including if, switch, for, and foreach
- Namespaces, libraries and assemblies
- Writing a COM+ component with C#
- Exposing COM+ to unmanaged COM clients using C#
- Exception handling
- Debugging and profiling including the use of the CORDBG and ILDASM tools
- Security including permissions, security policy and verification
The source code from the book can be found at samspublishing.com.