Murach's Visual Basic 2005: Training & Reference
暫譯: Murach's Visual Basic 2005:訓練與參考
Anne Boehm
- 出版商: Mike Murach
- 出版日期: 2006-08-30
- 售價: $1,790
- 貴賓價: 9.5 折 $1,701
- 語言: 英文
- 頁數: 844
- 裝訂: Paperback
- ISBN: 1890774383
- ISBN-13: 9781890774387
-
相關分類:
Visual Basic
已過版
買這商品的人也買了...
-
$690$545 -
$880$695 -
$390$308 -
$780$663 -
$680$537 -
$800$720 -
$690$587 -
$980$774 -
$520$411 -
$750$593 -
$490$382 -
$420$332 -
$500$450 -
$620$527 -
$720$569 -
$550$435 -
$480$379 -
$550$468 -
$590$466 -
$780$616 -
$580$458 -
$520$411 -
$600$480 -
$480$379 -
$560$476
商品描述
Description
"Your Visual Basic .NET is by far the best book on the market! Had I bought your book first, I would have saved myself lots of dollars and several months' time."
Bob Kaplan, Jr., Louisville, Kentucky
That's what one .NET developer said about the first edition of our introductory VB book. Now, this new edition is even more effective at turning you into a skilled VB 2005 developer...and at saving you time and money in the process.
Of course, it teaches you all the new language features that make VB 2005 such an outstanding development tool, like:
- data sources and new data controls for doing database processing with little or no code
- generics to save casting and restrict collections to a specific type
- code snippets to save time on repetitive coding
- Intellisense filtering so you can more easily find and designate often-used coding elements
- ClickOnce deployment once your application is finished
- and more!
But this book also teaches you all of the Visual Basic features that have carried over from earlier editions of VB and that you'll use every day in business applications. Like:
- validating data
- handling numeric, date, and string data
- working with arrays and collections
- handling exceptions
- working with text, binary, and XML files
Here's just some of what's yours in this practical book:
Get a FAST start
This book assumes you want to be a professional developer. So it doesn't waste your time with trivial "Hello, World" applications.
Instead, by the end of the first 3 chapters (section 1), you'll have designed, coded, and debugged your first business application using the development tools that are built into Visual Studio. 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.
Get 5 full chapters on database processing
Since most business applications require database handling, this book gives you an entire section (5 chapters) on the subject.
This section starts by showing you how to use the new 2005 data sources feature to develop complete database applications with a minimum of data access code. Now frankly, you could stop there. In fact, one of the features of VB 2005 is that it shields you from the ADO.NET details you had to know in earlier .NET releases.
But if you're going to be a top developer, you'll want to know what's going on under the surface. So this book also teaches you how to use ADO.NET to write your own data access code. Then, it shows you how to use ADO.NET with the new object data sources feature 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, but you won't want to miss it.
Get realistic business applications to use as models for your own work
We've found that the key to mastering a programming subject like VB is in the sample applications. So this book presents complete, non-trivial applications that illustrate what you need to know on the job.
For example, chapter 17 presents an Order Entry database application that uses object data sources, business classes, database classes, and transactions. You won't find extensive business applications like this in other VB books, even though studying these types of applications is the best way to master VB development.
Get the OOP training that other developers miss out on
Because VB 2005 is an object-oriented language, this book provides 5 chapters that teach you how your applications really work. Here, you'll learn about the OOP concepts and features like inheritance and interfaces that underlie your code. And in contrast to some other VB books, this book presents OOP in a way that makes sense in the context of business applications. In short, you get the kind of background that makes you a savvy, confident developer.
Get practice exercises to solidify your skills
The exercises at the end of each chapter let you apply what you've learned, giving you valuable, hands-on experience. We provide the starting points for these exercises here at our site, so you can get the maximum amount of practice in a minimum of time.
Paired pages make learning a breeze
If 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.
商品描述(中文翻譯)
描述
「您的 Visual Basic .NET 是市場上最好的書籍!如果我一開始就買了您的書,我會省下很多錢和幾個月的時間。」
— Bob Kaplan, Jr., 肯塔基州路易斯維爾
這是某位 .NET 開發者對我們的 VB 入門書第一版的評價。現在,這本新版本更有效地幫助您成為一名熟練的 VB 2005 開發者……並在此過程中節省時間和金錢。
當然,它教您所有使 VB 2005 成為出色開發工具的新語言特性,例如:
- 數據來源和新的數據控制,幾乎不需要代碼即可進行數據庫處理
- 泛型以節省類型轉換並限制集合為特定類型
- 代碼片段以節省重複編碼的時間
- Intellisense 過濾,讓您更輕鬆找到和指定常用的編碼元素
- ClickOnce 部署,當您的應用程序完成後
- 還有更多!
但這本書也教您所有從早期版本的 VB 繼承下來的 Visual Basic 特性,這些特性是您在商業應用中每天都會使用的。比如:
- 驗證數據
- 處理數字、日期和字符串數據
- 操作數組和集合
- 處理異常
- 操作文本、二進制和 XML 文件
這本實用書中包含的內容包括:
快速入門
這本書假設您想成為一名專業開發者。因此,它不會浪費您的時間在微不足道的「Hello, World」應用上。
相反,在前 3 章(第一部分)結束時,您將設計、編碼和調試您的第一個商業應用,使用內建於 Visual Studio 的開發工具。而在第二部分結束時,您將開發多表單項目,驗證輸入數據,使用數組和集合進行重複處理,操作日期和字符串,還有更多。
獲得 5 章完整的數據庫處理內容
由於大多數商業應用需要數據庫處理,這本書為您提供了一整個部分(5 章)來講解這個主題。
這一部分首先向您展示如何使用 2005 年的新數據來源功能,以最少的數據訪問代碼開發完整的數據庫應用。坦白說,您可以在這裡停止。事實上,VB 2005 的一個特性是它讓您不必了解早期 .NET 版本中必須知道的 ADO.NET 詳情。
但如果您想成為頂尖開發者,您會想知道底層發生了什麼。因此這本書還教您如何使用 ADO.NET 編寫自己的數據訪問代碼。然後,它向您展示如何使用 ADO.NET 與新的對象數據來源功能創建利用數據綁定的三層應用。這是其他書籍中只簡單提及的一些強大內容,但您不會想錯過它。
獲得現實的商業應用作為您自己工作的模型
我們發現,掌握像 VB 這樣的編程主題的關鍵在於示例應用。因此這本書提供了完整的、非平凡的應用程序,說明您在工作中需要知道的內容。
例如,第 17 章介紹了一個訂單輸入數據庫應用,使用對象數據來源、業務類、數據庫類和事務。您不會在其他 VB 書籍中找到這樣的廣泛商業應用,儘管學習這類應用是掌握 VB 開發的最佳方式。
獲得其他開發者錯過的 OOP 訓練
由於 VB 2005 是一種面向對象的語言,這本書提供了 5 章教您應用程序的實際運作。在這裡,您將學習 OOP 概念和特性,如繼承和接口,這些都是您代碼的基礎。與其他一些 VB 書籍相比,這本書以商業應用的背景來呈現 OOP,使其更具意義。簡而言之,您將獲得使您成為精明、自信開發者的背景知識。
獲得練習題以鞏固您的技能
每章結尾的練習題讓您應用所學,提供寶貴的實踐經驗。我們在網站上提供這些練習的起始點,讓您在最短的時間內獲得最多的練習。
配對頁面讓學習變得輕鬆
如果您從未使用過我們的書籍,您可能想在購買之前下載一個示例章節。如果您這樣做,您將發現為什麼程序員對我們的「配對頁面」格式如此讚賞,以及為什麼大學生會向他們的講師要求 Murach 書籍。這種格式不僅使學習變得更容易和更快,還使其成為您在工作時的理想參考書。