Sign In
Justin Smith's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
"ASP.NET AJAX Integration"
"Garbage Collector"
"The EndPoint"
.NET Framework 3.5
.NET Services
About Justin
Access Control Service
ASP.NET AJAX
Azure
Azure Services
BizTalk Services
BizTalk.NET Services
Books I am reading
Eventing
Inside Windows Communication Foundation
JSON
OAuth WRAP
Orcas
Orcas Beta 1
REST
Robotics
Search
Services in the Cloud
Syndication
WCF
Web Programming with WCF
Browse by Tags
MSDN Blogs
>
Justin Smith's Blog
>
All Tags
>
web programming with wcf
Tagged Content List
Blog Post:
enableWebScript, UriTemplate, and HTTP methods
justinjsmith
A little while ago I ran into an interesting set of errors that may be of interest to you. Consider the following service contract snippet: [OperationContract] [WebGet(UriTemplate= "foobar/{value}" )] String GetData(String value ); If you add the enableWebScript behavior to an endpoint...
on
15 Feb 2008
Blog Post:
MySpace does WCF
justinjsmith
My friend Vittorio has posted that MySpace will be talking about WCF at Mix 2008 ( see it here ). This promises to be a good session!
on
31 Jan 2008
Blog Post:
Life of a WCF Demo, Part 1
justinjsmith
I thought it might be mildly interesting to document the lifecycle of a demo. Over the next week or so I have to design, build, and deploy a demo that shows off some of the web-centric features of WCF in the .NET Framework 3.5. First, let me state the constraints: 1) it has to be lightweight - a person...
on
22 Jan 2008
Blog Post:
PictureServices and BizTalk Services
justinjsmith
Previous posts have talked a bit about PictureServices. Now I'd like to run through what it took to bring PictureServices to the BizTalk Services. I've talked a bit in other posts about BizTalk Services, but it has some interesting and very useful messaging features. For starters, BizTalk Services has...
on
18 Jan 2008
Blog Post:
XML namespace declarations in SyndicationFeed objects
justinjsmith
Following on the heels of Steve Maine's post about namespaces in Syndication objects (Feeds, items, etc.), I thought it wise to plug the new stuff in PictureServices . At the moment, PictureServices implements SLE (Simple List Extensions), and does a pretty crude job of it at that. Time permitting...
on
16 Jan 2008
Blog Post:
PictureServices updated to VS 2008 RTM
justinjsmith
Today I updated PictureServices to work with the RTM release of Visual Studio 2008 and the .NET Framework 3.5 (what a mouthful). My testing rigor for this release was less than perfect. Please let me know if you find any bugs. For what it's worth, the changes in the API made the simple list extensions...
on
14 Jan 2008
Blog Post:
PictureServices status update
justinjsmith
I've received several mails about PictureServices and RTM. As some of you know, the Syndication API changed before RTM. The were subtle, but they did have an impact on the Picture Services project. Specifically, the simple list extensions part of Picture Services isn't up to date with the RTM bits. I...
on
14 Jan 2008
Blog Post:
WCF Syndication article in MSDN Magazine...
justinjsmith
It seems that the RSS/Atom article I wrote for MSDN magazine was just published: http://msdn.microsoft.com/msdnmag/issues/08/01/WCFinOrcas/default.aspx The RTM version of .NET 3.5 was not available when I wrote the article, so I avoided the extensibility capabilites of the API. Perhaps that's fodder...
on
23 Dec 2007
Blog Post:
Setting HTTP Headers in WCF (.NET 3.5)
justinjsmith
One of the cool parts of WCF in the .NET 3.5 is the simplified support of the REST architectural style. URIs, HTTP verbs, and HTTP headers are 1st class citizens in the programming model. Each of these citizens is interesting. I'll focus a bit on HTTP headers here. HTTP headers dictate a wide array of...
on
22 Aug 2007
Blog Post:
Check out Picture Services
justinjsmith
A few days ago we released a new sample called Picture Services. As the name implies, this sample centers on pictures. More specifically, it demonstrates how to use the WCF API in the .NET Framework 3.5 to syndicate images from your local machine and expose them via a REST endpoint. There's been a fair...
on
20 Aug 2007
Blog Post:
What is the Web 2.0?
justinjsmith
I often ask this question to people, and I've come to expect a wide array of answers. Last week I got one that may actually stand the test of time (we tend to re-define things in this industry). Web 2.0 may very well be a service mark ( http://www.theregister.co.uk/2006/05/26/web_2point0_battle/ ...
on
30 Jul 2007
Blog Post:
WCF, ASP.NET AJAX, and JavaScript Proxies
justinjsmith
I spent this weekend tinkering around with the JSON messaging capabilities of WCF new in the .NET Framework 3.5 (Orcas). The object model is changing substantially between Beta1 and Beta2, and I think the changes make for an easier to use system. To better understand the JSON messaging features of...
on
24 Jul 2007
Blog Post:
WebServiceHost vs ServiceHost
justinjsmith
WCF in .NET Fx 3.5 introduces several types that simplify the creation of services that use the protocols of the web (read REST/Syndication/JSON). Among these are two hosting types: WebServiceHost and WebScriptServiceHostFactory. These types serve the same function as the ServiceHost and ServiceHostFactory...
on
2 Jul 2007
Blog Post:
Introduction to BizTalk.NET Services
justinjsmith
Background BizTalk.NET Services ( http://labs.biztalk.net ) is a nascent and experiemental project that is all about generic, secure connectivity. Many WCF customers ask us how to notify client applications that something has happened in a service. If the client is addressable and listening, this is...
on
10 Jun 2007
Blog Post:
Podcast with Jon Udell
justinjsmith
Jon just published a podcast where we discuss how WCF in Orcas simplifies Syndication and RESTful style architectures. Hear it here .
on
30 May 2007
Blog Post:
Web and SOAP via WCF
justinjsmith
WCF in Orcas introduces several new types that, among other things, dramatically simplify the work needed to write applications that adhere to the protocols of the web. These types of services are commonly described as having a REST-ful architectural style. For the most part, a REST-ful architectural...
on
7 May 2007
Page 1 of 1 (16 items)