Programming addicted
Friday, September 19, 2014
I love WCF
›
This is the longest name identifier I've seen so far:
Sunday, May 4, 2014
Copy master-detail data when destination master table has an 'identity' column in SQL Server
›
This is the one of good old tricks, which become possible in SQL Server 2008 with new MERGE operator. I want to insert the set of records i...
Saturday, April 26, 2014
SQL Server analytic functions: trap in LAST_VALUE
›
Analytic functions introduced in SQL Server 2012 appeared to be really awesome. LAG, LEAD, FIRST_VALUE and LAST_VALUE can simplify queries ...
Monday, July 15, 2013
Knuth-Morris-Pratt substring search algorithm in LINQ
›
Surprisingly, I found no substring search algorithms in LINQ extension libraries like MoreLINQ or similar, so had to write own implementati...
Tuesday, July 12, 2011
MacOS and WCF struggle
›
I spent several unforgettable days connecting MacOS client to Windows WCF service. The choice was to use gSOAP , the best open source librar...
›
Home
View web version