Murach's C# 2005
暫譯: Murach 的 C# 2005

Joel Murach

  • 出版商: Mike Murach
  • 出版日期: 2006-05-31
  • 售價: $1,790
  • 貴賓價: 9.5$1,701
  • 語言: 英文
  • 頁數: 812
  • 裝訂: Paperback
  • ISBN: 1890774375
  • ISBN-13: 9781890774370
  • 相關分類: C#
  • 已過版

買這商品的人也買了...

商品描述

Description

"The C# book you'll wish you'd bought first - That phrase is written prominently on the edge of this book. Of course, I am a seasoned professional who has read many C# books from many points of view who would take any such statement with a grain of salt. Well, this IS the C# book that I wish I had bought first! This is one truly well done beginner's book and tutorial."

     Chris Wallace, Microsoft MVP

That's what one .NET developer said about the first edition of our C# book, Murach's C#. Now, this new edition is every bit as effective at turning you into a skilled C# 2005 developer.

  • It teaches you all the new language features that make C# 2005 such an outstanding development tool, like refactoring, typed collection classes, delegates, partial classes, and data sources.
  • It teaches you all the basic C# features that have carried over from earlier editions of C# and that you'll use every day.
  • It teaches you underlying OOP concepts and features like inheritance and interfaces that make you a savvy, confident developer.
  • It teaches you how to handle databasesa must in business applications.

In fact, we guarantee that this book will teach you to develop Windows Forms applications in C# 2005 more effectively than any other book on the shelf. Here are some of the reasons why.

#1: A FAST startThis book gets you going fast by showing you how to use Visual Studio.NET 2005, the C# language, and an essential set of .NET classes to develop Windows Forms applications. In fact, by the end of the first 3 chapters (section 1), you'll have designed, coded, and debugged your first business applications. And by the end of section 2, you'll be developing multi-form projects that validate input data, do repetitive processing using arrays and collections, manipulate dates and strings, and much more.

#2: Object-oriented programming made clearWhen it comes to object-oriented programming, too many C# books resort to whimsical but useless metaphors, like illustrating objects by creating animal classes such as mammals, cats, and dogs. Then they leave it up to you to figure out how to transfer these concepts to business applications. In contrast, we present business objects such as customers, invoices, and products so you can see how OOP is used to create multi-tiered applications in the real world.

#3: Database training you'll use all the timeMost business applications require database handling. So this book gives you an entire section (5 chapters) that shows you what you need to know. That includes: using the new 2005 data sources and DataGridView control to develop complete database applications with a minimum of data access code...using ADO.NET to write your own data access code...and using ADO.NET with object data sources to create 3-layer applications that take advantage of data binding. This is powerful stuff that's glossed over in a chapter or two in other books, so you won't want to miss it.

#4: No side-stepping of business requirementsThis book presents complete, non-trivial applications that illustrate what you need to know on the job. For example, chapter 21 presents an Order Entry database application that uses object data sources, business classes, database classes, and transactions. Studying complex applications like these is the key to mastering C# development, but you won't find them in many other C# books.

#5: Re-engineered with the 2005 developer in mindSome C# 2005 books are just C# 2002/2003 books with the 2005 features tacked on. But our book has been reworked from start to finish. So the new features are fully integrated into the text where they make the most sense. The database programming section has been redone because that subject has changed so dramatically in C# 2005. And the object oriented programming section has been overhauled because we knew we could improve it. The result: A book that's better than ever at being the on-the-job tutorial and reference you need in C#.

#6: Paired pages make learning a breezeIf you haven't ever used one of our books before, you may want to download a sample chapter before you buy. If you do, you'll discover why programmers are so impressed by our "paired pages" format and why college students ask their instructors for Murach books. Not only does this format make learning easier and faster, but it also makes this the ideal reference book when you're on the job.

So please don't delay. Get your copy, and let this book turn you into a top C# developer starting today!

商品描述(中文翻譯)

描述

