or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
44 used & new from $28.63

Have one to sell? Sell yours here
 
   
Professional C# 2008 (Wrox Professional Guides)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Professional C# 2008 (Wrox Professional Guides) (Paperback)

~ Christian Nagel (Author), (Author), Jay Glynn (Author), Morgan Skinner (Author), (Author)
Key Phrases: base class libraries, web parts, creation time, Visual Studio, Visual Basic, Windows Forms (more...)
4.3 out of 5 stars  See all reviews (19 customer reviews)

List Price: $59.99
Price: $37.79 & this item ships for FREE with Super Saver Shipping. Details
You Save: $22.20 (37%)
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
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Tuesday, November 10? Choose One-Day Shipping at checkout. Details
31 new from $34.37 13 used from $28.63

Frequently Bought Together

Professional C# 2008 (Wrox Professional Guides) + Beginning Microsoft Visual C# 2008 (Wrox Beginning Guides) + Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)
Price For All Three: $105.27

Show availability and shipping details

  • This item: Professional C# 2008 (Wrox Professional Guides) by Christian Nagel

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Beginning Microsoft Visual C# 2008 (Wrox Beginning Guides) by Karli Watson

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net) by Andrew Troelsen

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

Professional Visual Studio 2008 (Wrox Programmer to Programmer)

Professional Visual Studio 2008 (Wrox Programmer to Programmer)

by Nick Randolph
3.9 out of 5 stars (7)  $37.79
Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)

Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)

by Bill Evjen
4.1 out of 5 stars (30)  $34.64
Beginning ASP.NET 3.5: In C# and VB (Programmer to Programmer)

Beginning ASP.NET 3.5: In C# and VB (Programmer to Programmer)

by Imar Spaanjaars
4.6 out of 5 stars (37)  $28.34
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)

Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)

by Andrew Troelsen
4.5 out of 5 stars (61)  $37.79
Professional ASP.NET 3.5 AJAX (Wrox Programmer to Programmer)

Professional ASP.NET 3.5 AJAX (Wrox Programmer to Programmer)

by Bill Evjen
4.0 out of 5 stars (2)  $29.69
Explore similar items

Editorial Reviews

Product Description

Professional C# 2008 starts by reviewing the overall architecture of .NET in Chapter 1 in order to give you the background you need to be able to write managed code. After that the book is divided into a number of sections that cover both the C# language and its application in a variety of areas.

Part I: The C# Language gives a good grounding in the C# language itself. This section doesn’t presume knowledge of any particular language, although it does assume you are an experienced programmer. You start by looking at C#’s basic syntax and data types, and then explore the object-oriented features of C# before moving on to look at more advanced C# programming topics.

Part II: Visual Studio looks at the main IDE utilized by C# developers world-wide: Visual Studio 2005. The two chapters in this section look at the best way to use the tool to build applications based upon either the .NET Framework 2.0 or 3.0. In addition to this, this section also focuses on the deployment of your projects.

Part III: Base Class Libraries looks at the principles of programming in the .NET environment. In particular, you look at security, threading localization, transactions, how to build Windows services, and how to generate your own libraries as assemblies.

Part IV: Data looks at accessing databases with ADO.NET and LINQ, and at interacting with directories and files. This part also extensively covers support in .NET for XML and on the Windows operating system side, and the .NET features of SQL Server 2008. Within the large space of LINQ, particular focus is put on LINQ to SQL and LINQ to XML.

Part V: Presentation focuses on building classic Windows applications, which are called Windows Forms in .NET. Windows Forms are the thick-client version of applications, and using .NET to build these types of applications is a quick and easy way of accomplishing this task. In addition to looking at Windows Forms, you take a look at GDI+, which is the technology you will use for building applications that include advanced graphics. This section also covers writing components that will run on Web sites, serving up Web pages. This covers the tremendous number of new features that ASP.NET 3.5 provides. Finally, this section also shows how to build applications based upon the Windows Presentation Foundation and VSTO.

