|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/programming-with-c-sharp/
课程评论:没有评论
**Coursera C# 编程入门课程总结** 本课程旨在教授学员 C# 编程语言的基础知识。课程内容涵盖: * **C# 语言入门:** 帮助学员快速上手 C# 编程。 * **变量与数据类型:** 详解 C# 中的变量及其不同数据类型的使用。 * **语句类型:** 学习选择语句(如 if-else)和迭代语句(如 for, while)的使用。 * **类与对象基础:** 讲解类的定义、字段、属性、构造函数等核心概念。 * **继承与接口:** 学习如何使用派生类和接口实现代码的复用和扩展。 * **集合:** 掌握 Queue, Stack, List, Dictionary 等常见集合类型的使用。 * **记录(Records):** 学习 C# 中的记录类型。 * **委托与 Lambda 表达式:** 理解委托和 Lambda 表达式的工作原理及其应用。 * **LINQ:** 学习使用 LINQ 进行数据查询和操作。 * **文件与流:** 掌握在 .NET 中处理文件和流的方法。 * **JSON 文件处理:** 学习如何读取和写入 JSON 格式的数据。 课程还将引导学员完成一个小型项目,创建一个基于 C# 的学习管理控制台应用程序,该应用将管理学生、讲师和课程信息,从需求分析到最终实现。 未来的课程版本将添加 Web 应用程序开发和 Entity Framework 的相关内容。
This course is being dedicated to teach students on the C# programming language. Currently this course targets teaching the basics when it comes to the C# programming language. In further iterations of the course, content when it comes to developing Web Applications and the Entity Framework will also be added to the course. Currently this courses focuses on teaching the following conceptsGetting started with the C# programming languageHow can we work with variables and the different types in C#How to work with the different types of statements - Selection-based, iteration-based.Basics when it comes to classes - Defining classes, fields, properties, constructors.How to work with derived classes and interfaces.How to use the different types of Collections - Queue, Stack, List, Dictionary.How to implement records in C#How to delegates and Lambda work.Using LINQ to work with data.Working with Files and Streams in.NET.How can we work with data that is stored in a JSON-based file.We are also going to create a mini-project in C#. This will revolve around creating a learning application that will work with Students, Instructors and Courses. We will work from the requirements and develop a simple Console-based application to deliver on the requirements.