|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/how-to-create-login-form-with-visual-studio-and-sql-server/
课程评论:没有评论
课程名称:如何使用Visual Studio和SQL Server创建登录表单 课程概述:通过构建各种项目来获得技术技能是最有效的方法。本课程将指导学员使用Microsoft Visual Studio、Microsoft SQL Server、SQL T-SQL和C#语言创建一个数据库驱动的用户登录表单。Microsoft Visual Studio是微软开发的集成开发环境(IDE),广泛用于开发计算机程序、网站、网络应用程序、Web服务和移动应用程序。Microsoft SQL Server是一种关系数据库管理系统(RDBMS),其主要功能是根据其他软件应用的请求存储和检索数据。SQL(结构化查询语言)是访问和操作数据库的标准语言,用于创建数据库、表格、插入、更新和删除记录等功能。Transact-SQL(T-SQL)是微软对SQL的扩展,用于与关系数据库进行交互。C#是微软开发的编程语言,使开发人员能够构建各种应用程序并与数据库进行交互。 学习内容包括: - 设计控件表单 - 创建数据库 - 创建表格 - 填充表格 - 将数据库添加到Visual Studio项目中 - 使用C#和SQL T-SQL与数据库互动 通过本课程,学员将掌握创建登录表单所需的基本技能,并能够熟练运用相关技术进行项目开发。
The best way to acquire technical skills is by building various types of projects.We are going to create a database driven user login form using Microsoft visual studio,Microsoft SQL Server,SQL T-SQL and C#Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft.It is used to develop computer programs, as well as websites, web apps, web services and mobile apps. Microsoft SQL Server is a relational database management system (RDBMS) developed by Microsoft. It's primary function is storing and retrieving data as requested by other software applications-which may run either on the same computer or on another computer across a network or the internet.SQL (Structured Query Language) is a standard language for accessing and manipulating databases. It can be used to create databases,tables ,insert records into tables,update records,delete records etc.Transact-SQL (T-SQL) is Microsoft's proprietary extension to the SQL (Structured Query Language) used to interact with relational databasesC# is a programming language developed by Microsoft. It enables developers to build a variety of applications and can interact with databases.What You will Learn includes:Designing a form with controlsCreate a databaseCreate a tablePopulate tableAdd database to visual studio projectInteract with database using C# and SQLT-SQL