Browse by Tags
All Tags »
REST (
RSS)
Book Review: RESTful PHP Web Services RESTful PHP Web Services by Samisa Abeysinghe. The book is full of great information about REST with PHP, and assumes you have a working knowledge of PHP. It starts with introducing the principles behind REST, what is REST web services, why use it, and some REST tools and frameworks in PHP. You will study on some real-world REST applications, designing and implementing a resource-oriented client and service in detail and much more. The book is short (200 pages...
REST Friendly URLs Lest say you have an articles site, which have: Category: credit-card Sub Category: student Article Id: students-heed-parents-on-credit-card-advice The following two samples describes the difference between friendly URLs and Dirty URLs: Dirty URLs http://.../article/Article.aspx?categoryId=credit-card&subCategoryId=student&articleId=student-article http://.../Category.aspx?categoryId=credit-card http://.../SubCategory.aspx?categoryId=credit-card&subCategoryId=student...
WCF and ASP.NET AJAX Integration This post is part of WCF REST Presentation I show last week at Microsoft. I played with the WCF and ASP.NET AJAX integration, and created a sample web site which by can integrate WCF service with Microsoft Virtual Earth . The Service Contract The following contract is simple service contract with one method GetLocation(). The namespace "Sample.Services" will be used later as a prefix to the generated proxy. AspNetCompatibilityRequirementsMode allows the...
WCF 3.5 REST Presentation Hi, I want to thank to C* User Group, Microsoft people and all of those who come to the presentation yesterday at Microsoft. It was pleasurable and very beneficial, I study a lots from it, and I highly recommend for anyone who hesitated. I'm attaching here the presentation, and I will post the code later. WCF-REST.pptx WCF and ASP.NET AJAX Integration REST Friendly URLs Thanks, Gady.
Hi, I'm giving a presentation tomorow about the "New HTTP Programming Model in WCF 3.5". I will talk about RESTful services, show demos on WCF, and using some known REST API's. Some teasers: Attached below the invitation, hope to see you there. Gady. Israel Visual C * Users Group May Meeting Date: Wednesday, May 21, 17:00 - 20:00 Place: Microsoft Israel Hapnina 2 (Amdocs Building) Raanana +972 (9) 762-5100 Topic : “ Creating RESTful Web Services with WCF ” Lecturer : Gady Elkarif...
Silverlight Chart User Control In the last month I was creating a simple Silverlight Application which display a Financial Chart . It was in the following post: Displaying Chart using Silverlight 2.0 User Control In this post I have a better version of the previous chart, which includes: Handling large amount of data Displaying the tags (x-y values) correctly Supporting of resizing Using RESTfull Web Service The result of this project is as showed in the following image: Stock Quote Service Contract...