Essential C# 4.0 und über 1 Million weitere Bücher verfügbar für Amazon Kindle . Erfahren Sie mehr


oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
oder
Mit kostenloser Probeteilnahme bei Amazon Prime. Melden Sie sich während des Bestellvorgangs an. Erfahren Sie mehr
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
oder
gegen einen Amazon.de Gutschein über EUR 10,45 eintauschen?
Essential C# 4.0 (Microsoft .Net Development)
 
 
Beginnen Sie mit dem Lesen von Essential C# 4.0 auf Ihrem Kindle in weniger als einer Minute.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Essential C# 4.0 (Microsoft .Net Development) [Englisch] [Taschenbuch]

Mark Michaelis

Preis: EUR 33,95 kostenlose Lieferung. Siehe Details.
  Alle Preisangaben inkl. MwSt.
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Auf Lager.
Verkauf und Versand durch Amazon.de. Geschenkverpackung verfügbar.
Nur noch 2 Stück auf Lager - jetzt bestellen.
Lieferung bis Mittwoch, 30. Mai: Wählen Sie an der Kasse Morning-Express. Siehe Details.

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 22,48  
Taschenbuch EUR 33,95  
Gutschein erhalten
Tauschen Sie jetzt Essential C# 4.0 (Microsoft .Net Development) gegen einen Amazon-Gutschein in Höhe von EUR 10,45 ein - einlösbar für Tausende von Artikeln bei Amazon.de. Entdecken Sie mehr eintauschbare Bücher im Bücher Trade-In Shop. Bitte beachten Sie die Teilnahmebedingungen.

Jetzt für Amazon Student anmelden und um 20% erhöhten Eintauschwert sichern.
Dieses Buch gibt es in einer neuen Auflage:
Essential C# 5.0 (Microsoft .Net Development Series) Essential C# 5.0 (Microsoft .Net Development Series)
Derzeit nicht verfügbar.

Wird oft zusammen gekauft

Essential C# 4.0 (Microsoft .Net Development) + Effective C# (covers C# 4.0): 50 Specific Ways to Improve Your C (Effective Software Development) + C# in Depth
Preis für alle drei: EUR 97,85

Verfügbarkeit und Versanddetails anzeigen

Die ausgewählten Artikel zusammen kaufen
  • Auf Lager.
    Verkauf und Versand durch Amazon.de.
    Kostenlose Lieferung. Details

  • Effective C# (covers C# 4.0): 50 Specific Ways to Improve Your C (Effective Software Development) EUR 26,95

    Auf Lager.
    Verkauf und Versand durch Amazon.de.
    Kostenlose Lieferung. Details

  • C# in Depth EUR 36,95

    Auf Lager.
    Verkauf und Versand durch Amazon.de.
    Kostenlose Lieferung. Details


Kunden, die diesen Artikel gekauft haben, kauften auch


Produktinformation


Mehr über den Autor

Mark Michaelis
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Mark Michaelis auf Amazon

Produktbeschreibungen

Pressestimmen

Praise for Essential C# 4.0 "If you want to be a C# developer, or if you want to enhance your C# programming skills, there is no more useful tool than a well-crafted book on the subject. You are holding such a book in your hands." --From the Foreword by Charlie Calvert, Community Program Manager, Visual C#, Microsoft "It's essential!" --Eric Lippert, Senior Engineer, Microsoft; coauthor, Visual Studio Tools for Office 2007 "Essential C# 4.0 continues the tradition of prior editions--the definitive work on C# the language and how to effectively code using it. This book covers all aspects of the language, from the basics to highly advanced topics; the reader doesn't just emerge understanding the language of C#, but emerges as a better developer. --Troy Magennis, C# MVP and creator of HookedOnLINQ.com "I've been involved with C# since its earliest days and remember vividly a conversation with Anders Hejlsberg in which we discussed what C# didn't have when compared to C++ at the time. He spoke of simplicity and compact design but it was plain that C# didn't have the muscle to compete with C++ in those early days. Here we are, almost a decade later, with the latest incarnation of C# ready to go and the difference is huge. The elegance of C# is still there but the power of the language has advanced by leaps and bounds. Now, C# is second to none and may be first among equals. An important aspect to remember is that C# is the language but it is the .NET framework that empowers our expression as developers. Essential C# 4.0 presents both the language and the important aspects of that framework in a clear and concise manner that makes this book a great tool for learning the language and also covers aspects of general programming that are, well, essential." --Bob Powell, C# MVP, www.bobpowell.net "Essential C# 4.0 is a book that anyone who wants to be an expert C# programmer should own. It's a rare book that is on both my short list of books that I recommend for experts and my short list of books that I recommend for programmers new to C#." --Peter Ritchie, President, Peter Ritchie Inc. Software Consulting; Microsoft C# MVP "Let Mark Michaelis serve as your guide from novice to expert C# developer. If you've never used C#, read this book carefully for a complete guided tour of the language. If you're already familiar with C#, you'll still find plenty to learn. Mark's coverage of the language is very complete, including the latest techniques in the C# 4.0 additions. This book is and will remain within easy reach. It's a ready reference that every C# developer should have handy." --Bill Wagner, Founder, SRT Solutions; Microsoft Regional Director; author of Effective C# and More Effective C#

Kurzbeschreibung

