Witty connected to Identi.ca Due to the nice decoupling of the service API and the user interface in the project Witty it was relatively easy to create a basic service API for Identi.ca. There is still a lot of stuff to get working but at least the basic read and write are functioning. I am hoping […]
I did some experimentation today with authentication over http. Using the System.Net.WebClient class I made requests against both a HttpListener based server and WCF service contract using webHttpBinding. With HttpListener I can get Basic authentication and WindowsIntegratedAuthentication working just fine. With WebHttpBinding I cannot get either. I am aware that with WebHttpBinding over https you […]
Via Twitter I came across A post showing how easy it is to interface with Twitter using WCF 3.5. Dariusz hypothesizes that it would be cool to do and proceeds to show how to implement TwitterStatusProxy. All very cool with bindings, channel factories, service contracts and operation contracts. The only problem I see is that […]
At the recent Pnp Summit, during a presentation on Ado.Net Data Services, I asked Scott Hanselman whether it supported the REST “hypermedia constraint”, to which he responded by asking me to clarify my question. At that point, and at several other times during the conference I realized that although I think I grok the concept, I […]
Over the past year we have been working on the next generation of our product. After 10 years of fat client development we are rebuilding using REST as the foundation of our application architecture. We are fortunate in that our existing applications map very nicely to some of the principles such as “uniform interface” and […]
Glenn Block announces some details on P&P’s plans for the new WPF Composite Client. In general this is great news. Unfortunately it comes one day after I bitched to him about how P&P were neglecting WPF based smart clients 🙂 What specifically I want to comment on is the following quotes Win Forms is the recommended breadth […]
Tim Ewald responds to Don’s question about the validity of the the four tenets. Don asked for input… This quote really struck home: And finally, I’m not sure I want to build on a layer designed to factor HTTP in on top of a layer that was designed to factor it out. Considering that I am […]
I have been meaning to blog about these guys for a few days now. Check it out TimmyOnTime » Time Management meets Instant Messaging I think the idea of using instant messaging to communicate with a server application is brilliant. I also get a real kick out of chatting with Timmy. Every time my boss gives […]