Simplyfying refactoring by making things obsolete
A very simple one I ran into today - when you are refactoring things, sometimes old methods are no longer required, but for the sake of backward compatiblity...
A very simple one I ran into today - when you are refactoring things, sometimes old methods are no longer required, but for the sake of backward compatiblity...
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...