Essential C# 4.0 is a well-organized,"no-fluff" guide to all versions of C# for programmers at all levels of C# experience. This fully updated edition shows how to make the most of C# 4.0's new features and programming patterns to write code that is simple, yet powerful. This edition contains two new chapters on parallel programming, multi-threading, and concurrency, as well as extensive coverage of new C# 4.0 features: dynamic typing, variance, optional/named parameters, and many other new topics. Mark Michaelis covers the C# language in depth, illustrating key constructs with succinct, downloadable code examples. Graphical "mind maps" at the beginning of each chapter show what material is covered and how individual topics interrelate. Topics intended for beginners and advanced readers are clearly marked, and the book includes indexes of C# versions (2.0, 3.0, and 4.0), which make it easy for readers to reference topics specific to a given release of C#. Following an introduction to C#, readers learn about * Best practices for object-oriented programming in C# * C# primitive data types, value and reference types, implicitly typed variables, anonymous types, plus dynamic typing in C# 4.0 * Methods and parameters--including extension methods, partial meth-ods, and C# 4.0's optional and named parameters * Generics, concurrent collections, and custom collections with iterators * Delegates, events, and lambda expressions * Collection interfaces and standard query operators * Query expressions and the tree expressions on which LINQ providers are based * Reflection, attributes, and dynamic programming * Parallel Query Processing with PLINQ * Multithreaded programming with the Task Parallel Library * Platform interoperability and unsafe code * The Common Language Infrastructure that underlies C# Whether you're just starting out, are an experienced developer moving to C#, or are a seasoned C# programmer seeking to master C# 4.0's most valuable enhancements, Essential C# 4.0 will help you write high-quality, highly effective code.

Welche anderen Artikel kaufen Kunden, nachdem sie diesen Artikel angesehen haben?


In diesem Buch (Mehr dazu)
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis
Hier reinlesen und suchen:

Vorgeschlagene Tags zu ähnlichen Produkten

 (Was ist das?)
Setzen Sie den ersten relevanten Tag hinzu (ein Schlüsselwort, das mit diesem Produkt in engem Zusammenhang steht).
 
(2)
(2)

 

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  16 Rezensionen
20 von 22 Kunden fanden die folgende Rezension hilfreich
A Great Book, Just Make Sure It's What You Need 6. Mai 2010
Von Dave K - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This is an excellent book about C# the language. Please read that again, as I can see a lot of people mistake what this book is - it is NOT a book about .Net (although it definitely is related to that) or about any specific frameworks that _use_ C#, such as WPF or ASP.Net or anything like that. It's a book about the C# language itself. And assuming that's what you want, it's a really well done book. It also clearly points out what C# features are in/from the different versions of C# much, much better than any other book I've ever seen.

I'm not going to give an overview of the chapters, as you can already see what those are in the information section above. The coverage of every topic is very thorough, and the writing and sample code are both of high quality. If I had to complain about something here, it would be that some things which seem like "advanced" topics aren't marked as such all the time, while others are.

This book is a great reference, but you'll probably want it along with another book about something you want to _do_ with C#. You can use that other book (about WPF or ASP or whatever) to guide you along what you want to do and then use this one as a guide to C#. If you're new to C# or moving over from other languages (as I am), then you might want to read this first (yes, this is a long read, but it's worth it), then go to the other book, and only consult this one again when needed.

Oh, one last note. This book actually mentions MONO much more than other books like it, which is a nice touch.
11 von 13 Kunden fanden die folgende Rezension hilfreich
Excellent Book for Harnessing the C# Language 17. Juli 2010
Von Jason Morse - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
Essential C# 4.0 is a well written, high quality book receiving a well deserved placement on my reference bookshelf. The author has done an excellent job focusing on the C# language itself without becoming buried in the .NET libraries. In other words how to use the C# language and its constructs to harness .NET.

When I got the book I first started reading the introduction and continued will into the first chapter. It was such an easy read that I pretty much read the whole book from front to back. Even in the early chapters, such as flow control, I was finding myself picking up features or behaviors that I had previously overlooked or plainly forgotten. In addition to including the latest C# 4.0 features such as parallel task library, a dedicated C# 4.0 table of contents lists the new features and patterns so I can quickly catch up. An interesting feature is the mind map at the beginning of every chapter visually representing its contents. I like that how different options of solving a specific problem are detailed but the author goes further with recommendations based on best practices (for example, the Dispose pattern). Code example changes are highlighted as topics are flushed out to easily show the implementation revisions. Historical information is a nice touch to add context (for example, the origin of iterators).

I recommend using this book in tandem with other high quality reference books on .NET libraries, .NET framework design guidelines, common language runtime (CLR), and software development processes.

I prefer having a physical copy of my favorite books that I can hold, bookmark, sketch notes, etc. along with an easily searchable electronic version. My largest criticism of the book is with the the publisher - Addison Wesley. The back cover advertises "free online edition with purchase of this book." Reading the fine print inside you discover that it's actually a 45-day trial for Safari Books Online website. I would much rather have the PDF version available for little to no charge that some other publishers offer.
4 von 4 Kunden fanden die folgende Rezension hilfreich
A Rare Find 13. April 2011
Von Neil Laslett - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
It's rare to find a tech book that is this well written. The ideas are all clearly laid out and explained, without a lot for window dressing "for dummies". This book is smart and moves forward at a good pace (not too fast, not too slow). If you're working in C# (in any capacity) and want to really wrap your head around the language - including some of the more unique or esoteric points - this is the book you've been looking for. Granted, it doesn't go into many of the technologies that use C# (such as ADO.NET) but that's not what this book is for. It's for really learning the language.

If you feel like you've been faking your way through your projects, only partially understanding more advanced topics like interfaces, inheritance, and delegates, please get this book. It will make you better in every aspect of your work, much to your own relief (and those who follow after).

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar


Datenschutzerklärung von Amazon.de Versandbedingungen von Amazon.de Umtausch- & Rücknahme bei Amazon.de