Part VI: Communication covers Web services for platform-independent communication, .NET Remoting for communication between .NET clients and servers, Enterprise Services for the services in the background, and DCOM communication. With Message Queuing asynchronous, disconnected communication is shown. This section also looks at utilizing the Windows Communication Foundation and the Windows Workflow Foundation.

Part VII: Appendices (Online): This section includes three appendices focused on how to build applications that take into account the new features and barriers found in Windows Vista. Also, this section looks at the upcoming ADO.NET Entities technology and how to use this new technology in your C# applications. You can find these three appendices online at www.wrox.com.



From the Back Cover

Professional C# 2008

Updated for .NET 3.5 and Visual Studio® 2008, this book is the ultimate guide to C# 2008 and its environment. Beginning with a look into the architecture and methodology of .NET, the team of superlative authors explains why the C# language cannot be viewed in isolation, but rather, must be considered in parallel with the .NET Framework. After gaining an understanding of the foundation of C#, you'll then go on to examine the fundamentals of C# programming with each successive chapter.

New examples provide helpful explanations on how to use C# to solve various tasks. Plus, completely new chapters on LINQ, SQL, ADO.NET entities, Windows Communication Foundation, Windows Workflow Foundation, Windows Presentation Foundation, arrays, system transactions, tracing, and event logging all deliver essential information to help you gain a clear and thorough understanding of all that C# 2008 has to offer.

What you will learn from this book

  • How to write Windows® applications and Windows® services

  • Ways to use ASP.NET 3.5 to write web pages

  • Techniques for manipulating XML using C#

  • How to use ADO.NET to access databases

  • Ways to generate graphics using C# 2008

  • Numerous C# add-ins

  • How to use LINQ to easily work with your SQL Server databases and XML

Who this book is for
This book is for experienced developers who are interested in learning the latest version of the number one developer language: C#.

Wrox Professional Guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.


Product Details

  • Paperback: 1848 pages
  • Publisher: Wrox; Pap/Onl edition (March 24, 2008)
  • Language: English
  • ISBN-10: 0470191376
  • ISBN-13: 978-0470191378
  • Product Dimensions: 9.1 x 7.4 x 2.4 inches
  • Shipping Weight: 5 pounds (View shipping rates and policies)
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (19 customer reviews)
  • Amazon.com Sales Rank: #35,001 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #28 in  Books > Computers & Internet > Programming > Languages & Tools > C#

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Inside This Book (learn more)

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(5)
(2)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

19 Reviews
5 star:
 (13)
4 star:
 (1)
