Jump to ratings and reviews
Rate this book

Programmieren mit C#

Rate this book
Jesse Liberty's Programming C# provides an adept and extremely well conceived guide to the C# language and is written for the developer with some previous C++, Java, and/or Visual Basic experience.

It's no secret that many computer books are pretty much devoid of an authorial personality. This title is a winning exception. The author is able to weave in clever examples (using such topics as his own long experience in computing, his dog, Star Trek, etc.) without being coy or getting in the way of presenting real technical information. Liberty's wide experience in computers and general writing skill shows, as he is able to draw on a wealth of examples to move his text forward.

These are a couple of goals at work in Programming C#. First, it's an excellent language tutorial, certainly one of the smartest and best available guides to C# as a language. Early chapters explore basic and obscure language options using inheritance, delegation, interface, and the conventions in C# used to implement these techniques. The middle part of the book turns toward the .NET Framework itself, with two useful (and somewhat introductory) chapters on both Windows Forms and Web Forms, for standalone and Web-based applications, respectively.

Later sections crank up the technical knowledge again with several advanced topics on understanding .NET assemblies and deployment in detail, as well as "reflection" APIs that allow .NET programs to essentially modify their code at run time. (One technique, reflection emit, which literally writes bytecodes, will definitely interest expert readers, though it's unlikely most programmers will need to do this.) Final sections look at the .NET stream classes (rivaled only by Java's for complexity). Liberty looks at basic file and network I/O as well as how objects get serialized and marshaled both for SOAP and Web services and "normal" .NET remoting.

The author's sure hand here in navigating the difficult waters of C# and .NET makes for a relatively concise text that is chock-full of useful information on C#. Filled with notably clever and inventive examples, this book is possibly this veteran computer author's best title to date, and it's sure to be a noteworthy resource as experienced developers tackle C# for the first time. --Richard Dragan

Topics covered:

Introduction to C# and the .NET platform A "Hello World" example in C# Tutorial to C# as an object-oriented programming language (types and variables, operators, namespaces, and preprocessor directives) Defining classes in C# (including static members, finalizers, overloading, and read-only fields) Inheritance and polymorphism implemented in C# Operator overloading Structures in C#, interfaces, arrays, and indexers Built-in .NET collections, strings, and regular expression support Structured exception handling Delegate and events Introduction to programming with Windows Forms ADO.NET database APIs (including basic XML support) Quick introduction to Web Forms and ASP.NET used with C# Introduction to Web services (SOAP, WSDL, and Discover services described) In-depth guide to .NET assemblies (including metadata, versioning, private and shared assemblies) C# support for attributes and reflection (including reflection emit techniques) Marshaling and remoting (with and without SOAP) Threads and synchronization Tutorial to C#/.NET streams (including basic I/O techniques, Web streams, and serialization) COM and .NET interoperability

706 pages, Paperback

First published July 8, 2001

18 people are currently reading
145 people want to read

About the author

Jesse Liberty

101 books91 followers
Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen Pluralsight & LinkedIn Learning courses.

He currently works for CNH writing APIs.
He was a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS.

He has been a Microsoft MVP for 13 years.

His most recent book is Writing APIs with .NET (Packt 2024)

You can find him at https://jesseliberty.com/find-me, and see his bio at https://jesseliberty.com/bio

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
35 (17%)
4 stars
86 (44%)
3 stars
57 (29%)
2 stars
12 (6%)
1 star
5 (2%)
Displaying 1 - 7 of 7 reviews
Profile Image for Denis.
4 reviews
December 7, 2019
Solid base. Do you want code in C#? If yes, that book is mandatory.
Profile Image for Richard.
8 reviews
September 20, 2008
As always the O'Reilly programming series is one of the best ways to learn a new programming language. Coming straight into this book from 'VB.Net in a Nutshell' and 'ASP.Net in a Nutshell' I was able to quickly get up to speed and was writing equivalent C# code the same day the book was purchased.
1 review
Read
July 23, 2016
nice..
This entire review has been hidden because of spoilers.
Displaying 1 - 7 of 7 reviews

Can't find what you're looking for?

Get help and learn more about the design.