Learn C# Programming For Absolute Beginners From Scratch

所在平台: Udemy

课程主页: https://www.udemy.com/course/learn-c-programming-for-absolute-beginners-from-scratch/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:从零开始学习C#编程的绝对初学者课程 课程概述:欢迎参加这门C#(读作“C Sharp”)绝对初学者课程。C#是一种设计简单、现代的通用对象导向编程语言,借鉴了多个其他语言的关键概念,尤其是Java。C#作为一种对象导向语言,不支持全局变量或函数,所有内容都封装在类中,包括基本类型如int和string,它们继承自System.Object类。C#可以编译为机器代码,但通常与.NET框架结合使用,因此用C#编写的应用程序需要在运行时安装.NET框架。虽然.NET框架支持多种语言,C#因与该框架共同设计而常被称为.NET语言,因而其受欢迎的程度颇高。C#是由微软设计并被全球的系统工程师、桌面程序员及移动应用开发者广泛使用的编程语言。 本课程将带您了解C#的基本知识、核心语法及编写强大C#代码的基础。我们将指导您如何安装Visual Studio,一个优秀的C#开发集成开发环境(IDE),然后深入探讨这门语言。在学习过程中,我们将涵盖如下主题: - 使用多种数据类型声明和初始化变量 - 数据类型转换和截断 - 探索基本算术运算符 - 创建您的第一个C#网页和控制台应用程序 - 故障排除编译错误 - 使用条件代码控制程序流 - 创建自定义类 - 制作一个完整的数学测验,生成随机问题供参加者解答 无论您是首次接触编程,还是希望将C#作为现有技能的补充,这些培训视频将帮助您理解该语言并利用它打造出出色的软件。欢迎加入!

课程评论(0条)

课程详情

Welcome to this C# absolute 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 Java. 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. C# could be compiled to machine code, but in real life, it's always used in combination with the.NET framework. Therefore, applications written in C#, requires the.NET framework to be installed on the computer running the application. While the.NET framework makes it possible to use a wide range of languages, C# is sometimes referred to as THE.NET language, perhaps because it was designed together with the framework hence it's popularity. C# is an object-oriented language designed by Microsoft and used by systems engineers, desktop programmers, and mobile app developers the world over. This course will guide you through C#'s basics, its core syntax, and the fundamentals of writing strong C# code. I will show you how to install Visual Studio, a great IDE for developing in C#, and then dive into the language itself. Along the way, we will cover topics such as: Declaring and initializing variables with a variety of data typesData type Conversions and TruncatingExploring Basic Arithmetic operatorsCreate your first C# web and Console AppTroubleshoot Compile errorsControlling flow with conditional codeCreating custom classesCreating a complete maths quiz that will generate random problems for the quiz taker to solve If C# is your first step into programming or adding it your existing skillset, these training videos will help you understand the language and use it to build your own great software. Welcome:-)

课程标签

0人关注该课程

主题相关的课程