or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
38 used & new from £22.29

Have one to sell? Sell yours here
 
   
Professional C# 2008 (Wrox Professional Guides)
 
 

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

by Christian Nagel (Author), Bill Evjen (Author), Jay Glynn (Author), Morgan Skinner (Author), Karli Watson (Author)
5.0 out of 5 stars  See all reviews (6 customer reviews)
RRP: £39.99
Price: £24.73 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £15.26 (38%)
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.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Want guaranteed delivery by Thursday, November 12? Choose Express delivery at checkout. See Details
30 new from £22.29 8 used from £22.32

Frequently Bought Together

Professional C# 2008 (Wrox Professional Guides) + Professional ASP.NET 3.5: in C# and VB (Programmer to Programmer) + Beginning ASP.NET 3.5: in C# and VB (Programmer to Programmer)
Price For All Three: £66.26

Show availability and shipping details


Customers Who Bought This Item Also Bought

Beginning Microsoft Visual C# 2008 (Wrox Beginning Guides)

Beginning Microsoft Visual C# 2008 (Wrox Beginning Guides)

by Karli Watson
4.3 out of 5 stars (3)  £19.14
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
5.0 out of 5 stars (1)  £23.04
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
5.0 out of 5 stars (8)  £18.49
Professional LINQ (Programmer to Programmer)

Professional LINQ (Programmer to Programmer)

by Scott Klein
£23.16
Professional Visual Studio 2008 (Wrox Programmer to Programmer)

Professional Visual Studio 2008 (Wrox Programmer to Programmer)

by Nick Randolph
£24.72
Explore similar items

Product details

  • Paperback: 1848 pages
  • Publisher: John Wiley & Sons; Pap/Onl edition (28 Mar 2008)
  • Language English
  • ISBN-10: 0470191376
  • ISBN-13: 978-0470191378
  • Product Dimensions: 23.1 x 18.8 x 6.1 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon.co.uk Sales Rank: 15,478 in Books (See Bestsellers in Books)

    Popular in these categories:

    #5 in  Books > Computing & Internet > Microsoft Windows > Programming > .Net > C#
    #5 in  Books > Computing & Internet > Microsoft Windows > Programming > C#
    #45 in  Books > Computing & Internet > Programming > Languages
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   C# opens new browser window
Microsoft.com/VisualStudio  -  Try Visual Studio® 2010 Beta For Free. Quick & Easy Download! 
   Web 2.0 Apps in Minutes opens new browser window
www.ironspeed.com  -  Generate database & reporting apps straight from your database! Try it 
   Learn C# in 5 Hours opens new browser window
www.joegrip.com  -  Why read a 1000 pages, when you can just Watch & Learn? 
  
 

Product Description

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.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
dotnet
csharp
software development
linq
visual studio 2008
programming
dotnet 3 5
aspnet
vs 2008
c sharp

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

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

 
5 of 5 people found the following review helpful:
5.0 out of 5 stars A must have for any C# project, 6 May 2008
By Michael Parker (UK) - See all my reviews
(REAL NAME)   
C# 2008 provides good coverage of the latest additions to the .NET Framework, such as LINQ, WPF and WCF. These new concepts are explained well and the examples are appropriate for supporting the topics.

Each topic is presented in a task oriented manner that allows you to dive in and find the area of interest quickly, whilst also providing for a good general read.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 4 people found the following review helpful:
5.0 out of 5 stars Excellent!!!, 8 May 2008
By S. Chauhan ".NET Coder" (UK) - See all my reviews
(REAL NAME)   
A definite must buy for everyone that is aspiring to be great a C# .NET 3.5 developer or wants to learn about the latest and greatest that Microsoft has to offer.

The book covers all areas of the C# language from the basics to the very lastest parts of .NET framework like WPF, WCF, WF and LINQ. The book is very well structured and unlike most coding books it is a very easy read and has that personal touch in areas.

Reading through it there is not a single chapter that I would say is irrelavent, the book doesn't bombard you with irrelavent minor detail that you are not ever likely to need but provides a broad brush over everything with just the right level of depth in each area.

A must have book on everyones desk, great for learning and reference :)Well done chaps!!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars A hefty and detailed tome, 8 Oct 2009
By Jon Canning (Cambridge, UK) - See all my reviews
(REAL NAME)   
I purchased this book since I wanted to get to grips with C# a little more since I had been using VB .NET previously. As others have mentioned it is a large book and I approached it with some trepidation, but you soon realise that it's size is entirely necessary to cover the ever expanding .NET framework. Not only do you get the basics of C# in excellent detail, you also get chapters on WPF, WF, Winforms, and lots more besides. It's engaging and gives you everything you need to know to get started.
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

5.0 out of 5 stars Great book!
I have been looking for a good book to learn c# for quite a while and I have to say that this is the best one on the market. Read more
Published 1 month ago by Octavian

5.0 out of 5 stars Ideal book for both beginners and professionals
Wow,
What an amazing book. The they explain everything is just so clear and easy to understand. I also have the prep-kits for .net 3.5. Read more
Published 4 months ago by B. Hutting

5.0 out of 5 stars Excellent introduction to C#
As someone who already knows C and bits of Java, I found this book an excellent way to get myself up and running with C# in a very fast manner. Read more
Published 5 months ago by S. Connah

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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

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.