BlogFodder Store

Search Advanced SearchView Cart   Checkout   
 Location:  Home » Books » General » Programming .NET 3.5  
Subcategories
Mass Market
Trade

Programming .NET 3.5

Programming .NET 3.5
Authors: Jesse Liberty, Alex Horovitz
Publisher: O'Reilly Media, Inc.
Category: Book

List Price: $44.99
Buy New: $24.58
You Save: $20.41 (45%)



New (43) Used (5) from $22.00

Rating: 4.5 out of 5 stars 6 reviews
Sales Rank: 56067

Format: Illustrated
Media: Paperback
Number Of Items: 1
Pages: 476
Shipping Weight (lbs): 1.7
Dimensions (in): 9.1 x 7 x 1.2

ISBN: 059652756X
Dewey Decimal Number: 005.276
EAN: 9780596527563
ASIN: 059652756X

Publication Date: August 5, 2008
Availability: Usually ships in 1-2 business days
Condition: All orders ship same business day via standard shipping (USPS Media Mail) if received by 1 PM CST.

Similar Items:

  • C# 3.0 Design Patterns
  • Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)
  • Building a Web 2.0 Portal with ASP.NET 3.5
  • Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)
  • ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly))

Editorial Reviews:

Product Description
.NET 3.5 will help you create better Windows applications, build Web Services that are more powerful, implement new Workflow projects and dramatically enhance the user's experience. But it does so with what appears to be a collection of disparate technologies. In Programming .NET 3.5, bestselling author Jesse Liberty and industry expert Alex Horovitz uncover the common threads that unite the .NET 3.5 technologies, so you can benefit from the best practices and architectural patterns baked into this newest generation of Microsoft frameworks. While single-topic .NET 3.5 books delve into Windows Presentation Foundation and the other frameworks in greater detail, Programming .NET 3.5 offers a "Grand Tour" of the release that describes how the four principal technologies can be used together, with Ajax, to build modern n-tier and service-oriented applications. Developers have struggled to implement these patterns with previous versions of the .NET Framework, but this hands-on guide uses real-world examples and fully annotated source code to demonstrate how .NET 3.5 can make it easy. The concepts and technologies that this book covers include: XAML -- Microsoft's new XML-based markup language for UI, used with WPF Windows Presentation Foundation (WPF) -- a new presentation framework and graphics subsystem for Windows that puts Vista-like effect in your grasp Ajax Windows Communication Foundation (WCF) - a new standards-based framework that enables applications to communicate across a network using a variety of protocols Workflow Foundation (WF) -- framework for defining, executing, and managing workflows CardSpace -- framework for managing the identities of your users You'll learn how to useeach of the four frameworks alone and in concert to build a series of meaningful example applications. Examples are written in C#, and all of the source code will be available for download at both the O'Reilly and the authors' site, which offers access to a free support forum. Between them, authors Jesse Liberty and Alex Horovitz have nearly forty years of experience in delivering commercial applications for companies such as Citibank, Apple, AT&T, NeXt, PBS, Ziff Davis, and dozens of smaller organizations. Their combined experience is valuable for telling the story of .NET 3.5 and how it will shorten the development life cycle for applications developers, and enhance your productivity.


Customer Reviews:   Read 1 more reviews...

