Stories recently tagged with 'REST'

Securing WCF REST services for smartphone clients(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 1 year, 4 months ago

Discussion of the authentication methods that can be used for REST services, and the presentation of the WcfRestAuth framework. read more...

add a comment |category: |Views: 138

tags: another

Realtime Related Tweets Bar: Another jQuery Plugin(moretechtips.net)

submitted by MikeMoreMikeMore(294) 2 years, 4 months ago

With all the buzz lately about Twitter real-time search. Why don't you add a real-time tweets bar related to your posts from your twitter timeline or from anybody or even limit it by a geocode coordinates! read more...

add a comment |category: |Views: 11

tags: another

REST for ASP.NET MVC SDK(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 5 months ago

Earlier this week, Phil Haack did a post on the newly released REST for ASP.NET MVC SDK. I had the feeling though that this post did not really get the attention it deserved. I do not have the idea my blog gets more visitors than Phil’s, but I’ll try to give the SDK some more attention by blogging an example read more...

add a comment |category: |Views: 411

tags: another

Retrieving data from a REST based service using C(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 10 months ago

A short overview on how you can retrieve data from a REST based service using C#. read more...

add a comment |category: |Views: 159

tags: another

Posting data to a REST service using C#(devlicio.us)

submitted by trinidadcodertrinidadcoder(265) 2 years, 11 months ago

Taking a look at how you can post data to a REST service using C#. read more...

add a comment |category: |Views: 445

tags: another

Building JSON,XML REST API using WCF services(gtrifonov.com)

submitted by gtrifonovgtrifonov(225) 3 years ago

Quick tutorial how to create and configure WCF REST API service read more...

add a comment |category: |Views: 478

tags: another

Gearing up WCF services to be “RESTful”(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years ago

I know all you buzz-word kids want me to use words like ‘zen’ and ‘art’ and things like that, heck all this talk of RESTful services is already set enough confusion into peoples minds. But however I decided to take a lunge deep into WCF and investigate what can be done to make such services “RESTful”... read more...

add a comment |category: |Views: 29

tags: another

20,000 Fathoms Deeper into REST for WCF…(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years ago

As I and many others continue venturing deeper into the hard decision making process and for in the road between REST and SOAP I have came across another great blog post... read more...

add a comment |category: |Views: 12

tags: another

Building Super-Scalable Web Systems with REST(udidahan.com)

submitted by adminjewadminjew(1490) 3 years, 1 month ago

I’ve been consulting with a client who has a wildly successful web-based system, with well over 10 million users and looking at a tenfold growth in the near future. One of the recent features in their system was to show users their local weather and it almost maxed out their capacity. That raised certain warning flags as to the ability of their current architecture to scale to the levels that the business was taking them. read more...

add a comment |category: |Views: 38

tags: another

VS 2008 SP1: Add Reference to ADO.Net Data Service(blogs.microsoft.co.il)

submitted by JemmJemm(9604) 3 years, 5 months ago

Not a log time ago, when Visual Studio 2008 SP1 Beta was released, I updated my ADO.Net Data Services series to the SP1 bits. In my post Visual Studio 2008 SP1: Querying an ADO.Net Data Service via .Net Client I showed how to use datasvcutil.exe to generate the client side classes in order to consume the data service. In SP1 of Visual Studio 2008, things are a bit easier, with the Add Service Reference improvements that now supports ADO.Net Data Service references. read more...

add a comment |category: |Views: 25

tags: another

REST Services and Metadata Endpoints in WCF(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 8 months ago

Exposing documentation for REST based services in WCF read more...

1 comment |category: |Views: 279

tags: another

RestLess - A Simple REST Framework Part 2 : ndepth.net(ndepth.net)

submitted by javeryjavery(5523) 3 years, 9 months ago

An updated to Jayme's RestLess framework with some general improvements (better URLs) and some new properties. read more...

add a comment |category: |Views: 93

tags: another

RestLess - A Simple REST Framework : ndepth.net(ndepth.net)

submitted by javeryjavery(5523) 3 years, 9 months ago

A small framework to make exposing objects through a REST API extremely simple. read more...

add a comment |category: |Views: 120

tags: another

REST with LINQ to XML(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1901) 4 years, 1 month ago

With LINQ to XML, what I have learned so far, it's awesome, it is not only the first class concept of processing XML data, but also let you process a complex XML doc in the most simplest and readable way.... read more...

add a comment |category: |Views: 92

tags: another

Creating RESTful Web Services with Windows Communication Foundation(developer.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 1 month ago

An article covering using "web programming" with WCF - including an example blog service implementation. read more...

add a comment |category: |Views: 49

tags: another

Convert street address to longitude and latitude via web service(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 4 months ago

Demonstrates how to convert a street address to a geographic position in longitude and latitude coordinates by using a free REST web service provided by GeoCoder.us. Web service only works for addresses within the United States due to the source (US census) data. read more...

1 comment |category: |Views: 571

tags: another