Getting started with REST services and the WCF Web API
You can download the demos and slides from the “Getting started with REST services and the WCF Web API” webinar. Slides Demos Or watch the slide on SlideShare here . Don’t forget about part 2 on...
View ArticleBuilding rich HTML5 clients using REST services
You can download the slide from my session on Building rich HTM 5 clients using REST services here and the sample application using the WCF Web API here . The slides are also available on SlideShare ....
View ArticleBuilding rich HTML 5 clients using REST services
You can download the slide from my session on Building rich HTML 5 clients using REST services here and the sample application using the WCF Web API here . The slides are also available on...
View ArticleGetting Started with WCF and Rest Services recording
The recording for the webinar I did on October 4th about getting started with REST services and the WCF Web API is available on the DevelopMentor website. You can watch the video stream from here or...
View ArticleBuilding rich HTML5 clients using REST services recording
For those who missed the online event about building JavaScript and HTML5 client for a REST service build using the new WCF Web API the recordings are up. You can download the hi res recording here or...
View ArticleBuilding rich HTML 5 clients using REST services recording
For those who missed the online event about building JavaScript and HTML 5 client for a REST service build using the new WCF Web API the recordings are up. You can download the hi res recording here or...
View ArticleUsing HTML5 WebSockets
In previous blog posts I wrote about using Server-Sent Events so send data from the server to the browser. This works but has the drawback that it is a one way messaging from the server to the browser....
View ArticleHow to Handle a Faulted Channel with the Windows Azure Service Bus
Recently I wrote a WCF service that fronted an on-premises SQL Server database for an MVC application running in a Window Azure Web Role. There are a number of ways I could have approached this...
View ArticleHow the Azure ServiceBus EAI & EDI Labs SDK impacts Microsoft integration
Last weekend, a new big step was set for companies in the Microsoft integration space, since the Microsoft Azure team released the first public CTP of the ServiceBus EAI & EDI Labs SDK. This was...
View ArticleBest Practices for consuming Web Services from within BizTalk Server
This blog post contains some guidelines for consuming web services. We will both handle pure messaging scenario and web service calls from within an orchestration. There's also a distinguishment...
View ArticleGetting Started with WCF and Rest material
Thanks everyone for joining in with the DevelopMentor webinar I did last night on Getting Started with WCF and Rest . If you want to take another look at the slides or samples you can download them...
View ArticleAD FS certificate rollover
Read what auto certificate rollover in AD FS is and how it can impacts your services. Also learn how to prevent this feature of having impact on your services....(read more)
View ArticleGetting started with the ASP.NET Web API
Some time ago I did a number of blog posts about the beta versions of the WCF Web API . As it turns out the WCF Web API team has moved into the ASP.NET team, a good thing as far as I am concerned, and...
View ArticleTroubleshooting the WCF LOB SDK installation
Troubleshooting the WCF LOB SDK 2010 installation when you think you have done everything correctly......(read more)
View ArticleA service bus caveat: exception when hosting multiple service bus relay...
When a single appdomain is opening two (or more) service bus relay endpoints that have the same path (what is added after the servicebus.windows.net), but have a different namespace, the following...
View ArticleConfigure a clustered MSMQ for WCF services with a netMsmqBinding.
How to configure a clustered MSMQ for WCF services with a netMsmqBinding....(read more)
View ArticleRepublishing BizTalk WCF-Services
After years of publishing BizTalk WCF-Services and countless hours spend configuring the services in the wizard I just recently found out the WCF-Publishing Wizard can be started with a configuration...
View ArticleHTML5 WebSockets
One of the most exiting new things in HTML5 is the ability to start pushing data from the server to the client. Traditionally web applications have depended on clients requesting data from the server....
View Article3 BizTalk Servers, 2 Datacenters, 1 On-prem
As you’re probably aware, Windows Azure IaaS went general availability recently. There are three BizTalk images in the gallery that you use to create a new BizTalk virtual machine. This was too much...
View Article