Verwandte Artikel zu Head First c# (A Brain Friendly Guide)

Head First c# (A Brain Friendly Guide) - Softcover

 
9780596514822: Head First c# (A Brain Friendly Guide)

Inhaltsangabe

Book by Stellman Andrew Greene Jennifer

Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.

Reseña del editor

Head First C# is a complete learning experience for object-oriented programming, C#, and the Visual Studio IDE. Built for your brain, this book covers C# 3.0 and Visual Studio 2008, and teaches everything from language fundamentals to advanced topics including garbage collection, extension methods, and double-buffered animation. You'll also master C#'s hottest and newest syntax, LINQ, for querying SQL databases, .NET collections, and XML documents. By the time you're through, you'll be a proficient C# programmer, designing and coding large-scale applications.

Every few chapters you will come across a lab that lets you apply what you've learned up to that point. Each lab is designed to simulate a professional programming task, increasing in complexity until-at last-you build a working Invaders game, complete with shooting ships, aliens descending while firing, and an animated death sequence for unlucky starfighters. This remarkably engaging book will have you going from zero to 60 with C# in no time flat.

Biografía del autor

Jennifer Greene studied philosophy in college but, like everyone else in the field, couldn't find a job doing it. Luckily, she's a great software tester, so she started out doing it at an online service, and that's the first time she got a good sense of what project management was. She moved to New York in 1998 to test software at a financial software company. She managed a team of testers at a really cool startup that did artificial intelligence and natural language processing. Since then, she's managed large teams of programmers, testers, designers, architects, and other engineers on lots of projects, and she's done a whole bunch of procurement management. She loves traveling, watching Bollywood movies, drinking carloads of carbonated beverages, and owing a whippet. For more information about Jennifer, Andrew Stellman, and their books, visit http://www.stellman-greene.com.

„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.

  • VerlagO'Reilly
  • Erscheinungsdatum2007
  • ISBN 10 0596514824
  • ISBN 13 9780596514822
  • EinbandTapa blanda
  • Anzahl der Seiten738

Gebraucht kaufen

Zustand: Befriedigend
Used book that is in clean, average... Mehr zu diesem Angebot erfahren

Versand: Gratis
Innerhalb der USA

Versandziele, Kosten & Dauer

In den Warenkorb

Weitere beliebte Ausgaben desselben Titels

9789351103530: Head First C#, 3Rd Edition: A Learner's Guide To Real-World Programming With C#, Xaml, And .Net [Paperback] STELLMAN

Vorgestellte Ausgabe

ISBN 10:  9351103536 ISBN 13:  9789351103530
Softcover

Beste Suchergebnisse beim ZVAB

Beispielbild für diese ISBN

Stellman, Andrew, Greene, Jennifer
ISBN 10: 0596514824 ISBN 13: 9780596514822
Gebraucht Softcover

Anbieter: Better World Books, Mishawaka, IN, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: Good. Used book that is in clean, average condition without any missing pages. Artikel-Nr. GRP102290831

Verkäufer kontaktieren

Gebraucht kaufen

EUR 6,95
Währung umrechnen
Versand: Gratis
Innerhalb der USA
Versandziele, Kosten & Dauer

Anzahl: 2 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Stellman, Andrew; Greene, Jennifer
ISBN 10: 0596514824 ISBN 13: 9780596514822
Gebraucht Paperback

Anbieter: BooksRun, Philadelphia, PA, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback. Zustand: Good. 1. Ship within 24hrs. Satisfaction 100% guaranteed. APO/FPO addresses supported. Artikel-Nr. 0596514824-11-1

Verkäufer kontaktieren

Gebraucht kaufen

EUR 8,75
Währung umrechnen
Versand: Gratis
Innerhalb der USA
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Stellman, Andrew, Greene, Jennifer
Verlag: O'Reilly Media, 2007
ISBN 10: 0596514824 ISBN 13: 9780596514822
Gebraucht Softcover

