DotNetShoutout - Stories tagged with REST
13
Shouts

Tweaking WCF to build highly scalable async REST API

published 660 days, 7 hours, 5 minutes ago posted by oazabiroazabir 663 days, 10 hours, 15 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Sunday, July 31, 2011 4:43:12 PM GMT
You can build async REST API using WCF but due to some bug in WCF implementation it does not scale as you would want it to. Here's my journey with Microsoft's WCF team to explore the problem and find the right fix. (more)
category: Web Dev | clicked: 63 | comment | | source: www.codeproject.com
tags: WCF 3.5., Performance, Scalability, REST
10
Shouts

Http Message Channels in WCF Web Apis Preview 4 - Pablo M. Cibraro

published 767 days, 12 hours, 56 minutes ago posted by ScottScott 768 days, 14 hours, 13 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 12:45:04 PM GMT
The new WCF Web Apis Preview 4 released yesterday in the wcf.codeplex.com introduced a new extensibility point for intercepting messages at channel level. The name for this new feature is “Http Message Channels” and the good thing is that you don’t need to rely anymore on the REST Starter Kit request interceptors for doing the same thing. Actually, a Http Message Channel is more useful as you can intercept either request or response messages, and also you ... (more)
category: Web Dev | clicked: 16 | 2 comments | | source: weblogs.asp.net
tags: WCF Web Apis, WCF, REST
9
Shouts

Authentication in WP7 client with REST Services–Part II - Eugenio Pace

published 778 days, 14 hours, 26 minutes ago posted by iftekharahmedamitiftekharahmedamit 781 days, 5 hours, 10 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:48:01 PM GMT
n the previous post I covered the “semi-passive” way for authentication between a Windows Phone 7 client and a REST service. This post completes the information with the “active” way. There’s nothing unexpected here really:... (more)
category: Web Dev | clicked: 2 | comment | | source: blogs.msdn.com
tags: Authentication, WP7, REST Services, REST service, REST
5
Shouts

Implementation of REST web service adapter on .NET

published 819 days, 4 hours, 3 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 820 days, 13 hours, 55 minutes ago
Friday, February 25, 2011 10:54:52 PM GMT Thursday, February 24, 2011 1:02:59 PM GMT
The REST web services are quite common thing nowadays. Sure, web application just expose API through HTTP protocol, basically allowing any application to be integrated with. Simple? Yes, this is the power of REST, just simple. But vendor should consume the API somehow. The environment could really be different: .NET, Java, Python, PHP etc., and it it not so convenient to work with HTTP directly from your custom application. Instead of that you expect on "native" API that you work with like the rest of ap... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: www.beletsky.net
tags: .NET, API, REST
5
Shouts

WCF Data Services: Optimizing bandwidth usage and performance with updates by Alex van Beek

published 870 days, 8 hours, 46 minutes ago posted by alexbalexb 872 days, 18 hours, 39 minutes ago
Wednesday, January 05, 2011 6:11:52 PM GMT Monday, January 03, 2011 8:18:44 AM GMT
In this post I will show how you can optimize bandwidth usage and performance when sending updates to your WCF Data Service using the WCF Data Services Client Library. (more)
category: Web Dev | clicked: 15 | 1 comment | | source: blogs.infosupport.com
tags: Performance, WCF Data Services, WCF, REST, OData
6
Shouts

Building a CRUD in RESTful Services of WCF

published 963 days, 16 hours, 12 minutes ago posted by abhi2434abhi2434 964 days, 12 hours, 27 minutes ago
Monday, October 04, 2010 10:46:13 AM GMT Sunday, October 03, 2010 2:30:38 PM GMT
WCF is being popular day by day. Many of us is building services using WCF and want other application made on different architecture to communicate or inter operate with each other. REST or Representational State Transfer is a Design Pattern to build a service so that it works the same way as service works but it will eventually use Web Request - Response mechanism to communicate between clients rather than using SOAP messages.  In this post, I will give you a step by step approach how you could build yo... (more)
category: How To | clicked: 3 | comment | | source: www.abhisheksur.com
tags: C#, WCF, REST
6
Shouts

Tying it Together « Composite Code

published 991 days, 1 hour, 33 minutes ago posted by http://compositecode.com/http://compositecode.com/ 994 days, 5 hours ago
Tuesday, September 07, 2010 1:24:33 AM GMT Friday, September 03, 2010 9:58:15 PM GMT
I’ve been working through a project recently that I ended up creating an interesting abstraction of an assembly/classes between multiple web services projects.  I wrote about it initially in Aggregated Web Services Pt I.  In this blog entry is going to cover a few things, based on a full end-to-end implementation ... (more)
category: Web Dev | clicked: 1 | comment | | source: compositecode.com
tags: ASP.NET MVC, JSON, Web Service, jQuery, Ajax, REST
9
Shouts

How To Build a Group SMS Application with ASP.NET MVC

