Browse by Tags
All Tags »
Web Services (RSS)
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...
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...
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...
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...
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...