Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Wednesday, October 14, 2009
A Master Programmer
›
You can say that you are just a good programmer when you write a computer program for a year. You can say that you are an experienced progr...
3 comments:
Thursday, October 8, 2009
Breaking backward compatibility vs SqlDataReader - rematch
›
Few weeks ago I wrote about an ugly backward compatibility break in Microsoft SQL Server 2008 . So how to write a clean code which works cor...
Friday, September 11, 2009
C# Puzzle No.19 (intermediate)
›
Suppose we have a mapping between two sets of labels. Dictionary <string, string> mapping = new Dictionary <string, string>()...
3 comments:
Monday, July 13, 2009
Breaking backward compatibility - oh, please!
›
Most of our SQL Server applications are developed in a way so that they work with any version of the SQL Sever. However users are encouraged...
2 comments:
Wednesday, July 1, 2009
ASP.NET WebServices two-way (Response and Request) compression - a general solution
›
Objective I will present a general solution to the two-way compression of WebServices" issue. The issue can be critical in a complicat...
24 comments:
‹
›
Home
View web version