Practical Mono 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
Practical Mono (Expert's Voice in Open Source)
 
 
Beginnen Sie mit dem Lesen von Practical Mono auf Ihrem Kindle in weniger als einer Minute.

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

Practical Mono (Expert's Voice in Open Source) [Englisch] [Gebundene Ausgabe]

Mark Mamone

Statt: EUR 52,99
Jetzt: EUR 49,90 kostenlose Lieferung. Siehe Details.
Sie sparen: EUR 3,09 (6%)
  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 1 Stück auf Lager - jetzt bestellen.
Lieferung bis Freitag, 1. Juni: Wählen Sie an der Kasse Morning-Express. Siehe Details.

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 29,95  
Gebundene Ausgabe EUR 49,90  

Hinweise und Aktionen

  • Studienbücher: Ob neu oder gebraucht, alle wichtigen Bücher für Ihr Studium finden Sie im großen Studium Special. Natürlich portofrei.


Wird oft zusammen gekauft

Kunden kaufen diesen Artikel zusammen mit Mono: A Developer's Notebook EUR 20,29

Practical Mono (Expert's Voice in Open Source) + Mono: A Developer's Notebook
Preis für beide: EUR 70,19

Einer der beiden Artikel ist schneller versandfertig. Details anzeigen

  • Dieser Artikel: Practical Mono (Expert's Voice in Open Source)

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

  • Mono: A Developer's Notebook

    Auf Lager. Zustellung kann bis zu 2 zusätzliche Tage in Anspruch nehmen.
    Verkauf und Versand durch Amazon.de.
    Kostenlose Lieferung. Details


Produktinformation


Produktbeschreibungen

Kurzbeschreibung

The Mono project is an open source implementation of the groundbreaking Microsoft .NET platform, backed by Novell and supported by thousands of contributors from around the world. Practical Mono offers readers a detailed examination of Mono and its many facets, such as building GUI-based applications with Gtk#, database interaction ADO.NET, and creating powerful applications with XML and Web Services. By embracing this implementation, users are able to take advantage of the powerful development paradigm, building Internet-enabled cross-platform applications based on freely available, open source technologies. It includes a briefing on the C# language, so even novice .NET programmers stand to gain plenty from this practical guide.

Synopsis

Practical Mono offers you a detailed portrait of Mono and its many facets. You'll learn about building GUI-based applications with Gtk#, database interaction with ADO.NET, and powerful applications with XML and web services. By embracing this implementation, you can take advantage of the powerful development paradigm, building Internet-enabled cross-platform applications based on open source technologies. This book includes a primer on C#, so even if you're a novice .NET programmer, you will still gain plenty from this practical guide.

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


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

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

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:  7 Rezensionen
14 von 15 Kunden fanden die folgende Rezension hilfreich
Detailed Review 26. Januar 2006
Von Hisham Mardam Bey - Veröffentlicht auf Amazon.com
Format:Gebundene Ausgabe
At first glance, you would think that Practical Mono is yet another

introductory book about C# and Mono, but all of that drastically

changes the moment you look at the book's table of contents and see

the variety of topics it covers and the lengths to which the author

goes to describe the more important details.

The book gently eases the into what .NET and Mono are giving a

historical background for each. What I found very interesting is the

fact the author takes time to explain about .NET in the real world,

and ties this to Mono to give the reader a clear idea of how any why

Mono was started and what the reader can do to participate in this

effort.

Since a lot of people using Mono might be coming from a traditional

.NET environment, the author expects those people to be used to

certain development tools. To that effect, the second chapter in the

book is dedicated to introducing the reader to development tools that

can be used with Mono, especially Mono Develop. This gives the reader

some heads up about what can be used instead of their conventional

development tools and makes sure you start off on solid grounds.

Having gotten the user all set up and ready for action, the book then

moves on to introduce the author to C#. This is a subtle introduction

that eases the user into what C# is and how the language works.

Chapter 3 comes in very handy when you want to brush up on your C#

skills or are new to C#. the author continues to give the reader more

information about C# in a more detailed fashion in Chapter 4,

"Learning C#: Beyond the Basics". This chapter goes into some

nitty-gritty detail about C# classes, exceptions, and all round more

advanced C# topics.

Chapter 5 moves into the more exotic areas of .NET that deal with the

CLR, IL, assemblies, and the general assembly cache (GAC). This

chapter is very helpful if the reader wishes to acquire in depth info

of how the .NET environment works. Other discussed topics here are

garbage collection, application domains, and the class library. This

is one of those chapters that make this book an excellent

recommendation for both novice and advanced users of C# and .NET.

The first 5 chapters have made sure the user is very knowledgeable

about what Mono is, what .NET is, what C# is, and how all of them

relate to each other. They have also explained C# and introduced the

reader to its syntax and advanced features. Starting with Chapter 6,

the "Practical" bit from the books title starts to kick in quite

strongly. If its a book with both theoretical and real world

information that you want, then the coming chapters are really going

to quench your thirst.

Chapter 6 goes right into the heart of on of .NET's most desired

features, Windows Forms. The author explains what Windows Forms is,

what GDI+ is, how to implement a good user interface, and gives real

world examples of how to do all of that introducing the reader to

Windows Forms' various controls. A nice section that is mentioned in

several chapters is the "Whats New in Version 2.0?" section that

informs the reader about what to expect in the new version of .NET in

regard to that particular topic.

Because the author knows that not all people will be using Windows

Forms to design their graphical interfaces, he goes into GTK+ and

Glade and takes up a complete chapter explaining what they are and how

they can be used instead of Windows Forms. Chapter 7 serves as a

gentle introduction to the GTK+ and Glade world, and makes sure the

uses knows how to pick between Windows Forms and the GTK+ / Glade

combination.

After finishing Chapter 7, the user has a very good idea about how to

design a complete graphical user interface using freely available

tools (Windows Forms in Mono, and GTK+ / Glade using GTK# in Mono).

The author now moves on to describe ADO.NET, a heavily used feature of

.NET which is also available through Mono. This chapters enlightens

the reader and explains all aspects of using ADO.NET in applications

to connect and utilize databases. The particular example is geared

towards installing MySQL. Explanation is given both for Linux and

Windows, which also shows that Mono can be used as a .NET alternative

on Windows.

Since XML is constantly referred to as a "hot topic", the author does

not let us down and dedicates a complete chapter to discussing XML and

Mono. If the reader is new to XML, then he / she will be pleased to

find out that an explanation to what XML is and its history is given

at the beginning of Chapter 9: Using XML. The chapter deals with

looking at XML documents and traversing them. The author shows us a

real world example by applying this knowledge to create an RSS feed

class library.

Chapter 10 is for those of us with enthusiasm for networking and

remoting. This chapter, "Introducing Networking and Remoting", starts

by explaining what networks are and their general concepts, then dives

into how we can do networking related programming in .NET. We apply

this knowledge later on and create an RSS feed handler.

Another heavily used feature in .NET is ASP.NET. Chapter 11: Using

ASP.NET, explains what ASP.NET is, how it works internally, and how to

use it. This chapter shows the reader how to set up a web server for

ASP.NET (both the XSP web server and an external web server) and moves

on to show the user how a web service can be written. A lot of readers

will find this chapter very useful as web services seem to be an

increasing and expanding field right now.

Finally in Chapter 12: Using Advanced Mono Techniques, the author

dives into such topics like performance tuning, reflection, and using

threads. Advanced readers will particularly like this chapter as it

handles some of the "harder" more demanding features of .NET.

This book not only serves as a great learning experience that shows

you how things are done in the real world, it also as a general good

reference for C#, .NET, and Mono and several of their features.

Definitely one you should have in your bookshelf right by your work

desk.

I enjoyed reading Mark's book, and I would recommend it to

people that are either getting into .NET / Mono or have some

experience but would like to further it.
9 von 9 Kunden fanden die folgende Rezension hilfreich
Good Beginners Book 7. Januar 2006
Von Jason Redding - Veröffentlicht auf Amazon.com
Format:Gebundene Ausgabe
I have used .NET before but only in a limited capacity and I was interested in using .NET on Mono. I therefore found the C# primer useful, but obviously not a replacement for a dedicated book. However, the step by step way in which I was introduced to key topics was intuative and easy to understand and its coverage of most .NET topics was comprehensive, especially given the constraints of a single book.
5 von 5 Kunden fanden die folgende Rezension hilfreich
Brilliant Starter to Intemediate book 20. Februar 2006
Von Leigh - Veröffentlicht auf Amazon.com
Format:Gebundene Ausgabe
I picked up this book, hoping it would be to the usual APress standard and I wasn't disappointed. I've played with .NET on the Windows platform before but had often wished that this technology would be made available on Open Source.

When Mono was introduced, I wanted to get my hands dirty but not start learning all the facets of .NET from scratch and without having to go through the trauma of understanding the implications, how GTK+ may hook in etc.

I was therefore overjoyed to find that this book covered all of this and more and using a practical book project rather than theoretical examples. It starts gently which I was happy to go through as I picked up a tip here and there. The C# primer chapters were comprehensive and I use them to as a reference guide.

Then we went into chapters that covered ADO.NET, ASP.NET, XML, Networking and much much more. The Author has not only covered the essentials but added tips along the way and these proved very useful in ensuring that I was following a standard path.

At the end of the book, I feel comfortable with .NET and Mono and its all within the familiar surroundings of Open Source. How could it get any better!

I'd therefore recommend this book to anybody wanting to no more and .NET, Mono and more.

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