「你會希望自己先買的 C# 書」- 這句話顯著地寫在這本書的邊緣。當然,我是一位經驗豐富的專業人士,已經從多個角度閱讀了許多 C# 書籍,因此對這種說法持保留態度。不過,這確實是我希望自己先買的 C# 書!這是一本真正出色的初學者書籍和教程。
—— Chris Wallace, Microsoft MVP

這是某位 .NET 開發者對我們的 C# 書籍《Murach's C#》第一版的評價。現在,這個新版本同樣有效地將你培養成為一名熟練的 C# 2005 開發者。

- 它教你所有使 C# 2005 成為卓越開發工具的新語言特性,如重構、類型集合類、委託、部分類和數據源。
- 它教你所有從早期版本 C# 繼承下來的基本 C# 特性,這些特性是你每天都會使用的。
- 它教你基本的物件導向程式設計(OOP)概念和特性,如繼承和介面,讓你成為一名精明、自信的開發者。
- 它教你如何處理數據庫,這在商業應用中是必須的。

事實上,我們保證這本書將比書架上的任何其他書籍更有效地教你如何在 C# 2005 中開發 Windows Forms 應用程序。以下是一些原因。

#1: 快速入門
這本書通過展示如何使用 Visual Studio.NET 2005、C# 語言和一組基本的 .NET 類來開發 Windows Forms 應用程序,讓你快速上手。事實上,在前三章(第一部分)結束時,你將設計、編碼並調試你的第一個商業應用程序。在第二部分結束時,你將開發多表單項目,驗證輸入數據,使用數組和集合進行重複處理,操作日期和字符串,還有更多。

#2: 清晰的物件導向程式設計
在物件導向程式設計方面,太多 C# 書籍使用奇特但無用的隱喻,例如通過創建哺乳動物、貓和狗等動物類來說明物件。然後他們讓你自己去弄清楚如何將這些概念轉移到商業應用中。相反,我們展示了客戶、發票和產品等商業物件,讓你看到 OOP 如何在現實世界中用於創建多層應用程序。

#3: 你會經常使用的數據庫訓練
大多數商業應用程序需要數據庫處理。因此,這本書提供了一整個部分(5 章),告訴你需要知道的內容。這包括:使用新的 2005 數據源和 DataGridView 控制項來開發完整的數據庫應用程序,並最小化數據訪問代碼……使用 ADO.NET 編寫自己的數據訪問代碼……以及使用 ADO.NET 與物件數據源創建利用數據綁定的三層應用程序。這些都是在其他書籍中只簡單提及的強大內容,因此你不會想錯過。

#4: 不迴避商業需求
這本書展示了完整的、非平凡的應用程序,說明了你在工作中需要知道的內容。例如,第 21 章展示了一個訂單輸入數據庫應用程序,使用物件數據源、商業類、數據庫類和事務。學習這些複雜的應用程序是掌握 C# 開發的關鍵,但在許多其他 C# 書籍中你找不到這些內容。

#5: 針對 2005 開發者重新設計
一些 C# 2005 書籍只是將 C# 2002/2003 書籍的 2005 特性附加上去。但我們的書從頭到尾都重新編寫過。因此,新的特性在文本中得到了充分的整合,並且在最合適的地方出現。數據庫編程部分已經重新編寫,因為這個主題在 C# 2005 中發生了如此劇變。而物件導向程式設計部分也經過了全面改造,因為我們知道可以改進它。結果:這本書在成為你在 C# 中所需的工作教程和參考資料方面比以往更好。

#6: 配對頁面讓學習變得輕鬆
如果你以前從未使用過我們的書籍,你可能想在購買之前下載一個樣章。如果你這樣做,你會發現為什麼程序員對我們的「配對頁面」格式如此印象深刻,以及為什麼大學生會向他們的講師要求 Murach 書籍。這種格式不僅使學習變得更容易和更快,還使其成為你在工作時的理想參考書。

所以請不要拖延。獲得你的副本,讓這本書從今天開始將你變成一名頂尖的 C# 開發者!

最後瀏覽商品 (20)