Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
ASP Insider

Browse by Tags

All Tags » Web Services   (RSS)

Microsoft Store

Posting A Photo From Windows Phone 7 To A Web Service
Recently I needed a way to upload a photo taken from a Windows Phone 7 to a public web service. The service then takes the photo’s bits and stores it. So I thought I would share the basics to this process today. Download The Code I am not going to get Read More...
Introducing SO-Aware, the WCF Management Tool Everyone Needs
Today is the day, Tellago Studios officially launches with our first software offering, SO-Aware.SO-Aware is a RESTful WCF Registry solution. So what does that mean? In short SO-Aware is a web based WCF management tool that also does monitoring and automated Read More...
Disabling a Web Page for a Long Running Operation
I was trolling the ASP.NET forums tonight and found a very good question from ctrlctrl, . He wanted to know how to ‘grey’ out the page while he was waiting on a long running process on the server. The answer is pretty simple, it involves a little AJAX Read More...
The ASP.NET Diet Part 1 – Making a Thin Contact Form
In my last post I waxed philosophically about the progression of ASP.NET . Today I want to start actually demonstrating how to take ASP.NET to the next level, at least in my opinion. The first thing I always add to a new web site is a contact form. Basically Read More...
Uploading a File Through a Web Service
This topic intimidated me when it first presented itself to me, because let's face it a Web Service really looks like it just processes XML and objects serialized essentially into a text format. Once I did a little investigating I found that it really Read More...