Mastering C# 8.0: Master C# Skills with Hands-on Code Examples (English Edition)
暫譯: 精通 C# 8.0:透過實作範例掌握 C# 技能(英文版)
Kanjilal, Joydip
- 出版商: Bpb Publications
- 出版日期: 2019-10-11
- 售價: $940
- 貴賓價: 9.5 折 $893
- 語言: 英文
- 頁數: 328
- 裝訂: Quality Paper - also called trade paper
- ISBN: 9388511603
- ISBN-13: 9789388511605
-
相關分類:
C#
無法訂購
商品描述
Step-by-step guide written in a lucid language for mastering C#
Key FeaturesPacked with plentiful code examples A comprehensive guide to mastering C# Discusses the OOP principles Targets beginner to advanced readers of C# Provides insight into the latest features of C#, including C# 8.0 Covers Visual Studio 2019
Description
This book starts by introducing the concepts of .NET framework. It then discusses OOP and explores how one can work with OOP in C#. There are two chapters on OOP: the first one covers the basics of object-oriented programming (OOP); and the second one delineates advanced concepts related to OOP and how they can be implemented in C#.Next, the book discusses Language Integrated Query (LINQ) and how to work with it in C#, followed by multithreading, asynchronous and parallel programming concepts with relevant code examples to illustrate the concepts covered. Generics, collections, generic collections, delegates, lambda expressions are also covered in this section.In the last section of the book, serialization, file I/O and how to work with them in C# are discussed concisely. A separate chapter on C# 8.0 is added to highlight its new features. .. There is an appendix chapter as well that discusses how one can get started working with Visual Studio 2019.
What will you learn
By the end of reading this book, the reader will have mastered the concepts of C# programming language, and be able to build high performance, scalable and robust applications using C#.
Who this book is for
This book is intended for people who are aspiring a career in .NET as well as for professionals who would like to master the concepts of C# programming language. Since this book is for beginner to advanced readers of C#, a basic knowledge of C# will be helpful. Table of Contents
1. Microsoft .NET Internals
2. Getting Started with C#
3. Object-oriented Programming - Part 1
4. Object-oriented Programming - Part 2
5. Properties and Indexers
6. Programming LINQ in C#
7. Generic Collections in C#
8. Delegates and Extension Methods
9. Exception Handling in C#
10. Asynchrony and Parallel programming
11. Multithreading in C#
12. File I/O and Serialization
13. Advanced Concepts in C#
14. New Features of C# 8.0
15. Appendix
About the Author
Joydip has been the Microsoft Most Valuable Professional (MVP) in ASP.NET, consecutively for six years (2007 to 2012). With more than two decades of industry experience and 16 years of experience in Microsoft .NET, he has authored eight books and reviewed more than a dozen books. Besides, he has written more than 500 articles in leading journals and websites, including MSDN, Code Magazine, InfoWorld, SSWUG, TechTarget Inc, etc.
Your Blog links: https: //www.infoworld.com/blog/microsoft-coder/
Your LinkedIn Profile: https: //in.linkedin.com/in/joydipkanjilal
Key Features
Description
This book starts by introducing the concepts of .NET framework. It then discusses OOP and explores how one can work with OOP in C#. There are two chapters on OOP: the first one covers the basics of object-oriented programming (OOP); and the second one delineates advanced concepts related to OOP and how they can be implemented in C#.Next, the book discusses Language Integrated Query (LINQ) and how to work with it in C#, followed by multithreading, asynchronous and parallel programming concepts with relevant code examples to illustrate the concepts covered. Generics, collections, generic collections, delegates, lambda expressions are also covered in this section.In the last section of the book, serialization, file I/O and how to work with them in C# are discussed concisely. A separate chapter on C# 8.0 is added to highlight its new features. .. There is an appendix chapter as well that discusses how one can get started working with Visual Studio 2019.
What will you learn
By the end of reading this book, the reader will have mastered the concepts of C# programming language, and be able to build high performance, scalable and robust applications using C#.
Who this book is for
This book is intended for people who are aspiring a career in .NET as well as for professionals who would like to master the concepts of C# programming language. Since this book is for beginner to advanced readers of C#, a basic knowledge of C# will be helpful. Table of Contents
1. Microsoft .NET Internals
2. Getting Started with C#
3. Object-oriented Programming - Part 1
4. Object-oriented Programming - Part 2
5. Properties and Indexers
6. Programming LINQ in C#
7. Generic Collections in C#
8. Delegates and Extension Methods
9. Exception Handling in C#
10. Asynchrony and Parallel programming
11. Multithreading in C#
12. File I/O and Serialization
13. Advanced Concepts in C#
14. New Features of C# 8.0
15. Appendix
About the Author
Joydip has been the Microsoft Most Valuable Professional (MVP) in ASP.NET, consecutively for six years (2007 to 2012). With more than two decades of industry experience and 16 years of experience in Microsoft .NET, he has authored eight books and reviewed more than a dozen books. Besides, he has written more than 500 articles in leading journals and websites, including MSDN, Code Magazine, InfoWorld, SSWUG, TechTarget Inc, etc.
Your Blog links: https: //www.infoworld.com/blog/microsoft-coder/
Your LinkedIn Profile: https: //in.linkedin.com/in/joydipkanjilal
商品描述(中文翻譯)
逐步指南,使用清晰的語言掌握 C#
主要特點
書籍描述
本書首先介紹 .NET 框架的概念。接著討論物件導向程式設計 (OOP),並探索如何在 C# 中使用 OOP。書中有兩章關於 OOP:第一章涵蓋物件導向程式設計的基本概念;第二章則詳細說明與 OOP 相關的進階概念及其在 C# 中的實作方式。接下來,書中討論語言整合查詢 (LINQ) 及如何在 C# 中使用它,然後介紹多執行緒、非同步和並行程式設計概念,並提供相關的程式碼範例以說明所涵蓋的概念。本部分還涵蓋泛型、集合、泛型集合、委派和 Lambda 表達式。在書的最後一部分,簡要討論序列化、檔案 I/O 及如何在 C# 中使用它們。還新增了一章關於 C# 8.0,以突顯其新功能。此外,還有一個附錄章節,討論如何開始使用 Visual Studio 2019。
您將學到什麼
閱讀本書結束後,讀者將掌握 C# 程式語言的概念,並能夠使用 C# 建立高效能、可擴展且穩健的應用程式。
本書適合誰
本書適合有志於在 .NET 領域發展職業的人士,以及希望掌握 C# 程式語言概念的專業人士。由於本書適合 C# 的初學者到進階讀者,因此具備基本的 C# 知識將會有所幫助。目錄
1. Microsoft .NET 內部結構
2. C# 入門
3. 物件導向程式設計 - 第 1 部分
4. 物件導向程式設計 - 第 2 部分
5. 屬性和索引器
6. 在 C# 中編程 LINQ
7. C# 中的泛型集合
8. 委派和擴展方法
9. C# 中的例外處理
10. 非同步和並行程式設計
11. C# 中的多執行緒
12. 檔案 I/O 和序列化
13. C# 中的進階概念
14. C# 8.0 的新功能
15. 附錄
關於作者
Joydip 連續六年(2007 至 2012 年)獲得 Microsoft 最有價值專家 (MVP) 的稱號,專注於 ASP.NET。擁有超過二十年的行業經驗和 16 年的 Microsoft .NET 經驗,他已撰寫八本書並審閱超過十本書。此外,他在包括 MSDN、Code Magazine、InfoWorld、SSWUG、TechTarget Inc 等領先期刊和網站上撰寫了超過 500 篇文章。
您的部落格連結: https://www.infoworld.com/blog/microsoft-coder/
您的 LinkedIn 個人檔案: https://in.linkedin.com/in/joydipkanjilal