|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/vb-net-complete-antivirus-and-vpn-software-full-course/
课程评论:没有评论
课程名称:2022年软件开发基础(使用VB.Net) 课程概述: 欢迎参加我的《软件开发基础》课程,使用VB.Net进行学习。在本课程中,我们将探讨各种不同类型的程序以及编程相关的概念。课程将从核心编程开始,首先免费下载Visual Studio Community版,并使用它来研究VB.Net的基本语句。我们将学习决策结构,如If语句和Switch(Case Select),循环结构如For循环、While循环以及递归,同时还会了解如何处理错误。 接下来,我们将深入研究面向对象编程。我们将进一步探讨之前使用过的概念,如命名空间、方法和类,并通过事件和构造函数进行扩展。我们还将学习如何通过继承、多态和封装来复制和开发类。 随后,我们将进入一般软件开发部分,研究各种数据结构,如数组、堆栈、队列和链表,并探讨排序算法。我们还将回顾应用生命周期管理,并学习如何解读应用程序规范。 最后,我们将关注桌面应用程序的开发。在课程的早期,我们创建了许多基于控制台的应用程序,现在将新增Windows应用程序和Windows服务的开发内容。
Hi There!Welcome to my course on "Software Development Fundamentals" using VB.Net. In this course, we will be looking at a variety of different types of programs and concepts around programming.We'll start off with looking at Core Programming. We will download for free the Visual Studio Community edition, and use it to investigate the fundamental VB.Net statements. We'll look at decision structures such as If and Switch [Case Select], repetition such as For loops, While loops and recursion, and then we'll look at errors and find out how to handle them.We'll then look at Object-Oriented Programming. We'll go deeper into concepts that we have already used, such as namespaces, methods and classes, and add to them using events and constructors. We'll see how you can duplicate and develop classes using inheritance, polymorphism and encapsulation.Next up is General Software Development. We'll look at various different data structures such as arrays, stacks, queues and linked lists, and we'll also look at sorting algorithms. We'll then take a step back and look at application life cycle management, and how to interpret application specifications.Then we'll look at Desktop Applications. We will have been creating a lot of Console-based applications earlier in this course, but we'll add to this with Windows apps and Windows Services.