Blog - .NET, ASP.NET, AJAX, Ruby and more

Category Archives: Web Services

Introducing a Ruby OData Client Library

Ever since the ADO.NET team started development on Astoria (pre-release), I have loved the concept.  Since its release (it was called ADO.NET Data Services and is now WCF Data Services), I’ve used it a ton (you may remember the example from this post).  Back at MIX10, Microsoft announced a commitment to the Open Data Protocol [...]

Also posted in OData, REST, Ruby, ruby_odata, WCF, WCF Data Services | Tagged , , | Comments closed

ASP.NET AJAX Page Methods

Technorati Tags: Page Methods,UpdatePanel,AJAX,ASP.NET If you’ve read things of mine, such as my Wrox Blox Hands On ASP.NET AJAX Control Toolkit, or posts on the ASP.NET Forums, you may have noticed I talk about using ASP.NET AJAX Page Methods lots of the time.  Lots of developers using ASP.NET AJAX overuse the UpdatePanel, or use it [...]

Also posted in .NET, AJAX, ASP.NET, C#, JavaScript, WCF | Tagged , | Comments closed

ObjectDataSource, SOA Style

It’s been entirely too long since my last post, and with the olympics in full swing, we’ll go with a volleyball theme for this post. BUMP So here’s the scenario. After really digging your teeth into ASP.NET 2.0 and playing around wiih all the cool data access features, you decide to apply a liberal use [...]

Also posted in .NET, ASP.NET, C#, Reflection, WCF | Tagged , | Comments closed

Using Exchange Web Services 2007: The Basics

Technorati Tags: C#,Exchange,.NET Exchange Web Services (EWS) for Microsoft Exchange 2007 provides a quick an easy way to interface with Exchange data from anywhere without having to interface with ugly COM interop objects if you’re living in a managed world like C#.  Today I was curious at how to get calendar appointments from Exchange into [...]

Also posted in .NET, C#, Exchange | Comments closed