|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/build-10-c-beginner-projects-from-scratch/
课程评论:没有评论
课程名称:从零开始构建 10 个 C# 初学者项目 课程概述:欢迎参加这个针对初学者的 C# 项目课程(发音为 C Sharp)。C# 是一种简单、现代、通用的面向对象编程语言,借鉴了多种其他语言的关键概念,尤其是 Java。C# 是最受欢迎的编程语言之一,可用于各种用途,包括移动应用、游戏开发和企业软件。掌握 C# 将为您作为开发人员打开多扇大门。 C# 的应用包括: - 使用 Unity 开发视频游戏 - 使用 ASP.NET 开发 Web 应用 - 使用 Azure 进行云计算 - 使用 Xamarin 开发移动应用 - 使用 .NET Core 进行物联网开发 - 使用 ML.NET 进行机器学习 C# 是一种面向对象的语言,不提供全局变量或函数。一切都被封装在类中,甚至如 int 和 string 这样的简单类型也继承自 System.Object 类。 在本课程中,我将指导您创建以下 10 个初学者 C# 项目,以帮助提高您的 C# 编程技能: 1. 计算器 2. 数字时钟 3. 货币转换器 4. 数学运算应用 5. 网络浏览器 6. 画图应用 7. 2D 乒乓游戏 8. 谷歌地图 9. 音量转换器 10. 音乐播放器 您将使用 Visual Studio 集成开发环境编写和运行 C# 代码。这是微软为开发人员提供的官方工具,用于创建应用程序。在完成这 10 个项目后,您应该能够自信地构建自己的应用程序。
Welcome to this C# project based course for beginners course (pronounced C Sharp). C# is designed to be a simple, modern, general-purpose, object-oriented programming language, borrowing key concepts from several other languages, most notably JavaC# is one of the most popular programming languages. It can be used for a variety of things, including mobile applications, game development, and enterprise software. Knowing C# opens a great deal of doors for you as a developer.C# is used in:Video games with UnityWeb apps with ASP.NETCloud Computing with AzureMobile apps with XamarinIoT with.NET CoreMachine Learning with ML.NET C# is an Object Oriented language and does not offer global variables or functions. Everything is wrapped in classes, even simple types like int and string, which inherits from the System.Object class. In this course I will walk you through how to create the following 10 beginner c # projects to help build up your C# programming skills.CalculatorDigital ClockCurrency ConverterMaths Operations AppWeb browserpaint drawing app2D Ping Pong gameGoogle MapsVolume ConverterMusic PlayerYou will be using the Visual studio integrated development environment to write the and run the C# Code. This is the official tool provided by Microsoft for developers to use to create applications. After completing the 10 projects you should be confident to build your own applications.