I recently created a small 10 minute recording on how to create a WCF RESTful service. This screen cast has been published on Dime Casts .NET here. This is part 1 of the series in which I go into how to create a WebGet based WCF RESTful service. This screen cast is a video extension…
Continue Reading »
I’m doing some Silverlight Development and I ran into a wacky issue (or so it seemed at the time). The Silverlight app would connect to a Java Web Service and get some data (XML). The end result is that this Silverlight app will talk to Java Web Services and the xap file sit on a…
Continue Reading »
Written on
November 3, 2008 by
Donn in
WCF
What is REST? A REST web service is a service that embraces “Representational State Transfer”. What does this mean? Lets take a gander at the Wikipedia entry: … REST strictly refers to a collection of network architecture principles which outline how resources are defined and addressed. The term is often used in a looser sense…
Continue Reading »
Written on
November 3, 2008 by
Donn in
WCF
This pertains to non-sp1. If you have SP1 installed there “should” be an option to disable it in the gui. This is from what I’ve read on the web. I don’t have an SP1 machine in front of me so I’m posting this so I can find it later. If it helps you, then hallelujah…
Continue Reading »
Written on
November 2, 2008 by
Donn in
WCF
When I present at conferences and consult at clients I often get asked “How can I learn WCF?” It’s a great question because WCF in itself is a beast (as is WPF and Silverlight, etc). When I first started with WCF I tried learning via Internet tutorials, browsing the MSDN, looking at magazines, etc. While…
Continue Reading »