REST WCF Service for Web Applications in ASP. NET Hands-On

所在平台: Udemy

课程主页: https://www.udemy.com/course/rest-wcf-service-for-web-applications-in-aspnet/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:ASP.NET 实战中的 REST WCF 服务 概述:本课程专为需要修复和添加新功能的旧遗留应用程序开发,尤其是在不熟悉 WCF 服务的情况下。虽然 WCF 服务在一些大型企业和小团队中仍然被广泛使用,但具备深入理解 WCF 服务的人才依然稀缺,这是提升自身技能的良机!通过本课程,您将掌握从零开始构建 WCF 服务的能力,同时也能对现有实现进行修改和维护。 课程内容包括: - 使用 Visual Studio 构建 Ajax 启用的 RESTful WCF 服务,课程开始 10 分钟内即可实现一个新 RESTful WCF 服务。 - 深入代码实现多项功能,将使用预先准备好的小型网络应用程序(超级英雄数据库)作为实践平台,专注于在 Visual Studio 中用 C# 实现 WCF 服务,并通过 JavaScript 从浏览器调用网络服务。 - 学习 web.config 文件,详细了解其中每个重要属性的功能。 - 实现 CRUD 操作(创建、读取、更新和删除),不仅使用基本数据类型,还将使用自定义类(如超级英雄)及其列表。 - 掌握常用的 HTTP 请求方法(GET、POST、PUT 和 DELETE)及其与 CRUD 操作的对应关系。 - 超越 CRUD 操作,学习过滤、自定义搜索和排序等实用技能。 - 掌握调试技术,学习如何调试 C# 代码及 JavaScript 代码,发现并修复错误。 - 学习发送状态码,例如在请求的对象未找到时发送 "404 Not Found"。 讲师介绍:Patrick,拥有十多年网页开发经验,曾为大型公司、小团队及自由职业者工作,拥有丰富的实践经验。至今在 Udemy 发布的三门软件开发课程已吸引超过 20,000 名学生。如果您有任何问题,欢迎随时联系。同时,课程提供 30 天无理由退款保障。 期待您加入本课程,共同学习!

课程评论(0条)

课程详情

So you have this old legacy application on your screen, it needs some fixes and new features, but unfortunately, these have to be implemented with a WCF Service? Don't panic! I'm here to help. WCF Services are still quite often used in bigger corporations and also small teams because they might use older software that was built with these kinds of services. Now people with deep knowledge of WCF-Services are rare. And that's your chance!By the end of this "REST WCF Service for Web Applications" course, you will be able to build WCF Services from the ground up and also change existing implementations and maintain these like a pro. Let's have a look at what you are going to learn in this course:Ajax-enabled restful WCF Service with Visual StudioWithin the first 10 minutes of this course, you will already learn how to build a new restful WCF Service from the ground up. After that, we will dive deeper into the code and implement several features. For that matter, this course provides a small prepared web application - a superhero database - where all the HTML & CSS parts are already covered.You can totally focus on implementing the WCF Service in C# in Visual Studio and call your web service from the browser with JavaScript.The web.configAfter we created a completely new WCF Service, we will go over every important file in the Visual Solution and in particular cover the Web.config. All attributes in this configurations file will be explained.CRUD operations with custom classes and listsCRUD stands for Create, Read, Update and Delete. And this is exactly what you are going to do in this course. But you will not only use basic data types like strings and integers to implement these operations. You will use custom classes (superheroes in essence) and lists of these classes to create new heroes, update them and so on.Common HTTP methodsTo match these operations, you will make use of the four most common HTTP request methods, GET, POST, PUT and DELETE. Every HTTP method is used for a certain CRUD operation and you will learn which one you should use and why.More than CRUD: Filtering, custom searches, sortingA real-life WCF Service usually has to do more than just CRUD. That's we will dive even deeper and implement some custom requests like searching or sorting.DebuggingMost likely every web service will have some errors. To find and fix these errors, it's highly recommended to debug your code. We will do exactly that. But you will not only learn how to debug your C# code but also how to debug your JavaScript code with Visual Studio as well.Sending StatusCodesLet's assume you're looking for a particular object but your WCF Service can't find it. Wouldn't it be great to send this information back to the requesting client, i.e. sending back a "404 Not Found"? You learn how to do exactly that.I'm Patrick and I will be your Instructor for this course. I'm a Web Developer for over a decade now, and I have worked for big companies with thousands of employees, small teams with only 5 people and also completely by myself as a contractor.As a Udemy Instructor, to this date, I was able to publish three software development courses with a total of over 20.000 unique students.If you have any questions, feel free to connect!And if the course still isn't for you. You have a 30-day money-back guarantee. No questions asked.Sounds good? I'm looking forward to see you in the course.

课程标签

0人关注该课程

主题相关的课程