Microsoft Visual Studio 2005 Unleashed
by Lars Powers; Mike Snell
Microsoft® SQL Server 2005 Unleashed
by Ray Rankins; Paul Bertucci; Chris Gallelli; Alex T. Silverstein; Tudor Trufinescu; John Kane
Microsoft® SharePoint® 2007 Development Unleashed
by Kevin Hoffman; Robert Foster
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition
by Andrew Troelsen
Head First C#
by Andrew Stellman; Jennifer Greene
Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional, Second Edition
by Matthew MacDonald
C# in Depth
by Jon Skeet
Setting the standard for a premium C# reference, Microsoft Visual C# 2005 Unleashed provides practical examples for virtually every aspect of the C# programming language. The book is structured for progressive learning, so it can be read cover-to-cover or used as a comprehensive reference guide. You will be exposed to everything from low-level information on the Garbage Collector to advanced concepts, such as creating applications that use Enterprise Services, creating Web Services, and even advanced Windows GUI. Chapters include:
Expressions and Control Structures
UI Controls
Code Access Security
Remoting
Peer-to-Peer Applications
Average Amazon.com® Rating: ![]()
![]()
![]()
![]()
Based on 4 Ratings
integrate C# with other Microsoft products - 2006-05-23
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
Hoffman's book is not so much about teaching the basics of C#. But more about the support infrastructure that Microsoft has built about it. What it terms the .NET Framework. To be sure, some early chapters discuss what is inherently in C#, like the syntax of conditional statements or of string manipulation. The former is essentially what you could have read in a Fortran text of the late 60s. The if-else is so fundamental that all major subsequent languages have copied its syntax. The string functions match those in Java. Ditto for the sections on collection classes.
But the bulk of the book goes deeply into .NET. Higher value-added functionality for C# coders. Easy read and write of XML files. Part of Microsoft's big push into standardising on XML for a lot of data interchanging. Nowadays, reading and writing of XML should be considered a default ability of a current language. C#'s features here just match those of Java, for example.
More importantly, the .NET Framework also includes abilities that are intrinsically specific to Microsoft. Like being able to use COM objects within a C# program. There is certainly no equivalent default ability in the standard Java distributions.
Another worthy case involves tying C# to Microsoft's SQL Server, with such things as stronger means of doing database transactions. Or hooking C# to a web server with ASP.NET. For this, the newest feature seems to be Web Parts, which let the programmer easily mix shared data and data specific to that user viewing the web page.
All of these play to Microsoft's strengths in comprehensive integration of its products.
Works for me - 2006-06-18
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
I use this book at work to write C# 2.0 Windows Applications with SQL Server 2005. I felt that it was a good book and overall I have little ill to say about it. The examples are well written and do a good job of reinforcing what you read in the chapter. You read a little then do an example, then read some more, then add to the example and so on. You don't need any Programming experience to use this book just a decent understanding of programming logic. The only criticism I could offer is that the author should have left out the hefty ASP.NET content that he probably barrowed from his co-worker Stephen Walther "Author of ASP.NET Unleashed" and reinforced his windows applications with universal examples of complex code. It's a good book for learning C# 2.0 Windows Applications as a whole from the ground up and for this reason it's worth the money. It's not an overnight crash course (if that is what you are looking for).
Dissapointing. - 2006-10-27
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
The author was very brief on many subjects and points the reader too many times to read about subjects elsewhere instead of supplying the information needed.
Regular Expressions are neglected (a very short chapter exists, but really insufficient, in my opinion): "For more information on regular expressions ... These books will give you the information you need ..." Oh, well I guess I bought this book for nothing then ...
Member Visibility Levels are demonstrated by a table and aren't demonstrated nearly enough.
I'm really dissapointed about purchasing this book ...
If one of you guys who reads this review is about to buy it, save the money and simply ask me for my copy ...
Kobi.
Not easy to read - 2008-02-14
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
Well.. It is worth to read it once, but it is not my favorite book.
Some chapters confuse even more then MSDN docs...
Some information on this page was provided using data from Amazon.com®. View at Amazon >