Selasa, 07 Februari 2012

[N731.Ebook] Ebook Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton

Ebook Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton

It can be one of your morning readings Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton This is a soft file book that can be survived downloading from on the internet publication. As known, in this innovative age, modern technology will ease you in doing some activities. Even it is just reading the presence of publication soft data of Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton can be extra attribute to open. It is not only to open as well as save in the device. This time in the early morning as well as various other downtime are to check out the book Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton

Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton

Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton



Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton

Ebook Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton

Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton. Bargaining with reading behavior is no need. Reviewing Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton is not type of something marketed that you can take or not. It is a thing that will change your life to life much better. It is things that will provide you lots of things all over the world and this cosmos, in the real life as well as right here after. As what will certainly be provided by this Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton, just how can you bargain with things that has lots of perks for you?

It can be one of your morning readings Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton This is a soft file publication that can be survived downloading and install from online publication. As understood, in this advanced era, innovation will certainly alleviate you in doing some tasks. Also it is just checking out the visibility of book soft documents of Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton can be additional function to open. It is not only to open and save in the gadget. This time around in the morning and also various other spare time are to review guide Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton

Guide Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton will always give you good value if you do it well. Finishing guide Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton to check out will not come to be the only goal. The goal is by getting the positive value from the book up until the end of the book. This is why; you should learn more while reading this Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton This is not only how quickly you check out a book as well as not just has how many you completed the books; it has to do with what you have actually acquired from the books.

Thinking about guide Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton to check out is likewise needed. You could pick guide based on the preferred styles that you such as. It will certainly engage you to like reviewing other books Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton It can be additionally regarding the necessity that obligates you to read the book. As this Cross-Platform .NET Development: Using Mono, Portable.NET, And Microsoft .NET, By Jason King, Mark Easton, you could discover it as your reading publication, even your preferred reading book. So, find your favourite book here as well as get the link to download and install the book soft file.

Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton

* The only booThek that shows how to build cross-platform .NET applications: provides hands-on experience with the revolutionary Mono and Portable.NET projects on Linux and Mac OS X.

* Describes how to build cross-platform GUIs that run on any .NET implementation.

* Promotes best practices through the use of design patterns and automated testing and building tools, such as NUnit and NAnt.

  • Sales Rank: #7355408 in Books
  • Published on: 2004-09-21
  • Released on: 2004-09-21
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.25" h x 1.26" w x 7.52" l, 2.08 pounds
  • Binding: Paperback
  • 560 pages

About the Author
Jason King is a senior programmer and computer consultant who has worked with .NET since its first release. In the past, King also worked with Linux and Mac OS X, making him an ideal author for a book spanning three different sets of tools on three different operating systems. Like Mark Easton, King too has a deliciously twisted sense of humor.

Most helpful customer reviews

9 of 9 people found the following review helpful.
Best Mono book yet
By Jack D. Herrington
I prefer this book to the Mono : Developers Notebook which was also recently published. This book provides a much wider angle view on the .NET cross platform development space. For example, the developers note book covers TK#, this book covers TK# and #WT.

This book is much more architectural in design than the Developers Notebook. So if code is your thing then you may want to evaluate both. I personally prefer architectural perspective because in this case it's more about choosing a direction of development as opposed to learning the structure of the TK# library, which is interesting, but can be gleaned from the online documentation.

This is a must have book for anyone who wants to take their .NET code beyond the confines of the Windows operating system. It's well worth the price of admission.

8 of 8 people found the following review helpful.
alternatives to Microsoft
By W Boudville
Microsoft and cross-platform?! Sounds like an oxymoron. Yet the book shows how .NET has given rise to this. The key step was Microsoft transferring the specifications of C# and .NET's CLI to ECMA and ISO. This lets third parties write compilers that produce IL bytecode and thence to assembly in a given hardware.

So you could write C# code on some platform, like linux. Then with Mono or Portable.NET, produce x86 binaries.

The authors describe the open source Mono and Portable, and compare these with Microsoft's own .NET offerings. They show that Mono and Portable are quite functional. For example, using Portable, you can write in Java, C#, C or VB.NET and compile.

The book goes into some moderate level of detail about CLI. But if you are a programmer in C# or C, say, and you just want to get native binaries, without wanting to know about CLI, the book is still useful. You can safely skip the CLI sections, without losing the gist of what you need to know. For many of us, whatever language we use, we don't need or want knowledge of a specific assembly language.

9 of 10 people found the following review helpful.
Good on principles, shallow on cross-platform libraries.
By Michael J. Ryan
Okay, I got this book mostly to get into issues common to cross platform development. With focus on say, cross-platform gui libraries, and other cross-platform libraries.

In that I was a bit disappointed, but I was very happy to see how many somewhat advanced design principles were covered, and the breadth of this book. I am hoping that they expand into at least a companion book on maybe the Tao libraries, GTK#, wx.Net and other cross-platform libraries for front-end/interface coding.

I've also been reading the Nantz book for "Open Source .Net Development" and found it to be even more broad, and more shallow. Hopefully we will see some books that cover a bit more depth on fewer topics, and more specifically towards open-source cross platform libraries.

It is definately a good book, and covers a lot into the hows, and why's, but not so deep in any of the topics covered that you get a solid grasp on anything beyond design principles... This gives it a Four-Star rating in my book. It's worth a read for a mid-level developer looking to branch out into more serious development, or a development manager looking for better organization into development (cross platform or not). Don't expect to walk away comfortable on any of the tools that are mentioned in the book.

See all 4 customer reviews...

Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton PDF
Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton EPub
Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton Doc
Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton iBooks
Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton rtf
Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton Mobipocket
Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton Kindle

[N731.Ebook] Ebook Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton Doc

[N731.Ebook] Ebook Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton Doc

[N731.Ebook] Ebook Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton Doc
[N731.Ebook] Ebook Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET, by Jason King, Mark Easton Doc

Tidak ada komentar:

Posting Komentar