Professional C# 7 and .NET Core 2.0 - 目录

目录


  • 01 .NET Applications and Tools
  • 02 Core C#
  • 03 Objects and Types
  • 04 Object-Oriented Programming with C#
  • 05 Generics
  • 06 Operators and Casts
  • 07 Arrays
  • 08 Delegates, Lambdas and Events
  • 09 Strings and Regular Expressions
  • 10 Collections
  • 11 Special Collections
  • 12 Language Integrated Query
  • 13 Functional Programming with C#
  • 14 Errors and Exceptions
  • 15 Asynchronous Programming
  • 16 Reflection, Metadata and Dynamic Programming
  • 17 Managed and Unmanaged Memory
  • 18 Visual Studio 2017

  • 19 Libraries, Assemblies, Packages and NuGet
  • 20 Dependency Injection
  • 21 Tasks and Parallel Programming
  • 22 Files and Streams
  • 23 Networking
  • 24 Security
  • 25 ADO.NET and Transactions
  • 26 Entity Framework Core
  • 27 Localization
  • 28 Testing
  • 29 Tracing, Logging and Analytics

  • 30 ASP.NET Core
  • 31 ASP.NET Core MVC
  • 32 Web API

  • 33 Windows Apps
  • 34 Patterns with XAML Apps
  • 35 Styling Windows Apps
  • 36 Advanced Windows Apps
  • 37 Xamarin.Forms

介绍

.NET CORE

C#

C# 7 新特性

ASP.NET CORE 新特性

UWP(UNIVERSAL WINDOWS PLATFORM)新特性

C# 代码工具

这本书主要讲啥

本书惯例

源代码

GITHUB

错误反馈

  • 人无完人,书无完书。

声明

  • 本文写作于2020年2月29日,此时C# 8.0和.NET Core 3.0早已发布,而《Professional C# 7 and .NET Core 2.0》是笔者此时能找到的最新版本的电子书。
  • 该书的中文版《C#高级编程(第11版) - C# 7 & .NET Core 2.0》(李铭译注)由清华出版社2019年2月18日出版,在各大电子商城有售。
  • 事实上ECMA通过的C#特性标准还停留在C# 5.0,因此笔者选择学习这本C#7.0的英文电子书,同时将部分关键点翻译并保留下来以便后续翻看,关键技术点尽量保留中英对照,并追加在学习过程中个人测试用例和一些参考文献。
  • 本系列文章应该算是个人学习笔记,预计是一天翻译学习一章左右,全书共37章,大概耗时一个半月。

猜你喜欢

转载自www.cnblogs.com/zenronphy/p/12387461.html