|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/c-sharp-full-stack/
课程评论:没有评论
课程名称:成为全栈C#开发者 课程概述:C#是最通用的编程语言之一,能够开发网页应用、桌面应用及更多内容。本课程将重点关注网页开发,包括从数据库到前端客户端的完整流程。完成本课程后,学员将具备独立开发应用程序的能力。 在数据库部分,您将学习在Windows服务器环境中设置SQL服务器,并通过两种方式与数据库交互:一种是相对基础的ADO.NET,另一种是更现代且在某些情况下更简单的Entity Framework Core。 在后端部分,您将学习如何构建.NET 5 API(C# API),这一过程将非常直接,学习时间不会太长。 在前端部分,您将掌握开发网页应用的最新方式——Blazor。该技术允许您直接在浏览器上运行C#代码,从而用C#替代JavaScript进行前端逻辑的编写。同时,您还将学习如何以现代且便捷的方式与API交互,并建立客户端与服务器之间的WebSocket连接。 通过本课程,您将全面掌握全栈开发所需的技能。
C# the most universal programming language out there, it gives you an ability to develop web applications, desktop applications and much more. In this course we will focus on web development, from the database to the front-end client. After finishing this course, you will be able to develop your applications on your own.For the databases, you will learn how to setup SQL server in Windows server environment and with that - two ways of interacting with databases from your C# code. One of them (ADO.NET) will be more rudimentary and the other way (Entity Framework Core) will be more modern and in some cases more simple in the short run.On the backend, you will learn how to build.NET 5 APIs (C# APIs). It will be done in a very straightforward way and it will not take too much time to learn.For the front-end, you will learn how to use the most modern way of developing web applications - Blazor. This technology allows you to run C# code directly on the Browser and with that, you will C# instead of JavaScript for your front-end logic. Alongside the Blazor technology itself, you will learn how to interact with APIs in a very modern and convenient way. You will also learn how to establish a WebSocket connection between your client and server.