Gunnar Peipman's ASP.NET blog

ASP.NET, C#, SharePoint, SQL Server and general software development topics.

Sponsors

News

 
 
 
 
 
DZone MVB

Links

Social

Browse by Tags

All Tags » PHP (RSS)
WebMatrix Beta in pictures
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...
IIS Application Warm-Up Module
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...
Using Windows Azure BLOB storage with PHP
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...
Posted: Dec 05 2009, 03:20 PM by DigiMortal | with 11 comment(s)
Filed under: , ,
List of Microsoft training kits
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...
Refactoring: extract method
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...
Using WCF Services with PHP
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