Browse by Tags
All Tags »
PHP (
RSS)
Long time ago there was simple ASP.NET editor called Web Matrix that was replaced by Visual Web Developer Express when Express versions came for Visual Studio. Now is time again for some small and easy tool and here it is – Microsoft WebMatrix Beta. In...
During one of my sessions I demonstrated how to use IIS Application Warm-Up Module . Some applications need to perform initialization tasks before taking requests from users. Application warm-up module is very good tool for this because it does not depend...
My last posting described how to read and write files located in Windows Azure cloud storage . In this posting I will show you how to do almost same thing using PHP . We will use Windows Azure SDK for PHP . The purpose of this example is to show you how...
Microsoft training kits are pretty good things to explore when you start learning some new technology. Here are links to some training kits I found to be interesting and useful. Some of these live also in my laptop and when I have free moments I explore...
Extract method is one of the most popular refactoring method when dealing with legacy code . In legacy code we can often find methods that are very long. My favorite findings methods about 2000 lines of code. Cool, isn’t it? Those methods have usually...
I recently wrote two postings on the subject of WCF services: WCF Services – Let's Get Started and WCF and Unit Tests. One could see that creating and testing services was not complicated at all. Let's go on and take some steps nearer to the real world...
More Posts