Anbieter: Wonder Book, Frederick, MD, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: Good. Good condition. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains. NOT AVAILABLE FOR SHIPMENT OUTSIDE OF THE UNITED STATES. Artikel-Nr. J07N-00950

Verkäufer kontaktieren

Gebraucht kaufen

EUR 9,26
Währung umrechnen
Versand: Gratis
Innerhalb der USA
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Andrew Stellman
ISBN 10: 0596514824 ISBN 13: 9780596514822
Gebraucht Paperback

Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback. Zustand: Good. Finally, there's a bright alternative to the legions of dull C# tutorials. "Head First C#" gives beginning programmers a way to learn Microsoft's popular object-oriented language without boring you with a pile of dry technical material. Through its visually rich format proven to stimulate both learning and retention, this unusual book takes you through C# fundamentals and how the language works to create user interfaces, databases, and more.You can forget about memorizing. "Head First C#" is strictly hands-on. From page one, you interact with the material through plenty of graphics, games, puzzles and more. Once you get the gist of several concepts presented, you apply what you've learned in a series of task-based labs interspersed throughout the book. And by the time you finish, you will actually understand C# so you can apply it in the real world." Head First C#" teaches you all about:* object-orientation-building objects and learning how they relate to each other; variables - primitive data types, references, and custom data types; hashtables - how C# let's you save data in files and databases; user interfaces - simple rules for building interfaces that are intuitive and easy to use; exceptions - catching errors when they happen and writing code so there are fewer of them; good programming habits-refactoring, unit testing, and test-driven development; web services 101 - how your programs can get in touch with the rest of the world; debugging and deploying - catching bugs and building install packages.Every few chapters you will come across a lab that lets you apply what you've learned up to that point. Each lab is designed to simulate a professional programming task, increasing in complexity until-at last-you build a big honking application that puts everything together. This remarkably engaging book will have you going from zero to 60 with C# in no time flat. The book has been read but remains in clean condition. All pages are intact and the cover is intact. Some minor wear to the spine. Artikel-Nr. GOR002838066

Verkäufer kontaktieren

Gebraucht kaufen

EUR 6,10
Währung umrechnen
Versand: EUR 5,73
Von Vereinigtes Königreich nach USA
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Andrew Stellman
ISBN 10: 0596514824 ISBN 13: 9780596514822
Gebraucht Paperback

Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback. Zustand: Fair. Finally, there's a bright alternative to the legions of dull C# tutorials. "Head First C#" gives beginning programmers a way to learn Microsoft's popular object-oriented language without boring you with a pile of dry technical material. Through its visually rich format proven to stimulate both learning and retention, this unusual book takes you through C# fundamentals and how the language works to create user interfaces, databases, and more.You can forget about memorizing. "Head First C#" is strictly hands-on. From page one, you interact with the material through plenty of graphics, games, puzzles and more. Once you get the gist of several concepts presented, you apply what you've learned in a series of task-based labs interspersed throughout the book. And by the time you finish, you will actually understand C# so you can apply it in the real world." Head First C#" teaches you all about:* object-orientation-building objects and learning how they relate to each other; variables - primitive data types, references, and custom data types; hashtables - how C# let's you save data in files and databases; user interfaces - simple rules for building interfaces that are intuitive and easy to use; exceptions - catching errors when they happen and writing code so there are fewer of them; good programming habits-refactoring, unit testing, and test-driven development; web services 101 - how your programs can get in touch with the rest of the world; debugging and deploying - catching bugs and building install packages.Every few chapters you will come across a lab that lets you apply what you've learned up to that point. Each lab is designed to simulate a professional programming task, increasing in complexity until-at last-you build a big honking application that puts everything together. This remarkably engaging book will have you going from zero to 60 with C# in no time flat. A readable copy of the book which may include some defects such as highlighting and notes. Cover and pages may be creased and show discolouration. Artikel-Nr. GOR005098153

