Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
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