|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/build-a-paint-drawing-app-using-c-and-visual-studio/
课程评论:没有评论
课程名称:使用C#和Visual Studio构建绘图应用程序 课程概述:本课程旨在教授学员如何利用微软的Visual Studio集成开发环境(IDE)和C#编程语言,构建一个绘图应用程序。Visual Studio是一款功能强大的IDE,广泛应用于计算机程序、网站、网页应用、网络服务和移动应用的开发中,提供了代码补全工具、编译器及其他支持软件开发的功能。C#是一种强类型的面向对象编程语言,具有开源、简洁、现代、灵活和多功能的特点。开发于2001年的C#适合现代开发者使用,不仅支持当今软件的需求,也能满足未来的应用创新。 在本课程中,学员将深入了解C#的基本概念及其相较于C++等其他编程语言的不同之处,包括C#的现代性、安全性和跨平台兼容性等关键特性。在课程的最后,学员将能够独立开发一个绘图应用程序,掌握C#和Visual Studio的使用,提升其软件开发能力。
Microsoft Visual Studio is an IDE made by Microsoft and used for different types of software development such as computer programs, websites, web apps, web services, and mobile apps. It contains completion tools, compilers, and other features to facilitate the software development process.C# is a strongly typed object-oriented programming language. C# is open source, simple, modern, flexible, and versatile. In this article, let's learn what C# is, what C# can do, and how C# is different than C++ and other programming languages. A programming language on computer science is a language that is used to write software programs. C# is a programming language developed and launched by Microsoft in 2001. C# is a simple, modern, and object-oriented language that provides modern day developers flexibility and features to build software that will not only work today but will be applicable for years in the future. Key characteristics of C# language include:Modern and easyFast and open sourceCross platformSafeVersatileEvolvingC# is a modern programming language C# is an object-oriented programming language. The purpose of C# was to develop a programming language that is not only easy to learn but also supports modern day functionality for all kind of software development.In this course we will create a paint drawing application using C# and Visual Studio.