Mastering C# and .NET Framework
暫譯: 精通 C# 與 .NET Framework
Marino Posadas
- 出版商: Packt Publishing
- 出版日期: 2016-12-16
- 售價: $2,010
- 貴賓價: 9.5 折 $1,910
- 語言: 英文
- 頁數: 646
- 裝訂: Paperback
- ISBN: 1785884379
- ISBN-13: 9781785884375
-
相關分類:
.NET、C#
海外代購書籍(需單獨結帳)
商品描述
Deep dive into C# and .NET architecture to build efficient, powerful applications
About This Book
- Uniquely structured content to help you understand what goes on under the hood of .NET’s managed code platform to master .NET programming
- Deep dive into C# programming and how the code executes via the CLR
- Packed with hands-on practical examples, you’ll understand how to write applications to make full use of the new features of .NET 4.6, .NET Core and C# 6/7
Who This Book Is For
This book was written exclusively for .NET developers. If you’ve been creating C# applications for your clients, at work or at home, this book will help you develop the skills you need to create modern, powerful, and efficient applications in C#.
No knowledge of C# 6/7 or .NET 4.6 is needed to follow along—all the latest features are included to help you start writing cross-platform applications immediately. You will need to be familiar with Visual Studio, though all the new features in Visual Studio 2015 will also be covered.
What You Will Learn
- Understand C# core concepts in depth, from sorting algorithms to the Big O notation
- Get up to speed with the latest changes in C# 6/7
- Interface SQL Server and NoSQL databases with .NET
- Apprehend SOLID principles and the most relevant GoF Patterns with practical examples in C# 6.0
- Defend C# applications against attacks
- Use Roslyn, a self-hosted framework to compile and advanced edition in both C# and Visual basic .NET languages
- Discern LINQ and associated Lambda expressions, generics, and delegates
- Design a .NET application from the ground up
- Understand the internals of a .NET assembly
- Grasp some useful advanced features in optimization and parallelism
In Detail
Mastering C# and .NET Framework will take you in to the depths of C# 6.0/7.0 and .NET 4.6, so you can understand how the platform works when it runs your code, and how you can use this knowledge to write efficient applications. Take full advantage of the new revolution in .NET development, including open source status and cross-platform capability, and get to grips with the architectural changes of CoreCLR.
Start with how the CLR executes code, and discover the niche and advanced aspects of C# programming – from delegates and generics, through to asynchronous programming. Run through new forms of type declarations and assignments, source code callers, static using syntax, auto-property initializers, dictionary initializers, null conditional operators, and many others. Then unlock the true potential of the .NET platform. Learn how to write OWASP-compliant applications, how to properly implement design patterns in C#, and how to follow the general SOLID principles and its implementations in C# code.
We finish by focusing on tips and tricks that you'll need to get the most from C# and .NET.
This book also covers .NET Core 1.1 concepts as per the latest RTM release in the last chapter.
Style and approach
This book uses hands-on practical code examples that will take you into the depths of C# and .NET. Packed with hands-on practical examples, it is great as a tutorial, or as a reference guide.
商品描述(中文翻譯)
深度探討 C# 和 .NET 架構,以建立高效且強大的應用程式
關於本書
- 獨特的內容結構,幫助您了解 .NET 的管理程式碼平台背後的運作,以精通 .NET 程式設計
- 深入探討 C# 程式設計及其如何透過 CLR 執行程式碼
- 充滿實作範例,讓您了解如何撰寫應用程式,以充分利用 .NET 4.6、.NET Core 和 C# 6/7 的新功能
本書適合誰
本書專為 .NET 開發人員撰寫。如果您在工作或家中為客戶創建 C# 應用程式,本書將幫助您發展所需的技能,以創建現代、強大且高效的 C# 應用程式。
不需要具備 C# 6/7 或 .NET 4.6 的知識即可跟隨本書的內容——所有最新功能均已包含,幫助您立即開始撰寫跨平台應用程式。不過,您需要熟悉 Visual Studio,所有 Visual Studio 2015 的新功能也將涵蓋在內。
您將學到什麼
- 深入了解 C# 的核心概念,從排序演算法到大 O 表示法
- 迅速掌握 C# 6/7 的最新變更
- 使用 .NET 介接 SQL Server 和 NoSQL 資料庫
- 理解 SOLID 原則及最相關的 GoF 設計模式,並提供 C# 6.0 的實作範例
- 保護 C# 應用程式免受攻擊
- 使用 Roslyn,這是一個自我託管的框架,用於編譯和進階編輯 C# 和 Visual Basic .NET 語言
- 辨識 LINQ 及相關的 Lambda 表達式、泛型和委派
- 從零開始設計一個 .NET 應用程式
- 了解 .NET 程式集的內部運作
- 掌握一些有用的進階功能,如優化和並行處理
詳細內容
精通 C# 和 .NET Framework 將帶您深入 C# 6.0/7.0 和 .NET 4.6 的深處,讓您了解平台在執行您的程式碼時的運作方式,以及如何利用這些知識撰寫高效的應用程式。充分利用 .NET 開發的新革命,包括開源狀態和跨平台能力,並掌握 CoreCLR 的架構變更。
從 CLR 如何執行程式碼開始,探索 C# 程式設計的特殊和進階方面——從委派和泛型到非同步程式設計。了解新的型別宣告和賦值形式、源碼呼叫者、靜態使用語法、自動屬性初始化器、字典初始化器、空條件運算子等。然後釋放 .NET 平台的真正潛力。學習如何撰寫符合 OWASP 標準的應用程式,如何在 C# 中正確實作設計模式,以及如何遵循一般的 SOLID 原則及其在 C# 程式碼中的實作。
最後,我們將專注於您需要的技巧和竅門,以充分發揮 C# 和 .NET 的潛力。
本書的最後一章還涵蓋了 .NET Core 1.1 的概念,根據最新的 RTM 版本。
風格與方法
本書使用實作的程式碼範例,將帶您深入 C# 和 .NET 的世界。充滿實作範例,無論作為教程或參考指南都非常適合。