Verkäufer kontaktieren

Gebraucht kaufen

EUR 6,10
Währung umrechnen
Versand: EUR 5,73
Von Vereinigtes Königreich nach USA
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Andrew Stellman
ISBN 10: 0596514824 ISBN 13: 9780596514822
Gebraucht Paperback

Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback. Zustand: Very Good. Finally, there's a bright alternative to the legions of dull C# tutorials. "Head First C#" gives beginning programmers a way to learn Microsoft's popular object-oriented language without boring you with a pile of dry technical material. Through its visually rich format proven to stimulate both learning and retention, this unusual book takes you through C# fundamentals and how the language works to create user interfaces, databases, and more.You can forget about memorizing. "Head First C#" is strictly hands-on. From page one, you interact with the material through plenty of graphics, games, puzzles and more. Once you get the gist of several concepts presented, you apply what you've learned in a series of task-based labs interspersed throughout the book. And by the time you finish, you will actually understand C# so you can apply it in the real world." Head First C#" teaches you all about:* object-orientation-building objects and learning how they relate to each other; variables - primitive data types, references, and custom data types; hashtables - how C# let's you save data in files and databases; user interfaces - simple rules for building interfaces that are intuitive and easy to use; exceptions - catching errors when they happen and writing code so there are fewer of them; good programming habits-refactoring, unit testing, and test-driven development; web services 101 - how your programs can get in touch with the rest of the world; debugging and deploying - catching bugs and building install packages.Every few chapters you will come across a lab that lets you apply what you've learned up to that point. Each lab is designed to simulate a professional programming task, increasing in complexity until-at last-you build a big honking application that puts everything together. This remarkably engaging book will have you going from zero to 60 with C# in no time flat. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. Artikel-Nr. GOR002078428

Verkäufer kontaktieren

Gebraucht kaufen

EUR 6,10
Währung umrechnen
Versand: EUR 5,73
Von Vereinigtes Königreich nach USA
Versandziele, Kosten & Dauer

Anzahl: 5 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Andrew Stellman
Verlag: O'Reilly Media, 2007
ISBN 10: 0596514824 ISBN 13: 9780596514822
Gebraucht Softcover

Anbieter: medimops, Berlin, Deutschland

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: good. Befriedigend/Good: Durchschnittlich erhaltenes Buch bzw. Schutzumschlag mit Gebrauchsspuren, aber vollständigen Seiten. / Describes the average WORN book or dust jacket that has all the pages present. Artikel-Nr. M00596514824-G

Verkäufer kontaktieren

Gebraucht kaufen

EUR 6,16
Währung umrechnen
Versand: EUR 9,00
Von Deutschland nach USA
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Andrew Stellman
Verlag: O'Reilly Media, 2007
ISBN 10: 0596514824 ISBN 13: 9780596514822
Gebraucht Softcover

Anbieter: medimops, Berlin, Deutschland

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: very good. Gut/Very good: Buch bzw. Schutzumschlag mit wenigen Gebrauchsspuren an Einband, Schutzumschlag oder Seiten. / Describes a book or dust jacket that does show some signs of wear on either the binding, dust jacket or pages. Artikel-Nr. M00596514824-V

Verkäufer kontaktieren

Gebraucht kaufen

EUR 6,36
Währung umrechnen
Versand: EUR 9,00
Von Deutschland nach USA
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Foto des Verkäufers

Stellman, Andrew
Verlag: Oâ²Reilly, 2007
ISBN 10: 0596514824 ISBN 13: 9780596514822
Gebraucht Softcover

Anbieter: WeBuyBooks, Rossendale, LANCS, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: Good. Most items will be dispatched the same or the next working day. Artikel-Nr. wbs7221301190

Verkäufer kontaktieren

Gebraucht kaufen

EUR 6,15
Währung umrechnen
Versand: EUR 9,37
Von Vereinigtes Königreich nach USA
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb