内容简介
This book is targeted towards readers who have some prior programming experience or have a science, technology, engineering, or mathematics (STEM) background, and want to gain a solid foundation with C# and to be introduced to the types of applications they could build and will work cross-platform on Windows, Linux, and macOS.
AI简介
这是一本全面且深入地介绍了C#语言和 .NET Core框架的书籍。这本书涵盖了C#开发环境搭建,在Visual Studio Code中编写方法,将方法分配给事件,理解ASP.NET Core MVC模型的作用和工作原理,配置ASP.NET Core Web应用程序,监控性能和资源使用情况,理解进程、线程和任务,多任务处理提高性能与可扩展性,使用NuGet包管理器添加包,Defining entity classes,Fluent API简介,Lazy loading,解决序列化过程中的问题,XAML Standard 1.0,C# 运算符,以及故意错误的应用场景等主题。
在C#开发环境搭建部分,作者详细介绍了如何配置和使用C#编程语言进行软件开发。作者强调了选择合适的集成开发环境(IDE) 的重要性,并推荐使用Visual Studio 2017或Visual Studio Code等工具。同时,作者也解释了 .NET框架、.NET Core、.NET Standard和 .NET Native的区别,帮助读者更好地理解这些技术。
在在Visual Studio Code中编写