published 1126 days, 16 hours, 26 minutes ago posted by http://john-sheehan.com/http://john-sheehan.com/ 1128 days, 3 hours, 12 minutes ago
Saturday, April 24, 2010 10:32:07 AM GMT Thursday, April 22, 2010 11:46:16 PM GMT
A quick walkthrough demonstrating how to build a group SMS application using ASP.NET MVC and Twilio. (more)
category: Web Dev | clicked: 4 | comment | | source: blog.twilio.com
tags: ASP.NET MVC, twilio, REST
9
Shouts

HerdingCode - Episode 76: John Sheehan on RestSharp

published 1147 days, 16 hours, 59 minutes ago posted by mithumithu 1148 days, 20 hours, 32 minutes ago
Saturday, April 03, 2010 9:59:13 AM GMT Friday, April 02, 2010 6:26:21 AM GMT
This week on Herding Code, John Sheehan joins the cast for a conversation about his open source project, RestSharp. The gang dives into REST and .NET open source. Makes sense, right? And the show wraps with talk of OData and a MIX10-inspired Lightning Round. John talks about his exciting new evangelist job at Twilio. Twillo provides a web-service API for businesses to build scalable, reliable communication apps. Wait! The evangelist is going to tell you all about it. The guys quiz John about RestSharp.... (more)
category: Podcast | clicked: 0 | comment | | source: herdingcode.com
tags: .NET, API, RestSharp, HerdingCode, k, REST, OData
5
Shouts

5 Lifesaving Tips for Creating a WCF RESTful API in .NET 4

published 1153 days, 11 hours, 23 minutes ago posted by BenjiiBenjii 1154 days, 21 hours, 27 minutes ago
Sunday, March 28, 2010 3:35:23 PM GMT Saturday, March 27, 2010 5:30:30 AM GMT
WCF RESTful Web Services can be a powerful tool for any web application, however there are a number of ways you can go wrong. This is a list of 5 ways you can save time and effort when designing and building a WCF RESTful Web Service. (more)
category: Web Dev | clicked: 2 | comment | | source: benjii.me
tags: Rest Starter Kit, .Net 4.0, WCF, REST
4
Shouts

WCF REST Client Libraries for Silverlight

posted by http://hardcodet.myopenid.com/http://hardcodet.myopenid.com/ 1201 days, 9 hours, 4 minutes ago
Monday, February 08, 2010 5:54:02 PM GMT
A port of the WCF REST Starter Kit for Silverlight, which simplifies the handling and consuming of RESTful services and resources. (more)
category: Metro | clicked: 0 | comment | | source: www.hardcodet.net
tags: Silverlight, REST
8
Shouts

REST Enabled Service in WCF Tutorial

published 1228 days, 14 hours, 13 minutes ago posted by dotnetsparkdotnetspark 1229 days, 23 hours, 30 minutes ago
Tuesday, January 12, 2010 12:45:01 PM GMT Monday, January 11, 2010 3:27:46 AM GMT
This article will explain step to step explanation of, how to create a REST based service and how to consume that in a client. Although, this is a very simple service taken as an example, but it will really help in creating complex REST Services. (more)
category: Architecture | clicked: 0 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, WCF, REST
11
Shouts

HerdingCode - Episode 67: Udi Dahan on Scalability

published 1227 days, 14 hours, 40 minutes ago posted by mithumithu 1230 days, 16 hours, 27 minutes ago
Wednesday, January 13, 2010 12:17:38 PM GMT Sunday, January 10, 2010 10:30:48 AM GMT
You’re interested in web application scalability and availability, right? Of course you are! Well, you’re in luck because Udi Dahan – enterprise development expert, SOA specialist and author of NServiceBus – joins the guys on this week’s episode of Herding Code. Jon kicks off the show by asking Udi if one can run a high-availability and high-scalability site (like stackoverflow.com) on two servers with ASP.NET? Udi asks “how high is high” and talks about the importance of defining the scope of the ... (more)
category: Podcast | clicked: 1 | comment | | source: herdingcode.com
tags: .NET, nServiceBus, SOA, Udi Dahan, Web Service, ASP .NET, HerdingCode, REST
16
Shouts

Innovation Showcase : Securing REST-Based Services with Access Control Service

published 1270 days, 7 hours, 57 minutes ago posted by bobfamiliarbobfamiliar 1272 days, 3 hours, 16 minutes ago
Tuesday, December 01, 2009 7:00:29 PM GMT Sunday, November 29, 2009 11:42:21 PM GMT
Securing REST-Based Services with Access Control Service December 22, 2009 at 11:00am – 12:30pm PSTSecuring REST-Based Services with Access Control Service Presenter: Michele Leroux Bustamante Abstract:The Access Control Service (ACS), part of Windows Azure platform AppFabric, makes it easy to secure REST-based services using a simple set of standard protocols. In addition to enabling secure calls to REST-based services from any client, the ACS uniquely makes it possible to secure ca... (more)
category: Podcast | clicked: 3 | 1 comment | | source: blogs.msdn.com
tags: Security, Windows Azure, Windows Communication Foundation, RESTful Services, Azure Access Control Service, ACS, WCF, AppFabric, REST