Starting an external program in the same directory
Especially in development/demo scenario’s you sometimes need to start an external program. In my case, it was a simple batch file that more or less terminate...
Especially in development/demo scenario’s you sometimes need to start an external program. In my case, it was a simple batch file that more or less terminate...
A short one this time, and a rare one too, but taken from real life. Sometimes a web service is implemented in such a way that it only understands http 1.1 o...
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...