|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/build-database-driven-apps-with-sql-server-c-python/
课程评论:没有评论
课程名称:《使用 SQL Server、C# 和 Python 构建数据库驱动应用》 课程概述: 在现代网络中,几乎所有动态网站都是数据库驱动的应用程序。任何将用户数据存储在数据库中以个性化用户体验的网站或应用程序都属于此类。例如: - Quora 会将用户的历史记录和兴趣存储在数据库中,以便记住用户提出的问题和答案。 - Facebook 保存用户数据,以识别朋友、发布记录和点赞行为。 - Twitter 也会将所有推文存储在数据库中。 - Uber 利用数据库跟踪乘客需求、行程状态及司机收费情况。 当用户提交登录表单时,网络服务器会在数据库中查找匹配的用户名和密码,从而完成身份验证。用户在应用中的几乎所有操作都会被记录在数据库中,这使得应用程序能够根据用户行为进行相应的展示和推荐。 SQL Server 是微软开发的关系型数据库管理系统,专门用于管理和存储信息,支持各种商业智能和分析操作以及事务处理。C# 是一种编程语言,可用于创建移动应用、桌面应用、云服务、网站、企业软件及游戏等多种程序与应用。而 Python 是一种广泛使用的解释型、面向对象的高级编程语言,具有动态语义,适用于通用编程。 该课程将帮助学员掌握如何使用 SQL Server、C# 和 Python 构建数据库驱动的应用程序,适合希望深入了解现代应用程序背后数据库运作的学习者。
Nearly all of the dynamic websites you use today are database-driven applications. Every website or application that persists data about you in a database to tailor the user experience to you is a database-driven app.Here are just a few of the thousands out there:Quora saves your history and interests in a database so it can remember the questions and answers you've posted. When I click submit on this answer, it will go into a database. When you asked this question, it went into a database.Facebook saves your data so it knows who your friends are, the posts you have made and liked.Twitter saves all of your tweets in a database, much like Facebook.Uber uses databases to keep track of who needs to be picked up, who just got picked up, who needs to be charged how much, and how much to pay each driver, etc.When you submit the login form, the web server looks up your account in a database and if it finds a matching username and password, then you are authenticated and logged in. While you are using the applications, almost all of your actions are recorded in the application's database. This is how the application knows what to present to you on the screen, what to recommend to you next, or otherwise present the features that the application was developed to deliver.The SQL Server is a relational database management system from Microsoft. The system is designed and built is to manage and store information. The system supports various business intelligence operations, analytics operations, and transaction processing. C# is a programming language. C# can be used to create a number of different programs and applications: mobile apps, desktop apps, cloud-based services, websites, enterprise software and games. Lots and lots of games.Python is a widely-used, interpreted, object-oriented, and high-level programming language with dynamic semantics, used for general-purpose programming.