Обучающие видео » Компьютерные видеоуроки и обучающие интерактивные DVD » Программирование (видеоуроки)
10 Ways to Build Web Services in .NETГод выпуска: 2013
Производитель: Pluralsight
Сайт производителя:
http://pluralsight.comАвтор: Chad McCallum
Продолжительность: 6h 2m
Тип раздаваемого материала: Видеоклипы
Язык: Английский
Описание: Using 10 different web frameworks and client libraries to build and use web services in .NET
Использование до 10 различных веб фреймворков и клиентских библиотек для создания и использования веб-сервисов в. NET
[spoiler="Содержание"]
│ building-dotnet-web-services-10ways.zip
│
├───1.Course Introduction
│ 1.Introduction.wmv
│
├───10.ServiceStack Web Services
│ 1.Introduction.wmv
│ 10.Getting Raw String Data from A Response.wmv
│ 11.Getting The HttpWebResponse from The Client.wmv
│ 12.Review.wmv
│ 2.Install and Configure Service Stack.wmv
│ 3.Create our First Request and Service.wmv
│ 4.A Request with A Route Parameter.wmv
│ 5.A Request with JSON.wmv
│ 6.Reusing Request objects.wmv
│ 7.Routes with Multiple Verbs.wmv
│ 8.Getting Data Using ServiceStack Client.wmv
│ 9.Sending Data Reusing A Request Object.wmv
│
├───11.Nancy Web Services
│ 1.Introduction.wmv
│ 10.Sending Data to The Server in RestSharp.wmv
│ 11.Checking The Status Code of A Response.wmv
│ 12.Review.wmv
│ 2.Installing Nancy from NuGet.wmv
│ 3.Create A NancyModule and Endpoint.wmv
│ 4.An Endpoint with A Route Parameter.wmv
│ 5.Binding Request Data to A Model.wmv
│ 6.Updating Data and Root Routes.wmv
│ 7.Returning A Specific HTTP Status Code.wmv
│ 8.Getting Data Using RestSharp.wmv
│ 9.Using A Route Parameter in RestSharp.wmv
│
├───12.Course Review
│ 1.Review.wmv
│
├───2.ASMX Web Services
│ 1.Introduction.wmv
│ 2.Understanding ASMX Web Service Attributes.wmv
│ 3.Our First ASMX Web Method.wmv
│ 4.A Web Method With A Parameter.wmv
│ 5.Web Methods With Object Parameters.wmv
│ 6.Adding a Service Reference.wmv
│ 7.Calling The Web Service.wmv
│ 8.Inspecting SOAP Envelopes.wmv
│ 9.Review.wmv
│
├───3.WCF Web Services
│ 1.Introduction.wmv
│ 2.Understanding WCF Configuration.wmv
│ 3.Creating A WCF Web Service and The WCF Test Client.wmv
│ 4.Data Contracts.wmv
│ 5.Calling our WCF Web Service with Add Service Reference.wmv
│ 6.Client-side WCF Configuration.wmv
│ 7.Review.wmv
│
├───4.WCF AJAX Web Services
│ 1.Introduction.wmv
│ 10.Sending XML Instead of JSON.wmv
│ 11.The Generated JavaScript Proxy Library.wmv
│ 12.Creating an ASP.NET Web Form Client.wmv
│ 13.Calling A WebInvoke Method From The JavaScript Client.wmv
│ 14.Handling Errors From The JavaScript Client.wmv
│ 15.Review.wmv
│ 2.Understanding WCF AJAX Configuration.wmv
│ 3.WCF AJAX WebGet Attributes.wmv
│ 4.Our First WebGet Method.wmv
│ 5.Passing Parameters Into WebGet Methods.wmv
│ 6.Creating and Testing WebInvoke Methods.wmv
│ 7.Sending Exception Details to The Client.wmv
│ 8.Some Minor Refactoring.wmv
│ 9.WebInvoke With A Simple Parameter.wmv
│
├───5.WCF REST Web Services
│ 1.Introduction.wmv
│ 10.Connecting using WebClient and Deserializing JSON.wmv
│ 11.Deserializing XML.wmv
│ 12.Connecting to our Web Service Using HttpWebRequest.wmv
│ 13.Updating on The Client Using HttpWebRequest.wmv
│ 14.Deleting from The Client.wmv
│ 15.Review.wmv
│ 2.Understanding WCF REST Configuration.wmv
│ 3.Our First WebGet Method and DataContract.wmv
│ 4.Disabling The WCF Test Client.wmv
│ 5.Passing Parameters Through The URI Template.wmv
│ 6.Our First WebInvoke Method and Testing with Fiddler2.wmv
│ 7.Our First WebInvoke Method Using PUT.wmv
│ 8.WebInvoke with DELETE.wmv
│ 9.Returning Data in Different Formats.wmv
│
├───6.WCF Data Web Services
│ 1.Introduction.wmv
│ 10.Extra Methods in IUpdatable.wmv
│ 11.Reading Data Through A Service Reference.wmv
│ 12.Filtering Data Through A Service Reference.wmv
│ 13.Debugging Service Reference Calls with Fiddler2.wmv
│ 14.Creating, Updating and Deleting Data Through A Service Reference.wmv
│ 15.Review.wmv
│ 2.Understanding WCF Data Service Configuration.wmv
│ 3.WCF Data Services with ADO.NET Entity Data Models.wmv
│ 4.Querying Data with OData.wmv
│ 5.Creating, Updating and Deleting Data with OData.wmv
│ 6.Retrieving Data with A Custom Data Source Object.wmv
│ 7.Creating Data with A Custom Data Source Object.wmv
│ 8.Updating Data with A Custom Data Source Object.wmv
│ 9.Deleting Data with A Custom Data Source Object.wmv
│
├───7.MVC3 Web Services
│ 1.Introduction.wmv
│ 10.Sending Data with HttpClient.wmv
│ 11.PUT and DELETE with HttpClient.wmv
│ 12.Review.wmv
│ 2.Understanding MVC3 Configuration.wmv
│ 3.First Controller and Action Method.wmv
│ 4.Action Method with Parameter.wmv
│ 5.Action Method with JSON Data.wmv
│ 6.Action Method with PUT and DELETE Verbs.wmv
│ 7.Return XML with Action Filter.wmv
│ 8.Return XML with Custom ActionResult.wmv
│ 9.Fetching Data with HttpClient.wmv
│
├───8.MVC4 Web Services
│ 1.Introduction.wmv
│ 10.Using EasyHTTP to Recieve Data.wmv
│ 11.Using EasyHTTP to Send Data.wmv
│ 12.Review.wmv
│ 2.Understanding MVC4 Configuration.wmv
│ 3.Creating an ApiController and Get Method.wmv
│ 4.Automatic Content Negotiation with Accept.wmv
│ 5.A Get Method with A Route Parameter.wmv
│ 6.Post Method with JSON Data.wmv
│ 7.Put Method with JSON Data.wmv
│ 8.Delete Method with Route Parameter.wmv
│ 9.Automatically Generated API Docs.wmv
│
└───9.FubuMVC Web Services
1.Introduction.wmv
10.Sending Data Using Spring.NET REST Client.wmv
11.Review.wmv
2.Install and Configure FubuMVC.wmv
3.Create our First Endpoint.wmv
4.An Endpoint with A Route Parameter.wmv
5.Create and Update with Request Models.wmv
6.Delete Requests.wmv
7.Creating and Adding our Own Behavior.wmv
8.Getting Data Using Spring.NET REST Client.wmv
9.Getting Data with A Route Parameter.wmv
[/spoiler]
Файлы примеров: присутствуют
Формат видео: WMV
[spoiler="audio\video"]
General
Complete name : D:\2.Understanding ASMX Web Service Attributes.wmv
Format : Windows Media
File size : 8.32 MiB
Duration : 4mn 14s
Overall bit rate mode : Variable
Overall bit rate : 274 Kbps
Maximum Overall bit rate : 362 Kbps
Movie name : building-dotnet-web-services-10ways-m1-12
Encoded date : UTC 2013-09-19 15:54:14.874
Video
ID : 2
Format : VC-1
Format profile : MP@HL
Codec ID : WMV3
Codec ID/Info : Windows Media Video 9
Codec ID/Hint : WMV3
Description of the codec : Windows Media Video 9
Duration : 4mn 14s
Bit rate mode : Variable
Bit rate : 89.6 Kbps
Width : 1 024 pixels
Height : 768 pixels
Display aspect ratio : 4:3
Frame rate : 15.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.008
Stream size : 2.72 MiB (33%)
Language : English (US)
Audio
ID : 1
Format : WMA
Format version : Version 2
Codec ID : 161
Codec ID/Info : Windows Media Audio
Description of the codec : Windows Media Audio 9.2 - 128 kbps, 44 kHz, stereo (A/V) 1-pass CBR
Duration : 4mn 14s
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz
Bit depth : 16 bits
Stream size : 3.88 MiB (47%)
Language : English (US)
[/spoiler]
[spoiler="Скриншоты"]

[/spoiler]