Visual Basic 2005 Recipes: A Problem-Solution Approach
Rakesh Rajan, Matthew MacDonald, Todd Herman, Allen Jones
- 出版商: Apress
- 出版日期: 2007-07-18
- 售價: $2,010
- 貴賓價: 9.5 折 $1,910
- 語言: 英文
- 頁數: 664
- 裝訂: Paperback
- ISBN: 1590598520
- ISBN-13: 9781590598528
-
相關分類:
Visual Basic
已過版
買這商品的人也買了...
-
PSP: A Self-Improvement Process for Software Engineers (Hardcover)$880$862 -
Java 認證 SCJP 5.0 猛虎出閘$650$514 -
SQL 語法範例辭典$550$468 -
Linux 驅動程式, 3/e (Linux Device Drivers, 3/e)$980$774 -
精通 MFC 視窗程式設計─Visual Studio 2005 版$750$593 -
操作介面設計模式 (Designing Interfaces)$880$695 -
Effective C++, 3/e (中文版) (Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3/e)$500$450 -
Visual C++ 2005 教學手冊 (Ivor Horton's Beginning Visual C++ 2005)$800$632 -
Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e)$1,200$948 -
MIS 網管聖經$620$490 -
TCP/IP 通訊協定, 3/e (TCP/IP Protocol Suite, 3/e)$780$741 -
寫給 SA 的 UML/MDA 實務手冊$350$298 -
C++ Primer, 4/e (中文版)$990$891 -
現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480 -
Embedded Linux 開發實務徹底研究 (Embedded Linux Primer: A Practical Real-World Approach)$720$612 -
Adobe Photoshop Lightroom 流光顯影─攝影玩家的數位暗房 (Adobe Photoshop Lightroom Book)$450$356 -
最新 PHP + MySQL + AJAX 網頁程式設計$650$553 -
VBScript 500 個活用範例 Windows 自動化技術大全 for Vista/XP/2000$590$460 -
解密 SEO:如何讓網站排名第一$480$379 -
程式之美-微軟技術面試心得$490$387 -
Learning jQuery 中文版 (Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques)$480$379 -
Short Coding 寫出簡潔好程式-短碼達人的心得技法$480$374 -
重構─改善既有程式的設計, 2/e (Refactoring: Improving The Design of Existing Code)$800$632 -
ASP.NET 3.5 應用系統專題實作$590$460 -
3D 繪圖程式設計:使用 Direct3D 10/9 與 OpenGL 2.0$700$553
相關主題
商品描述
Description
Whatever your situation, one thing is certain: you will always know what you want to do, but not necessarily how best to do it. This book has been written to help you through those difficult decisions and is an invaluable companion when tackling a wide range of Visual Basic 2005 problems.
Mastering .NET development is as much about understanding the functionality of the .NET Framework as it is about the syntax and grammar of your chosen language. Visual Basic 2005 Recipes: A Problem-Solution Approach recognizes this fine balance. This book meets your need for fast, effective solutions to the difficulties you encounter in your coding projects.
The recipes have been chosen with professional developers in mind and feature a careful balance of code and textthe code gives you everything you need to solve the problem at hand, while the accompanying text carefully explains how it solves your problem and, more importantly, why it works the way it does.
Table of Contents
About the Authors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xv
About the Technical Reviewer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvii
Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xix
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxi
■CHAPTER 1 Application Development . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
■CHAPTER 2 Data Manipulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
■CHAPTER 3 Application Domains, Reflection, and Metadata . . . . . . . . . . . . . . . . 77
■CHAPTER 4 Threads, Processes, and Synchronization . . . . . . . . . . . . . . . . . . . . 111
■CHAPTER 5 Files, Directories, and I/O . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
■CHAPTER 6 XML Processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
■CHAPTER 7 Windows Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243
■CHAPTER 8 Multimedia . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 289
■CHAPTER 9 Database Access . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335
■CHAPTER 10 Networking and Remoting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373
■CHAPTER 11 Security and Cryptography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 433
■CHAPTER 12 Unmanaged Code Interoperability . . . . . . . . . . . . . . . . . . . . . . . . . . . 481
■CHAPTER 13 Commonly Used Interfaces and Patterns . . . . . . . . . . . . . . . . . . . . . 501
■CHAPTER 14 Windows Integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 545
■CHAPTER 15 Language Integrated Query (LINQ) . . . . . . . . . . . . . . . . . . . . . . . . . . . 571
■APPENDIX Acronyms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 603
■Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609
