Calling a WCF service from Javascript
Note - I wrote this a long time ago. While the information in this article is still valid, nowadays I would use ASP.NET MVC 4 WebAPI on the server, and jQuer...
Note - I wrote this a long time ago. While the information in this article is still valid, nowadays I would use ASP.NET MVC 4 WebAPI on the server, and jQuer...
Not exactly hot science anymore - most could be distilled from Scott Guthrie’s blog and numerous others, but this shows how you can use new C# 3.0 features t...
C# 3.0 features the new extension methods. This basically seems to allow you to add your own methods to sealed classes. That seems a bit weird, and Microsoft...
Sometimes you want to give web browsers access to web resources that are best not opened indiscriminatly to the world. A good example are WMS servers: you wa...
A very small example this time, but one that can be very time consuming to find out. The basic example I described earlier works fine, but just try to send b...