Create a Notepad Application with C# and Visual Studio

所在平台: Udemy

课程主页: https://www.udemy.com/course/create-a-notepad-application-with-c-and-visual-studio/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:使用C#和Visual Studio创建记事本应用程序 课程概述:该课程将指导学员创建一个用于Windows的简单文本编辑器——Windows记事本。C#是一种现代的、面向对象且类型安全的编程语言,适用于构建在.NET环境中运行的多种安全和稳定的应用程序。C#源自C语言家族,对于熟悉C、C++、Java和JavaScript的程序员来说,具有较高的上手性。本课程将重点介绍C# 8及早期版本的主要组成部分。 在C#中,程序由一个或多个文件组成,每个文件包含零个或多个命名空间。命名空间中包含类型,比如类、结构、接口、枚举和委托等。作为一种面向对象的编程语言,C#提供了支持这些概念的语言结构,使其成为创造和使用软件组件的自然选择。自其诞生以来,C#已增加多项功能,以支持新的工作负载和新兴的软件设计实践。其本质是面向对象的,允许开发者定义类型及其行为。 此外,Microsoft Visual Studio是微软提供的集成开发环境,广泛用于开发计算机程序、网站、Web应用、Web服务和移动应用。Windows Forms则是作为Microsoft .NET的一部分的免费开源图形类库,提供了在桌面、笔记本和平板电脑上编写客户端应用的基础平台。 本课程将为学员提供全面的C#学习体验,并帮助他们掌握使用Visual Studio开发记事本应用程序的技能。

课程评论(0条)

课程详情

Windows Notepad is a simple text editor for Windows; it creates and edits plain text documents.C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in.NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier.C# programs consist of one or more files. Each file contains zero or more namespaces. A namespace contains types such as classes, structs, interfaces, enumerations, and delegates, or other namespaces. C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.Microsoft Visual Studio is an integrated development environment from Microsoft. It is used to develop computer programs, as well as websites, web apps, web services and mobile apps.Windows Forms is a free and open-source graphical class library included as a part of Microsoft.NET,.NET Framework or Mono Framework, providing a platform to write client applications for desktop, laptop, and tablet PCs.

课程标签

0人关注该课程

主题相关的课程