4 out of 5 stars A good intro to 3.5 technologies   January 2, 2009
With all the new stuff coming out from Microsoft these days, it is hard to keep up. That is why I picked up this book with coverage of all the new technologies: ASP.NET AJAX, Silverlight, WPF, WCF, WF, and LINQ (plus the new C# language features.) It is short and easy to read and gives you an overview of everything and how they fit together.

The introduction to WCF, WF, and LINQ are some of the best out there.

The authors also try to make the claim as to how .NET 3.5 is the first serious release that allows us to follow well formed design patterns. This was a good chapter in the middle of the book (would have been better at the end) and it was a good read, however, the examples were a little too complex than necessary or not realistic enough to portray the point. I fear that they may lose some readers with this chapter.

That said, this is still a great read and I recommend it if you want to learn all of the new technologies.



5 out of 5 stars The fastest way to come up to speed?   September 19, 2008
 3 out of 3 found this review helpful

Some programming books suffer from the Three Little Bears syndrome: they're too detailed or not detailed enough, too conceptual or not conceptual enough, too much of a tutorial or not enough of a tutorial, and so on. The authors of Programming .NET 3.5 solved this problem by establishing clear goals for their book and by combining the insights of a senior program manager at Microsoft (Jesse Liberty) with those of a chief technology officer at an application development firm (Alex Horovitz).

Programming .NET 3.5 takes an integrated approach to Windows Presentation Foundation for Windows applications, Silverlight for delivery of rich internet applications across platforms and browsers, Windows Communication Foundation for web services and service-oriented architectures, Windows Workflow Foundation, CardSpace for user-negotiated identities, and ASP.NET/AJAX for rich client applications. The book's goal is to show how these elements can leverage Model-View-Controller, n-tier, and other long-celebrated architectural patterns while augmenting object-oriented programming with new declarative programming capabilities.

The book is divided into three parts: Presentation Options, Design Patterns (characterized as "an interlude") and The Business Layer.

Presentation Options provides an excellent introduction to eXtensive Application Markup Language, the declarative syntax for desktop-based presentations. This part of the book shows how to build a rich desktop application and later a real-world web-based AJAX-enhanced application using tools that move fluidly between XAML and managed code. Additional topics include an introduction to the Microsoft AJAX library and to the rich interactivity of browser-deployed Silverlight applications.

The Interlude on Design Patterns examines how .NET 3.5 promotes the use of architectural patterns that have only been celebrated with lip service until now.

The Business Layer part of the book shows how to replace ADO.NET classes with Language Integrated Query (LINQ) and defines SOA and shows how to implement SOA with Windows Communication Foundation. Most important, this part of the book presents a complete example of a WCF application and a complete workflow application, and also shows how to apply CardSpace for establishing identity.

Liberty and Horovitz should be commended for setting and then meeting the clearly spelled out goals for their book. The book is well organized and well written, and it follows the time-honored principle of moving from the simple to the complex. Assuming you've installed .NET Framework 3.5 and Visual Studio 2008, then this book just might be the very fastest way to bring yourself up to speed on Microsoft's latest.



5 out of 5 stars Excellent resource for .NET 3.5!   September 11, 2008
 2 out of 2 found this review helpful

I just finished reading Programming .NET 3.5 from O'Reilly. The book, published in August, is an overview of the latest .NET Framework revision. You'll get an introduction to the topics that have been introduced along the way that include technology from .NET 2.0, .NET 3.0, and the latest version; .NET 3.5. Also included are libraries such as ASP.NET MVC and Silverlight.

You can easily pick up this book and enjoy the introductions to technologies such as Windows Communication Foundation, Windows Workflow Foundation, Windows Presentation Foundation, ASP.NET MVC, and Silverlight. Each of these topics are presented in a way that will be familiar to .NET developers. New developers, without experience in .NET, will be able to take a lot away from this book. It certainly will do more for the developer who already has a .NET background, no matter how brief it is.

That said, if you only pick up the book for the introduction to each technology, you'll be missing the best that this book has to offer. Unlike most technology books these days, this book explains the topics within the context of best practices and real world scenarios. For example, prior versions of ASP.NET did not promote decoupled architectures. In fact, it made it difficult to achieve them. With the technology available in .NET 3.5, modeling and implementing proper architectures is encouraged and facilitated by the framework. This book will show you how that works in .NET 3.5 and introduce you to the technologies at the same time.

I highly recommend this book. It will be on my desk for easy reference for my .NET projects in the future.



4 out of 5 stars Recommended for .Net developers and intermediate programmers   September 10, 2008
 1 out of 1 found this review helpful

The book is very useful if you are interested in working with XML. It starts step by step and get harder through the book. The book itself is designed for intermediate level or experts. I don't recommend this book for beginners in XML. Part two of the book talks about design patterns, and the third part tells the programmer how to work with databases and about the state machine. It is harder than the first and second parts and readers should be more proficient than beginner or intermediate level. The examples are really very helpful, and you can play with the code easily and understand from it lots of features.
I didn't finish the whole book but I enjoyed reading most of it. I recommend it .Net developers and intermediate programmers who have played with C# or visual basic.



4 out of 5 stars A tour of .NET 3.5   September 7, 2008
 2 out of 2 found this review helpful

This book is very different than most of the book I have purchased on .NET because it covers XAML, Windows Presentation Foundation (WPF), Silverlight, Ajax, Windows Communication Foundation (WCF), Workflow Foundation (WF), CardSpace, as well as the industry standard patterns Microsoft has incorporated in these technologies.

None of the technologies are gone into in great depth, and I thought I would be slamming them for that, but I can't because they tell us upfront they don't do that. I also can't do that because they did a great job of making this a roller coaster ride through the .NET 3.5 Framework. Meaning they point out some really cool stuff in one part of it, and then speed off to another part of it to show off the cool stuff there.

I would suggest you have somewhat of a background with .NET 3.5. You don't have to, but it helped me because I could easily place the book's topics into the proper context.

The authors do a good job introducing some of the key patterns found in the .NET Framework. It is the same as the rest of the book, they look at one cool view of the pattern and then speed off to the next one.

The code samples shown in the book are available on line, and they are well organized and very usable.

All in all I have enjoyed reading the book. I would recommend this book to anyone who has been trying to get a grip on all the different features in .NET 3.5. They will get a cool glimpse into each area.


[ powered by full speed ]
Ads