Advanced C# Programming
            
暫譯: 進階 C# 程式設計
        
        Paul Kimmel, Lyssa Wald, Michael Mueller
- 出版商: McGraw-Hill Education
 - 出版日期: 2002-09-04
 - 售價: $2,120
 - 貴賓價: 9.5 折 $2,014
 - 語言: 英文
 - 頁數: 551
 - 裝訂: Paperback
 - ISBN: 0072224177
 - ISBN-13: 9780072224177
 - 
    相關分類:
    
      C#
 
已過版
買這商品的人也買了...
- 
                
                  
                  
                計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537 - 
                
                  
                  
                UML 使用手冊 (The Unified Modeling Language User Guide)$580$452 - 
                
                  
                  
                $948JavaScript Design - 
                
                  
                  
                $990Charles F. Goldfarb's XML Handbook, 4/e (Paperback) - 
                
                  
                  
                .NET Enterprise Development in C#: From Design to Deployment$1,800$1,710 - 
                
                  
                  
                ASP.NET 實例導引 (ASP.NET by Example)$480$379 - 
                
                  
                  
                LPI Linux 資格檢定 (LPI Linux Certification in a Nutshell)$880$695 - 
                
                  
                  
                專業 XML 程式設計第二版 (Professional XML, 2/e)$800$632 - 
                
                  
                  
                ASP.NET 網頁製作徹底研究$650$553 - 
                
                  
                  
                Microsoft Project 2002 高手攻略$540$427 - 
                
                  
                  
                作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741 - 
                
                  
                  
                JBuilder 實用技術手冊$600$474 - 
                
                  
                  
                802.11 無線區域網路通訊協定及應用$550$435 - 
                
                  
                  
                ASP.NET 程式設計徹底研究$590$466 - 
                
                  
                  
                軟體設計與品質管理$490$387 - 
                
                  
                  
                鳥哥的 Linux 私房菜-伺服器架設篇$750$638 - 
                
                  
                  
                SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027)$850$723 - 
                
                  
                  
                人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 - 
                
                  
                  
                JSP 2.0 技術手冊$750$593 - 
                
                  
                  
                Postfix 技術手冊 (Postfix: The Definitive Guide)$720$569 - 
                
                  
                  
                Computer Networking: A Top-Down Approach Featuring the Internet, 3/e平裝(美國版0321227352)$1,080$1,058 - 
                
                  
                  
                ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507 - 
                
                  
                  
                Linux iptables 技術實務─防火牆、頻寬管理、連線管制$620$527 - 
                
                  
                  
                在公牛身上擠奶$280$221 - 
                
                  
                  
                ASP.NET AJAX 經典範例 100─使用 VB$750$593 
商品描述
Your Definitive Professional Resource
Build solutions for the Microsoft .NET platform quickly and easily with C#--an efficient, object-oriented language. Advanced C# Programming thoroughly explains real-world solutions you can apply to a wide range of business applications or to programming problems. This book also reviews working code available on Microsofts portal. Maximize the vast capabilities of C# in three key areas--Windows applications, tools and component building, and Web programming--using the advanced development strategies presented in this professional resource.
- Get an overview of core language foundations you will need to create 
  applications 
 - Explore Windows Forms programming, multithreading, GDI+, and more in .NET 
  
 - Incorporate roles-based and code access security 
 - Use attributes, exception handlers, event logging, and other proven 
  programming methods with ease 
 - Extend the Visual Studio .NET IDE using the new extensibility model 
 - Implement Web methods, Web services, and asynchronous Web services 
 - Learn to use C# in ASP.NET code behind pages, and use cookies, page, and 
  session caching 
 - Learn about ADO.NET, Reflection, and emitting IL by exploring the assembly 
  viewer applications 
 - Significantly minimize the number of bugs that make it off your work 
  station 
 
Contents            
   Part I: Windows Applications
    
    1: 
  Language Foundations
    2: Assembly 
  Viewer
    3: Video Kiosk
    4: 
  Terrarium
    5: Building Database Applications with 
  ADO.NET
   Part II: Tools and 
  Components
    6: Customizing Visual Studio 
  .NET
    7: Event Logger
    8: Creating 
  UserControls
    9: Special Effects 
  Text
    10: Creating Custom 
  Attributes
    11: Practical Reflection
   
  Part III: Web Applications-IBUYSPY Portal
    12: 
  Implementing Web Services
    13: IBuySpy and Dynamic User 
  Interfaces in ASP.NET
    14: Creating Custom Web 
  Controls
    15: Output Caching and Persisting State 
  Information
    16: Security and 
Authentication
商品描述(中文翻譯)
您的專業資源
快速且輕鬆地為 Microsoft .NET 平台構建解決方案,使用 C#——一種高效的物件導向語言。《進階 C# 程式設計》徹底解釋了您可以應用於各種商業應用程式或程式設計問題的實際解決方案。本書還回顧了可在 Microsoft 入口網站上獲得的工作代碼。利用本專業資源中提供的進階開發策略,最大化 C# 在三個關鍵領域的廣泛能力——Windows 應用程式、工具和元件建構,以及 Web 程式設計。
- 獲得創建應用程式所需的核心語言基礎概述
- 探索 Windows Forms 程式設計、多執行緒、GDI+ 等 .NET 技術
- 融入基於角色的安全性和程式碼存取安全性
- 輕鬆使用屬性、例外處理器、事件記錄和其他經驗證的程式設計方法
- 使用新的擴展模型擴展 Visual Studio .NET IDE
- 實作 Web 方法、Web 服務和非同步 Web 服務
- 學習在 ASP.NET 中使用 C# 的後端頁面,並使用 cookies、頁面和會話快取
- 透過探索組件檢視器應用程式了解 ADO.NET、反射和發出 IL
- 顯著減少從您的工作站流出的錯誤數量
目錄
             第一部分:Windows 應用程式
    1: 語言基礎
    2: 組件檢視器
    3: 視訊自助服務機
    4: 生態缸
    5: 使用 ADO.NET 建立資料庫應用程式
    第二部分:工具和元件
    6: 自訂 Visual Studio .NET
    7: 事件記錄器
    8: 創建使用者控制項
    9: 特效文字
    10: 創建自訂屬性
    11: 實用反射
    第三部分:Web 應用程式 - IBUYSPY 入口網站
    12: 實作 Web 服務
    13: IBuySpy 和 ASP.NET 中的動態使用者介面
    14: 創建自訂 Web 控制項
    15: 輸出快取和持久化狀態資訊
    16: 安全性和身份驗證
