|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/asp-net-webservicesasmx-asp-net-web-forms-sql-server/
课程评论:没有评论
课程名称:ASP .NET WebServices(ASMX),ASP .NET Web Forms & SQL Server 课程概述: 本课程介绍ASP.NET Web服务或ASMX Web服务的概念,重点在于如何构建能够使用简单对象访问协议(SOAP)发送消息的Web服务。SOAP是一种独立于平台和语言的协议,使开发和访问Web服务变得更加灵活。对于ASMX服务的消费者而言,他们无需了解实现该服务所使用的平台、对象模型或编程语言,只需理解如何发送和接收SOAP消息即可。 在本课程中,我们将首先学习如何创建Web服务,接着学习如何在ASP.NET Web Forms应用程序中消费这些Web服务。整个课程将包括四个项目,其中两个是ASP.NET Web服务项目,另外两个是ASP.NET Web Forms客户端项目,用于消费Web服务的方法。 第一个Web服务项目将是基础内容,在这里您将学习ASMX Web服务的基本概念。第二个Web服务项目则会更加复杂,我们将创建一个个人财务记录的高级Web服务,并在此项目中实现对MSSQL数据库的CRUD操作。此外,项目还将实现账户注册和登录功能。 通过本课程,学员将能够熟练掌握如何构建和消费Web服务,提升自己在Web开发领域的技能。
ASP.NET Web Service or ASMX Web Service provides the ability to build web services that send messages using the Simple Object Access Protocol (SOAP). SOAP is a platform-independent and language-independent protocol for building and accessing web services. Consumers of an ASMX service do not need to know anything about the platform, object model, or programming language used to implement the service. They only need to understand how to send and receive SOAP messages.I this course we are going to first learn how to create a web service. We will then learn how to consume a web service in an ASP.NET Web forms application. In this course we are going to create four projects in total. Two projects will be projects for will be of ASP.NET Web Service and the other two will be client projects of ASP.NET Web forms which will consume the web services web methods. The first web service project will be basic where you are going to learn the concepts of ASMX web services. The second project of a web service , you will create and advanced web service of personal finance records. In this project we are going to implement CRUD operations to MSSQL database. We will further implement account registration and sign in functionality.