So I took a new job which has me writing C# code again, which is great! A lot of new developments have happened in ASP.NET land since I've been gone, such as MVC framework, ASP.NET 3.5, etc. However, I've been working to keep up with them and I'm excited about what the future holds. The last...
I’ve been banging my head all day to accomplish this, it’s like a puzzle.. but since i get it to work i thought i could write this post for you and myself. What we want to accomplish? Simple way to communicate cross-domain with ASMX .NET 3.5 Web Service How can we do it? 1. Implement a web service method...
Astoria is an experimental data service from Microsoft that allow you to store up to 100 MB online and consume them with simple HTTP Requests or as described by Pablo Castro Microsoft Astoria Technical Lead The Astoria online service is an experimental service that aims at exploring programming models...
I came to point that i should use a web service for the current project i'm developing and since i like to play with new technologies so i figured why not implement the web service using Windows Communication Foundation insted of "Old" ASMX. So to be realistic i did a little home work before i decided...