此商品已下架,若仍需天瓏代為查詢或代購書籍,請與門市客服人員聯繫,或 E-mail 至 service@tenlong.com.tw 將有專人為您服務。

.Net in Action, Second Edition
暫譯: .NET 實戰,第二版

Metzgar, Dustin

  • 出版商: Manning
  • 出版日期: 2024-06-18
  • 售價: $2,300
  • 貴賓價: 9.5$2,185
  • 語言: 英文
  • 頁數: 360
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1633439313
  • ISBN-13: 9781633439313
  • 相關分類: .NET
  • 立即出貨 (庫存 < 3)

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

商品描述

Learn to build standout line-of-business applications using Microsoft's .NET Framework, the premier platform for enterprise business development.

Based on the bestselling .NET Core in Action, the new .NET in Action, Second Edition has been completely rewritten and updated by original author Dustin Metzgar--an industry veteran who helped develop both the original .NET Framework and .NET Core.

.NET in Action, Second Edition presents the big picture of .NET application development, introducing core concepts like:

  • Designing applications to take full advantage of .NET 8
  • Integrating the latest C# and .NET features
  • Building web services and applications with ASP.NET Core
  • Working with data in files and remote services, and databases via Entity Framework Core
  • Verifying code with unit and integration tests
  • Make applications ready for internationalization
  • Benchmarking and analyzing application performance

.NET in Action, Second Edition offers a clear-headed introduction to implementing full-featured, cross-platform professional applications on the Microsoft .NET platform. It compiles the must-know skills of .NET into a format that's clear and easy to follow. In each chapter, you'll build new applications, pick up essential .NET skills, and test your knowledge against handy exercises.

Foreword by Scott Hanselman.

Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.

About the technology

The Microsoft .NET platform is a godsend for application developers. .NET provides a comprehensive framework, with consistent tooling for web, mobile, and line-of-business applications, high-performance games, and massive distributed systems. A perfect blend of power and flexibility, its just-in-time compiler runs multiple languages, including C#, Visual Basic, and F#.

About the book

.NET in Action, Second Edition teaches you to build cross-platform applications and services on the .NET platform. It gives you the big picture, systematically presenting the features you need to ship high-quality apps, without bogging you down in low-level details. You'll learn to benchmark and analyze performance issues, secure your sites and products, and explore modern architectures like microservices. This totally-revised new edition now covers .NET 8 and new C# language features, along with updates to ASP.NET Core and Entity Framework Core.

What's inside

  • Take advantage of the latest C# and .NET features
  • Secure your applications
  • Performance analysis and tuning
  • Modern application design techniques

About the reader

For beginning-to-intermediate developers on any platform. No .NET experience required.

About the author

Dustin Metzgar is a seasoned developer and architect. At Microsoft, Dustin contributed to the .NET Framework, .NET Core, and the open sourcing of .NET.

The technical editor on this book was Gerald Versluis.

Table of Contents

PART 1
1 Why.NET?
2 Building a console application
3 Creating web ser vices and applications with ASP.NET Core
PART 2
4 File and network I/O
5 Using Entity Framework Core with relational databases
PART 3
6 Unit-testing fundamentals
7 Substituting dependencies in tests
8 Integration testing
PART 4
9 Security
10 Performance and profiling
11 Handling failures
12 Building world-ready applications
13 Working with containers

商品描述(中文翻譯)

學習使用微軟的 .NET Framework 建立突出的業務應用程式,這是企業業務開發的首選平台。

基於暢銷書 .NET Core in Action,全新的 .NET in Action, Second Edition 已由原作者 Dustin Metzgar 完全重寫和更新,他是一位行業資深人士,曾參與開發原始的 .NET Framework 和 .NET Core。

.NET in Action, Second Edition 提供了 .NET 應用程式開發的全貌,介紹了核心概念,如:

  • 設計應用程式以充分利用 .NET 8
  • 整合最新的 C# 和 .NET 特性
  • 使用 ASP.NET Core 建立網路服務和應用程式
  • 通過 Entity Framework Core 處理檔案、遠端服務和資料庫中的數據
  • 使用單元測試和整合測試驗證代碼
  • 使應用程式準備好進行國際化
  • 基準測試和分析應用程式性能

.NET in Action, Second Edition 提供了一個清晰的介紹,幫助您在微軟 .NET 平台上實現功能齊全的跨平台專業應用程式。它將 .NET 的必備技能編排成一個清晰易懂的格式。在每一章中,您將建立新的應用程式,掌握基本的 .NET 技能,並通過實用的練習測試您的知識。

前言由 Scott Hanselman 撰寫。

購買印刷版書籍可獲得 Manning Publications 提供的免費 PDF 和 ePub 格式電子書。

關於技術

微軟的 .NET 平台對應用程式開發者來說是一大福音。.NET 提供了一個全面的框架,擁有一致的工具,適用於網路、行動和業務應用程式、高效能遊戲以及大規模分散式系統。它是力量與靈活性的完美結合,其即時編譯器支援多種語言,包括 C#、Visual Basic 和 F#。

關於本書

.NET in Action, Second Edition 教您如何在 .NET 平台上建立跨平台的應用程式和服務。它提供了全貌,系統性地呈現您需要的功能,以便發佈高品質的應用程式,而不會讓您陷入低層次的細節。您將學會基準測試和分析性能問題,保護您的網站和產品,並探索現代架構如微服務。這本完全修訂的新版本現在涵蓋了 .NET 8 和新的 C# 語言特性,以及對 ASP.NET Core 和 Entity Framework Core 的更新。

內容概覽

  • 利用最新的 C# 和 .NET 特性
  • 保護您的應用程式
  • 性能分析和調優
  • 現代應用程式設計技術

讀者對象

適合任何平台的初學者至中級開發者。不需要 .NET 經驗。

關於作者

Dustin Metzgar 是一位資深的開發者和架構師。在微軟,Dustin 參與了 .NET Framework、.NET Core 和 .NET 的開源工作。

本書的技術編輯是 Gerald Versluis

目錄

第一部分
1 為什麼選擇 .NET?
2 建立控制台應用程式
3 使用 ASP.NET Core 創建網路服務和應用程式
第二部分
4 檔案和網路 I/O
5 使用 Entity Framework Core 與關聯資料庫
第三部分
6 單元測試基礎
7 在測試中替換依賴項
8 整合測試
第四部分
9 安全性
10 性能和分析
11 處理失敗
12 建立全球化應用程式
13 使用容器工作

作者簡介

Dustin Metzgar is a seasoned developer and architect. When he worked for Microsoft, Dustin contributed to the .NET Framework, .NET Core, and the open sourcing of .NET.

作者簡介(中文翻譯)

Dustin Metzgar 是一位經驗豐富的開發者和架構師。在他為微軟工作時,Dustin 參與了 .NET Framework、.NET Core 的開發,以及 .NET 的開源工作。