Features
- Cover Type: Paperback with 1307 pages
- Published by: Wrox May 5, 2008
- Written in: English
- ISBN 10 Number: 047019135X
- ISBN 13 Number: 978-0470191354
-
Book Dimensions:
9.2 x 7.4 x 1.8 inches
- Weighs: 3.8 pounds
Product Description
The book is aimed at novice programmers who wish to learn programming with C# and the .NET framework. The book starts with absolute programming basics. It then moves into Web and Windows programming, data access (databases and XML), and more advanced technologies such as graphics programming with GDI+ and basic networking. The book is divided into sections including:
- The C# Language: Basic language skills using console application. Content moves from the absolute basics to fairly involved OOP skills.
- Windows Vista Programming: Using basic Windows applications, reinforcing earlier OOP and debugging skills.
- Web Programming: Putting together basic Web applications, highlighting differences between Web and Windows programming.
- Data Access: Accessing all kinds of data sources from Web and Windows applications, including SQL usage, XML, file system data, and Web Services.
- Additional Techniques: "The fun stuff", including Windows Presentation Foundation, Windows Workflow, Windows Communication Foundation, GDI+, networking, Windows Services, and so on.
The book makes complicated subjects seem easy to learn, and it inspires readers to investigate areas further on their own by providing references to additional material, and exercise questions that require significant effort and personal research to complete.
About The Author
Karli Watson is a freelance IT specialist, author, and developer. He is also a technical consultant for 3form Ltd. (www.3form.net) and Boost.net (www.boost.net), and an associate technologist with Content Master (www.contentmaster.com). For the most part, he immerses himself in .NET (in particular, C#) and has written numerous books in the field. He specializes in communicating complex ideas in a way that is accessible to anyone with a passion to learn, and spends much of his time playing with new technology to find new things to teach people.
During those rare times when he isn’t doing the above, Karli is probably wishing he were hurtling down a mountain on a snowboard or possibly trying to get his novel published. Either way, you’ll know him by his brightly colored clothes.
Christian Nagel is a
software architect, trainer, and consultant, and an associate of Thinktecture (www.thinktecture.com), offering training and coaching based on
Microsoft .NET technologies. His achievements in the developer community have earned him a position as
Microsoft Regional Director and MVP for ASP.NET. He enjoys an great reputation as an author of several .NET books, such as
Professional C#, Pro .NET Network Programming, and
Enterprise Services with the .NET Frameworks, and he speaks regularly at international industry conferences.
Christian has more than 15 years of experience as a developer and
software architect. He started his computing career on PDP 11 and VAX/VMS, covering a variety of languages and platforms. Since 2000, he has been working with .NET and C#, developing and architecting distributed solutions. He can be reached at www.christiannagel.com.
Jacob Hammer Pedersen is a systems developer at Fujitsu Service, Denmark. He’s been programming the PC since the early 1990s using various languages, including Pascal, Visual Basic, C/C++, and C#. Jacob has co-authored a number of .NET books and works with a wide variety of
Microsoft technologies, ranging from SQL Server to Office extensibility. A Danish citizen, he works and lives in Aarhus, Denmark.
Jon D. Reid is the director of systems engineering at Indigo Biosystems, Inc. (www.indigobio.com), an independent
software vendor for the life sciences, where he develops in C# for the
Microsoft environment. He has co-authored many .NET books, including
Beginning Visual C# 2005, Beginning C# Databases: From Novice to Professional, Pro Visual Studio .NET, ADO.NET Programmer’s Reference, and
Professional SQL Server 2000 XML. Morgan Skinner started programming at school in 1980 and has been hooked on computing ever since. He now works for
Microsoft as an application development consultant where he helps customers with their architecture, design, coding, and testing. He’s been working with .NET since the PDC release in 2000, and has authored several MSDN articles and co-authored a couple of books on .NET. In his spare time he relaxes by fighting weeds on his allotment. You can reach Morgan at www.morganskinner.com.
Eric White is an independent
software consultant with more than twenty years of experience in building management information systems and accounting systems. When he isn’t hunched over a screen programming in C#, he is most likely to be found with an ice axe in hand, climbing some mountain.
Reader ReviewsAs far as 1300 page programming books go, this one is well above average. It covers both Visual Studio 2008 and the free Visual C# 2008 Express Edition using Express for most of the examples. C sharp is a great language if you've done any C, C++ or object oriented programming before. One can argue even if you have zero programming experience it's still the best overall language to learn. It's elegant, powerful, works for desktop apps, mobile apps, server apps and is multi-platform. C# is one of those rare things that Microsoft did well. There's something here for everyone including C# language basics, object oriented programming theory, introduction to UML, Windows programming, web programming, databases, etc. It starts with an intro to C# in 7 chapters before introducing Object Oriented programming which is a different approach than many books. You can download the code at wrox.com. THE GOOD: The authors manage to keep it readable and concise at the same time. There's not a lot of extra anecdotes and filler like you'll find in many beginning programming books. Most every sentence conveys something useful without being excessively dry. I haven't found many mistakes which seem all too common these days in similar books. THE BAD: The authors sometimes mention concepts they haven't explained or even introduced yet. Often they point out when they're doing so (i.e. "don't worry about xxxx we'll explain later") but in many instances the reader is left wondering if he missed something earlier in the book only to find the answer in the next chapter. A total programming novice might find this book a bit intimidating as the authors do sometimes assume significant knowledge on behalf of the reader. For example the Object Oriented chapters dive right into UML and other confusing topics with little hand holding. But, personally, I think they did a good job of trying to include lots of useful information versus spending lots of pages on things that most readers will already know.