Minggu, 14 Februari 2010

[B403.Ebook] PDF Download F# for C# Developers (Developer Reference), by Tao Liu

PDF Download F# for C# Developers (Developer Reference), by Tao Liu

Discover the strategy of doing something from several resources. Among them is this book qualify F# For C# Developers (Developer Reference), By Tao Liu It is an effectively recognized book F# For C# Developers (Developer Reference), By Tao Liu that can be referral to review now. This recommended publication is among the all terrific F# For C# Developers (Developer Reference), By Tao Liu compilations that are in this site. You will certainly also discover other title as well as styles from different authors to browse here.

F# for C# Developers (Developer Reference), by Tao Liu

F# for C# Developers (Developer Reference), by Tao Liu



F# for C# Developers (Developer Reference), by Tao Liu

PDF Download F# for C# Developers (Developer Reference), by Tao Liu

F# For C# Developers (Developer Reference), By Tao Liu How can you transform your mind to be more open? There lots of resources that can aid you to improve your thoughts. It can be from the other encounters and tale from some individuals. Book F# For C# Developers (Developer Reference), By Tao Liu is among the trusted resources to obtain. You can find so many books that we discuss here in this site. And also currently, we reveal you among the most effective, the F# For C# Developers (Developer Reference), By Tao Liu

This is why we advise you to consistently visit this web page when you need such book F# For C# Developers (Developer Reference), By Tao Liu, every book. By online, you might not go to get guide store in your city. By this on-line collection, you can locate guide that you truly want to read after for long time. This F# For C# Developers (Developer Reference), By Tao Liu, as one of the recommended readings, oftens be in soft documents, as every one of book collections right here. So, you may likewise not await few days later to get as well as review guide F# For C# Developers (Developer Reference), By Tao Liu.

The soft file means that you need to go to the web link for downloading and install then save F# For C# Developers (Developer Reference), By Tao Liu You have possessed the book to review, you have posed this F# For C# Developers (Developer Reference), By Tao Liu It is not difficult as visiting the book stores, is it? After getting this brief description, with any luck you could download and install one as well as start to read F# For C# Developers (Developer Reference), By Tao Liu This book is extremely easy to check out each time you have the downtime.

It's no any type of mistakes when others with their phone on their hand, and you're too. The distinction may last on the material to open up F# For C# Developers (Developer Reference), By Tao Liu When others open the phone for talking and also talking all points, you can sometimes open as well as check out the soft data of the F# For C# Developers (Developer Reference), By Tao Liu Naturally, it's unless your phone is readily available. You could additionally make or save it in your laptop or computer system that alleviates you to check out F# For C# Developers (Developer Reference), By Tao Liu.

F# for C# Developers (Developer Reference), by Tao Liu

Extend your C# skills to F#—and create data-rich computational and parallel software components faster and more efficiently. Focusing on F# 3.0 and Microsoft Visual Studio 2012, you’ll learn how to exploit F# features to solve both computationally-complex problems as well as everyday programming tasks.

Topics include: C# and F# data structures; F# for functional, object-oriented, and imperative programming; design patterns; type providers; and portable support for Windows 8. You’ll examine real-world applications, including Windows 8-style HTML5 and JavaScript apps, along with cloud and service apps. You’ll write your own type provider. And you’ll see how to expand F# computation power to high-performance GPU computing.

  • Sales Rank: #1506417 in Books
  • Published on: 2013-06-25
  • Original language: English
  • Number of items: 1
  • Dimensions: 8.80" h x 1.40" w x 7.40" l, 2.33 pounds
  • Binding: Paperback
  • 640 pages

About the Author

Tao Liu is a Software Design Engineer in Test (SDET) on the Microsoft F# team. A leader in the F# user community and owner of the Seattle, Washington F# user group, Liu gives video talks on F# design pattern for Microsoft Channel 9 and he’s the main contributor to the F# 3.0 sample package on Codeplex.

Most helpful customer reviews

15 of 19 people found the following review helpful.
the hybrid approach: F# via C# interop
By Andre M. Van Meulebrouck
I like this book because it takes the only approach that I think will work towards gaining more industry acceptance of F#: interop with C#.