3 star:
 (3)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (19 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
30 of 31 people found the following review helpful:
5.0 out of 5 stars MEGA C# Reference, April 1, 2008
By Daniel McKinnon (Tewksbury, MA USA) - See all my reviews
(TOP 500 REVIEWER)   
'Professional C# 2008' is one of those ginormous books that I usually (usually) complain is too big, too bloated, too MUCH but sometimes the exception is the rule and that is the case here. With 1750+ pages of material spread over 48 chapters and 3 appendixes, if you are looking for brevity and/or a simple learning book this is probably not for you. If you are looking for a complete solution on learning C# from top to bottom, keep reading because you are in the right place.

Although it's lengthy, I feel a chapter listing is beneficial to detail out all the details of this book:

01. .NET Architecture
02. C# Basics
03. Objects and Types
04. Inheritance
05. Arrays
06. Operators and Casts
07. Delegates and Events
08. Strings and Regular Expressions
09. Generics
10. Collections
11. Language Integrated Query (LINQ)
12. Memory Management and Pointers
13. Reflection
14. Errors and Exceptions
15. Visual Studio 2008
16. Deployment
17. Assemblies
18. Tracing and Events
19. Threading and Synchronization
20. Security
21. Localization
22. Transactions
23. Windows Services
24. Interoperability
25. Manipulating Files and the Registry
26. Data Access
27. LINQ to SQL
28. Manipulating XML
29. LINQ to XML
30. .NET Programming with SQL Server
31. Windows Forms
32. Data Binding
33. Graphics with GDI+
34. Windows Presentation Foundation
35. Advanced WPF
36. Add-Ins
37. ASP.NET Pages
38. ASP.NET Development
39. ASP.NET AJAX
40. Visual Studio Tools for Office
41. Accessing the Internet
42. Windows Communication Foundation
43. Windows Workflow Foundation
44. Enterprise Services
45. Message Queuing
46. Directory Services
47. Peer-to-Peer Networking
48. Syndication

Subject matter is extremely thorough, and the writing is right to the point. Full of usable examples and traditional (good) Wrox design, you will be able to use chapters piece mail to get the information you are looking for or read the book from beginning to end if you want the whole experience.

I feel that this book is best for marginal/new C# developers who aren't intimidated by a tome of this size. There is lots of great information within and you certainly learn what makes C# such a fantastic language to use in today's world.

***** HIGHLY RECOMMENDED
Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)



 
10 of 11 people found the following review helpful:
3.0 out of 5 stars Good in combination with other resources, July 10, 2008
The content of this book is very good, but sentence structures are often confusing and vital information is sometimes missing. The quality varies greatly from one chapter to another, however, and some chapters are very well written. In combination with other books, this is a good resource, but on its own it can be frustrating at times.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars Excellent C# & .Net3.5 reference book, November 10, 2008
I was looking for a solid "all in one" reference book on C# and .Net3.5 additions. This book came head and shoulders above everything else out there. This book has complete coverage of the basics and great coverage of new additions. It even has a chapter on Peer-to-Peer Networking (didn't know it was added until I read this book). Some books on C# focused only on the new stuff or limited their scope otherwise. This book is my main table reference. It is not perfect, but because it covers most of the framework and C# syntax if it doesn't have the exact answer for a particular question, there is enough info to really narrow the focus of the next step of more in depth research.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

2.0 out of 5 stars Data Dump
This book contains a lot of facts, but fails to present them in a way that helps you understand the big picture. Read more
Published 17 days ago by Wombat Ed

5.0 out of 5 stars Comprehensive
This book is very comprehensive and covers a lot of topics. As the title says, it is for professional programmers. Read more
Published 3 months ago by N. Yu

3.0 out of 5 stars Eric Weinberger's review is exactly correct
I 100% agree with Weinberger's review.

I read through chapters 2-10 of this book, and although there were many good explanations of things, some explanations were... Read more
Published 4 months ago by Joel Davis

5.0 out of 5 stars A Fantastice Learning Source or Reference
I'm a developer of average skill, and I have some fairly significant holes in my CS education, so that makes my professional life sometimes interesting and challenging. Read more
Published 4 months ago by Ted Glick

5.0 out of 5 stars If you could only buy one C# book...this is an excellent choice
Ambitous is the first word that struck me as I stood in the bookstore and browsed through the table of contents and flipped through the chapters of this heavy tome... Read more
Published 5 months ago by Kelvin D. Meeks

5.0 out of 5 stars Recommended!
I recommend this book! I am not an expert on this field but I know what is a good book. I have bought this book along with other C# books (Head First C#, C# Cook Book, & Murach's... Read more
Published 8 months ago by Marlon A. Ribunal

1.0 out of 5 stars Mixed bag and some chapters absolutely horrible
Some sections are good, but far too many of them are really bad. Some sections are ultra boring and extremely confusing. Read more
Published 9 months ago by A. Solorzano

5.0 out of 5 stars Excellent for everyone
First note that there are big changes in 2008 version of the language as compared to 2005. This book is prefect for all levels of programming skills. Read more
Published 10 months ago by A. Dcosta

5.0 out of 5 stars The ultimate C# Reference
This book is the ultimate C# reference, even if you are not new to C#. Just read throught the chapters you are interested in and you are ready to get started with your project... Read more
Published 12 months ago by Sunchaser

3.0 out of 5 stars blissfull
Book is a decent introduction to C# although at 1782 pages a bit of a slog. It doesn't cover enough detail to be good reference, however. Read more
Published 13 months ago by Lawrence A. Bliss

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 61 9 hours ago
textbook scam 66 5 days ago
Amazon is a great place to buy textbooks! 35 17 days ago
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.