Visual Basic 2012 Unleashed, 2/e (Paperback)
暫譯: Visual Basic 2012 完全解析(第二版)
Alessandro Del Sole
- 出版商: SAMS
- 出版日期: 2013-01-28
- 售價: $2,220
- 貴賓價: 9.5 折 $2,109
- 語言: 英文
- 頁數: 1300
- 裝訂: Paperback
- ISBN: 0672336316
- ISBN-13: 9780672336317
-
相關分類:
Visual Basic
已過版
買這商品的人也買了...
-
精緻 Visual Basic ─ 從入門到互動式 3D 立體繪圖設計$450$441 -
Construction Estimating Using Excel$4,440$4,218 -
大話設計模式$620$490 -
Windows PowerShell Unleashed, 2/e$1,900$1,805 -
$1,188Microsoft Visual Studio 2010 Unleashed (Paperback) -
$299Adobe Acrobat X PDF Bible (Paperback) -
跨平台 Android / iPhone 程式開發-使用 PhoneGap / jQuery Mobile$580$493 -
ASP.NET 4.5 專題實務 [I]-C# 入門實戰篇$780$616 -
全方位把玩 Android 400 個 API:精挑細選 365 個實例說明$680$578 -
強勢回歸 Microsoft Hyper-V 2012 從零開始-複本、叢集、即時移轉、高可用性 (附教學影片)$680$544 -
版本控制使用 Git, 2/e (Version Control with Git: Powerful tools and techniques for collaborative software development, 2/e)$580$458 -
ASP.NET 4.5 與 jQuery Mobile 跨行動裝置網站開發-使用 VB$600$474 -
jQuery Mobile 與 ASP.NET 實戰開發-跨平台行動界面與網頁應用程式設計
$750$593 -
無瑕的程式碼-敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship)$580$452 -
Excel 行銷決策必備的 200 個表格$450$356 -
超圖解 Arduino 互動設計入門 (附 Arduino UNO R3 開發板)$1,130$961 -
Android 初學特訓班, 3/e (暢銷改版,全新 Android 4.X 版 / 適用 Android 4.X~2.X,附影音教學/範例/小綠人素材)$480$379 -
Arduino UNO R3 開發板(副廠相容版)附傳輸線$400$380 -
Arduino 基礎入門套件 (附範例程式下載連結)$950$903 -
Windows Server 2012 網路與網站建置實務$680$537 -
易讀程式之美學-提升程式碼可讀性的簡單法則 (The Art of Readable Code)$480$379 -
PMP Exam Prep: Rita's Course in a Book for Passing the PMP Exam-Updated, 8/e (Paperback)$3,200$3,040 -
眼球運動視力鍛鍊-只要每天 5 分鐘,不可思議的眼肌鍛鍊法$349$297 -
透視 C語言指標-深度探索記憶體管理核心技術 (Understanding and Using C Pointers)$480$379 -
邁向 jQuery 達人的階梯$490$417
相關主題
商品描述
Fully updated for Windows 8 support, .NET 4.5, and Windows Phone development, this is the most comprehensive, practical reference to modern programming with Visual Basic 2012. Written by Visual Basic MVP Alessandro Del Sole, a long-time leader of the global VB community, this book illuminates the core of the VB language and demonstrates its effective use in many current programming scenarios.
Del Sole covers both Visual Basic 2012 Professional Edition for professional developers and the Express Edition for hobbyists, novices, and students. Writing for VB programmers at all levels of experience, he walks through using VB 2012 for data access, Windows desktop/Windows Phone user interface development, networking, communication, and much more.
For those moving from structured languages—including VB 6—Del Sole offers detailed guidance on building effective object-oriented code. He also demonstrates how to make the most of Microsoft’s updated .NET 4.5 platform to write more robust and powerful software.
Detailed information on how to…
¿ Understand the Visual Studio 2012 IDE, .NET Framework 4.5, and the anatomy of a VB 2012 application
¿ Debug VB applications and implement error handling and exceptions
¿ Build efficient object-oriented software with classes, objects, namespaces, and inheritance
¿ Work with advanced object-oriented features, including interfaces, generics, delegates, events, and collections
¿ Access data with LINQ—including LINQ to Objects, SQL, DataSets, Entities, XML, and Parallel LINQ
¿ Build modern Windows applications with WPF
¿ Develop web-centric applications using ASP.NET, Silverlight 5, and Windows Azure Services cloud computing
¿ Use advanced .NET 4.5 platform capabilities, including asynchronous programming, multithreading, parallel programming
¿ Build apps for Windows Phone
¿ Test code with unit tests, TDD, and code contracts
¿ Deploy apps efficiently with InstallShield for Visual Studio and ClickOnce
商品描述(中文翻譯)
完全更新以支援 Windows 8、.NET 4.5 和 Windows Phone 開發,這是一本最全面、最實用的 Visual Basic 2012 現代程式設計參考書。由 Visual Basic MVP Alessandro Del Sole 撰寫,他是全球 VB 社群的長期領導者,本書深入探討 VB 語言的核心,並展示其在許多當前程式設計場景中的有效使用。
Del Sole 涵蓋了專業開發者使用的 Visual Basic 2012 專業版以及供愛好者、新手和學生使用的 Express 版。針對各種經驗水平的 VB 程式設計師,他詳細介紹了如何使用 VB 2012 進行資料存取、Windows 桌面/Windows Phone 使用者介面開發、網路通訊等多個主題。
對於從結構化語言(包括 VB 6)轉移過來的開發者,Del Sole 提供了有關構建有效物件導向程式碼的詳細指導。他還展示了如何充分利用微軟更新的 .NET 4.5 平台來編寫更穩健和強大的軟體。
詳細資訊包括如何…
- 理解 Visual Studio 2012 IDE、.NET Framework 4.5 以及 VB 2012 應用程式的結構
- 偵錯 VB 應用程式並實施錯誤處理和例外處理
- 使用類別、物件、命名空間和繼承構建高效的物件導向軟體
- 使用介面、泛型、委派、事件和集合等進階物件導向特性
- 使用 LINQ 存取資料,包括 LINQ to Objects、SQL、DataSets、Entities、XML 和 Parallel LINQ
- 使用 WPF 構建現代 Windows 應用程式
- 使用 ASP.NET、Silverlight 5 和 Windows Azure Services 雲端計算開發以網頁為中心的應用程式
- 利用 .NET 4.5 平台的進階功能,包括非同步程式設計、多執行緒和平行程式設計
- 為 Windows Phone 構建應用程式
- 使用單元測試、測試驅動開發 (TDD) 和程式碼合約測試程式碼
- 使用 InstallShield for Visual Studio 和 ClickOnce 高效部署應用程式