Don Syme really puts on his marketing hat (and aptly sets the stage for this book) in his brilliant forward by citing an incontrovertible case for F# over C# due to reliability: no more null exceptions! Hear hear!

Rather than see F# repeat all the man-hours of work that went into creating the designers and project types that C# has (and trying to precisely match all their behaviors and quirks); it makes more sense to leverage C# for those things. That is the approach advocated by this book. There are a lot of things you can do in F# that are ugly, infeasible, or ill-advised in C#; but F# needs C# interop because F# is far from self-sufficient.

The book author states (up front) that this book is for experienced C# developers who understand .NET development and OOP concepts. If you don't currently fit those requirements, get them; then get this book. (I've said it before, and I'll say it again: one needs to be better at C# than the typical professional C# developer, as a prerequisite, before you even begin to think about specializing in F#.)

If you are a C# developer and you have (or think you have) no interest in F#, I would still highly recommend taking a look at this book. (Here's another of my maxims: I think one needs to learn Haskell to really understand F#, and one needs to learn F# to really understand C#.) You will learn C# much more deeply from reading this book. (In particular you will really understand C#'s limitations and what functional programming has to offer.)

The OOP discussion in this book is superb: it shows how F# not only allows OOP, but does it far better than C# (and other OOP languages).

The discussion of design patterns is important; many F# books and materials don't have similar coverage.

While this book is very applied, C# friendly, and .Net friendly; C# programmers will also want to look at Real-World Functional Programming: With Examples in F# and C# (Petricek et al.) for its unique insights into C# and F#. (Note: Petricek is also a coauthor in Functional Programming in F#; which is not yet released.)

Conclusion: if you want to use F# for any type of realistic development (i.e. beyond toy problems and experimentation), this book is highly recommended.

5 of 6 people found the following review helpful.
Good for learning to develop C# in F#
By David A. McGinnis
I first saw this book when wanting to expand my horizons and try out F#. Coming from my current job where I use C# constantly, this book made sense to get. What I realized after reading through it, however, is that this isn't the right way to learn F#.

The book spends the first third of the time talking about the equivalent code between the two languages. By the end of this section, you can write F# code, but it is going to be C# in F#, not F# code. Meanwhile, you are constantly being shown things and told "this is something we will talk about later", since it doesn't have a direct corollary in C#.

Once you get to the F# specific sections, you breathe a sigh of relief, but even then, you aren't given any indication on how the new features could be used, or how they change the way you develop, so maybe you can use it when doing development, but you are still essentially developing C# in F#.

I'll admit that I stopped reading this book mid way though the second part, when he starts getting into topics that seem very esoteric (such as creating your own data provider), where I am not sure I have a need for that functionality. Meanwhile, I'm going to have to get a new resource to figure out just what F# code is supposed to look like, and what developing in F# actually means.

2 of 2 people found the following review helpful.
Unpleasant and Frustrating
By B Smith
F# is a great language, and desperately needs higher quality materials. Even if you tolerate the occasional error in the tables and code, the written explanations are barely passable English. I doubt this book was proofread or edited by a professional.

See all 9 customer reviews...

F# for C# Developers (Developer Reference), by Tao Liu PDF
F# for C# Developers (Developer Reference), by Tao Liu EPub
F# for C# Developers (Developer Reference), by Tao Liu Doc
F# for C# Developers (Developer Reference), by Tao Liu iBooks
F# for C# Developers (Developer Reference), by Tao Liu rtf
F# for C# Developers (Developer Reference), by Tao Liu Mobipocket
F# for C# Developers (Developer Reference), by Tao Liu Kindle

[B403.Ebook] PDF Download F# for C# Developers (Developer Reference), by Tao Liu Doc

[B403.Ebook] PDF Download F# for C# Developers (Developer Reference), by Tao Liu Doc

[B403.Ebook] PDF Download F# for C# Developers (Developer Reference), by Tao Liu Doc
[B403.Ebook] PDF Download F# for C# Developers (Developer Reference), by Tao Liu Doc

Tidak ada komentar:

Posting Komentar