Beginning Visual Basic 2010 (Paperback)
暫譯: 初學者的 Visual Basic 2010 (平裝本)
Thearon Willis, Bryan Newsome
- 出版商: Wrox Press
- 出版日期: 2010-03-15
- 定價: $1,485
- 售價: 6.0 折 $891
- 語言: 英文
- 頁數: 724
- 裝訂: Paperback
- ISBN: 0470502223
- ISBN-13: 9780470502228
-
相關分類:
Visual Basic
立即出貨(限量) (庫存=3)
買這商品的人也買了...
-
$550$435 -
$990$891 -
$620$527 -
$590$502 -
$780$663 -
$680$578 -
$720$612 -
$400$316 -
$520$411 -
$820$648 -
$580$458 -
$530$419 -
$890$757 -
$490$387 -
$490$387 -
$420$332 -
$490$417 -
$520$442 -
$490$382 -
$450$351 -
$490$417 -
$480$379 -
$590$502 -
$690$621 -
$399C# 5.0 Programmer's Reference (Paperback)
商品描述
There are two kinds of beginners for whom this book is ideal:
-
You're a beginner to programming and you've chosen Visual Basic 2010 as the place to start. That's a great choice! Visual Basic 2010 is not only easy to learn, it's also fun to use and very powerful.
-
You can program in another language but you're a beginner to .NET programming. Again, you've made a great choice! Whether you've come from Fortran or Visual Basic 6, you'll find that this book quickly gets you up to speed on what you need to know to get the most from Visual Basic 2010.
Visual Basic 2010 offers a great deal of functionality in both tools and language. No one book could ever cover Visual Basic 2010 in its entirety—you would need a library of books. What this book aims to do is to get you started as quickly and easily as possible. It shows you the roadmap, so to speak, of what there is and where to go. Once we've taught you the basics of creating working applications (creating the windows and controls, how your code should handle unexpected events, what object-oriented programming is, how to use it in your applications, and so on) we’ll show you some of the areas you might want to try your hand at next:
-
Chapters 1 through 9 provide an introduction to Visual Studio 2010 and Windows programming. These chapters will help you install the Visual Studio 2010 IDE you'll use to create Visual Basic 2010 applications and learn your way around the interface. You'll be introduced to the .NET Framework and the CLR (Common Language Runtime). You'll learn to use variables, data types, comments, methods, and control software flow with the If statement and loops. You'll work with data in arrays, enumerations, constants, structures, ArrayLists, Collections, and tables. Chapter 6 provides an introduction to XAML and Windows Presentation Foundation (WPF) programming. XAML and WPF are the most recent addition to how VB programmers create user interfaces for their applications. You'll also work with events, create toolbars, buttons, forms, display dialog boxes, and create menus.
-
Chapter 10 provides an introduction to application debugging and error handling.
-
Chapters 11 through 13 provide an introduction to object-oriented programming (OOP) and building objects. You'll use classes, learn about reusability, work with constructors and inheritance, and see .NET Framework classes and namespaces. You’ll learn to work with OOP memory management, class libraries, you'll register assemblies, and see how to use third party class libraries.
-
Chapter 14 provides an introduction to creating Windows Forms user controls. While WPF user interfaces are newer, Windows forms are still in widespread use. You'll create and test controls and work with their properties.
-
Chapters 15 and 16 provide an introduction to programming with databases and covers Access, SQL Server, and ADO.NET. The chapters walk you through the SQL SELECT statement, Access queries, data access components, and data binding.
-
Chapters 17 and 18 provide an introduction to Dynamic Data Web Sites and ASP.NET and show you how to write applications for the Web. You'll work with the most current ASP.NET 4 web techniques in Visual Studio 2010.
-
Chapter 19 provides a brief introduction to XML, a powerful tool for integrating your applications with others—regardless of the language they were written in.
-
Chapter 20 introduces you to deploying applications using ClickOnce technology.
Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
商品描述(中文翻譯)
這本書旨在教你如何快速且輕鬆地使用 Visual Basic 2010 編寫有用的程式。
這本書非常適合兩種初學者:
- 你是程式設計的初學者,並選擇 Visual Basic 2010 作為起點。這是一個很好的選擇!Visual Basic 2010 不僅容易學習,使用起來也很有趣且功能強大。
- 你已經會使用其他程式語言,但對 .NET 程式設計是初學者。同樣地,你做出了很好的選擇!無論你是來自 Fortran 還是 Visual Basic 6,你會發現這本書能迅速讓你掌握使用 Visual Basic 2010 所需的知識。
Visual Basic 2010 提供了大量的功能,包括工具和語言。沒有一本書能夠全面涵蓋 Visual Basic 2010——你需要一整個書庫。本書的目標是讓你儘快且輕鬆地入門。可以說,它為你提供了一條路線圖,告訴你有哪些內容以及該往哪裡去。一旦我們教會你創建可運行應用程式的基本知識(創建視窗和控制項、如何處理意外事件、什麼是物件導向程式設計、如何在應用程式中使用它等等),我們將向你展示一些你可能想要嘗試的領域:
- 第 1 到第 9 章介紹 Visual Studio 2010 和 Windows 程式設計。這些章節將幫助你安裝用於創建 Visual Basic 2010 應用程式的 Visual Studio 2010 IDE,並學習如何使用介面。你將接觸到 .NET Framework 和 CLR(通用語言執行環境)。你將學會使用變數、資料類型、註解、方法,並使用 If 語句和迴圈控制軟體流程。你將處理陣列、列舉、常數、結構、ArrayLists、集合和表格中的資料。第 6 章介紹 XAML 和 Windows Presentation Foundation (WPF) 程式設計。XAML 和 WPF 是 VB 程式設計師創建應用程式使用者介面的最新方式。你還將處理事件、創建工具列、按鈕、表單、顯示對話框和創建選單。
- 第 10 章介紹應用程式除錯和錯誤處理。
- 第 11 到第 13 章介紹物件導向程式設計 (OOP) 和物件建構。你將使用類別,了解可重用性,處理建構子和繼承,並查看 .NET Framework 類別和命名空間。你將學會處理 OOP 記憶體管理、類別庫,註冊組件,並了解如何使用第三方類別庫。
- 第 14 章介紹創建 Windows Forms 使用者控制項。雖然 WPF 使用者介面較新,但 Windows Forms 仍然被廣泛使用。你將創建和測試控制項並處理它們的屬性。
- 第 15 和第 16 章介紹與資料庫的程式設計,涵蓋 Access、SQL Server 和 ADO.NET。這些章節將引導你了解 SQL SELECT 語句、Access 查詢、資料存取元件和資料綁定。
- 第 17 和第 18 章介紹動態資料網站和 ASP.NET,並展示如何為網路編寫應用程式。你將在 Visual Studio 2010 中使用最新的 ASP.NET 4 網頁技術。
- 第 19 章簡要介紹 XML,這是一個強大的工具,可以將你的應用程式與其他應用程式整合——無論它們是用什麼語言編寫的。
- 第 20 章介紹如何使用 ClickOnce 技術部署應用程式。
注意:CD-ROM/DVD 和其他補充材料不包含在電子書檔案中。