Monday, July 03, 2006
Server Side - Stratetical and Tactical Programming
I've been always wanting to start a professional blog spot where I could share my technical points with the others. After this perfect Canada Day long weekend, I feel more energetic with the sunshine tan. Today should be nice start. :-)
Subscribe to:
Posts (Atom)
Is High Quality Software Worth the Cost?
I can't agree more with Martin Fowler's post on "Is High Quality Software Worth the Cost?". Here is just a repost. https:/...
-
I like NLog because it is probably the easiest logging framework I used. By simply copying NLog.config file to the project and set the ...
-
Using ref and unsafe in async methods and iterators Before C# 13, declaring local ref variables or local variables of a ref struct typ...
-
Recently ran into OutOfMemoryException from a .NET 3.0 WCF web service whenever the w3wp.exe reaches ~1.395 GB memory. WCF web service is ho...