Murach's ASP.NET 4 Web Programming with C# 2010, 4/e (Paperback)
暫譯: Murach的ASP.NET 4網頁程式設計與C# 2010,第4版(平裝本)

Anne Boehm, Joel Murach

  • 出版商: Mike Murach
  • 出版日期: 2011-04-26
  • 售價: $1,812
  • 貴賓價: 9.5$1,721
  • 語言: 英文
  • 頁數: 836
  • 裝訂: Paperback
  • ISBN: 1890774618
  • ISBN-13: 9781890774615
  • 相關分類: .NETASP.NETC#
  • 無法訂購

買這商品的人也買了...

相關主題

商品描述

"In the last 3 years, I have tried to learn C# for web programming using books from a number of different publishers, but have always lost my motivation. The books were just not geared toward someone trying to learn on their own. Then, I checked out your ASP.NET/C# book from our corporate library. What a fantastic book! It's in such high demand at work that I bought my own copy." (A developer's comment on a previous edition of Murach's ASP.NET)


Already know how to code in C# 2010? Then, master web programming with this .NET 4 edition of the ASP.NET book that's a favorite of developers. It teaches beginners how to develop web applications from scratch. And more seasoned professionals use it as a time-saving guide whenever they need the "how-to" details that take forever to find online.

Here's a quick rundown on what developers have always liked best about this book:

#1: Complete applications show you how all the pieces interact
The key to mastering ASP.NET 4 is to have plenty of real-world applications that guide you in using the new skills that you're learning...and that help you avoid the problems that you might run into as you build complex web sites. That's why this book gives you complete applications, including the web forms, the aspx code, and the C# code. Download the applications for free from the Murach website, and experiment with them on your own to see how valuable they are.

#2: It gives you a 6-chapter section on database programming that's geared to business applications
Database handling is crucial in business programming, yet it's glossed over in just a chapter or two in many books. In contrast, this 6-chapter section teaches you how to use SQL data sources and ASP.NET data controls to develop database applications with little or no C# code. Then, it teaches you how to use object data sources to create 3-layer applications that let you separate the presentation code from the data access code. And each topic is illustrated using examples like maintenance and shopping cart applications...the kind of database applications you'll deal with every day.

#3: It teaches you ASP.NET development the way it should be done, using Visual Studio 2010
The 1.x edition of this book was one of the first to teach web development using Visual Studio instead of tools like Notepad. Today, no developer should miss out on the productivity features of Visual Studio 2010. So those features are integrated throughout this book, rather than being relegated to just a chapter or two at the beginning.

#4: It teaches you ASP.NET 4 features when they're appropriate, not just convenient
In contrast to some books, the ASP.NET 4 features haven't just been tacked onto the chapters from the previous .NET 3.5 edition. Instead, authors Anne Boehm and Joel Murach have carefully analyzed how the changes affect the way you develop web applications and what you need to learn when. That means this book integrates the new material with the classic ASP.NET features that haven't changed, giving you a cohesive, fluid approach to learning web programming the way it's done today.

#5: The distinctive paired-pages format* makes learning…and reference...a breeze
A few years ago, a customer used the term "paired pages" to describe our presentation style, and the name has stuck. It means that this book presents each topic in a two-page spread. The right page gives screen shots, code, syntax, bulleted details--whatever is needed to illustrate and summarize the topic; the left page provides extra explanation and perspective as needed. That makes it easy for developers at any level to skim through material they already know and focus on what's new to them.

商品描述(中文翻譯)

「在過去三年中,我嘗試使用來自不同出版社的書籍學習 C# 進行網頁程式設計,但總是失去動力。這些書籍並不適合想要自學的人。然後,我從我們公司的圖書館借了你的 ASP.NET/C# 書籍。真是一本精彩的書!在工作中需求如此之高,以至於我購買了自己的副本。」(一位開發者對 Murach 的 ASP.NET 先前版本的評論)


已經知道如何使用 C# 2010 編碼了嗎?那麼,使用這本開發者最喜愛的 .NET 4 版本的 ASP.NET 書籍來掌握網頁程式設計吧。它教導初學者如何從零開始開發網頁應用程式。而更有經驗的專業人士則將其作為節省時間的指南,隨時需要那些在線上花費很長時間才能找到的「如何做」細節。

以下是開發者對這本書最喜歡的幾個要點:

#1: 完整的應用程式展示了所有組件如何互動
掌握 ASP.NET 4 的關鍵在於擁有大量的實際應用程式,這些應用程式指導你使用正在學習的新技能……並幫助你避免在構建複雜網站時可能遇到的問題。這就是為什麼這本書提供了完整的應用程式,包括網頁表單、aspx 代碼和 C# 代碼。從 Murach 網站免費下載這些應用程式,並自行實驗以了解它們的價值。

#2: 提供了針對商業應用程式的 6 章數據庫程式設計部分
數據庫處理在商業程式設計中至關重要,但在許多書籍中僅簡單提及一兩章。相比之下,這個 6 章的部分教你如何使用 SQL 數據源和 ASP.NET 數據控制來開發幾乎不需要 C# 代碼的數據庫應用程式。然後,它教你如何使用物件數據源來創建 3 層應用程式,讓你能夠將展示代碼與數據訪問代碼分開。每個主題都使用維護和購物車應用程式等示例進行說明……這些都是你每天會接觸到的數據庫應用程式。

#3: 教你如何使用 Visual Studio 2010 進行 ASP.NET 開發
這本書的 1.x 版本是最早使用 Visual Studio 而非 Notepad 等工具教授網頁開發的書籍之一。如今,沒有開發者應該錯過 Visual Studio 2010 的生產力功能。因此,這些功能貫穿整本書,而不是僅限於前面的一兩章。

#4: 在適當的時候教你 ASP.NET 4 的特性,而不僅僅是方便的時候
與某些書籍相比,ASP.NET 4 的特性並不是僅僅附加在之前 .NET 3.5 版本的章節上。相反,作者 Anne Boehm 和 Joel Murach 仔細分析了這些變化如何影響你開發網頁應用程式的方式,以及你需要何時學習什麼。這意味著這本書將新材料與那些改變的經典 ASP.NET 特性整合在一起,為你提供了一種連貫、流暢的學習網頁程式設計的方式。

#5: 獨特的雙頁格式使學習……和參考……變得輕而易舉
幾年前,一位客戶用「雙頁」這個術語來描述我們的呈現風格,這個名稱就這樣保留下來了。這意味著這本書以兩頁的形式呈現每個主題。右頁提供螢幕截圖、代碼、語法、要點詳情——任何需要的內容來說明和總結主題;左頁則根據需要提供額外的解釋和觀點。這使得任何級別的開發者都能輕鬆瀏覽他們已經知道的材料,並專注於對他們來說是新的內容。