Monday, June 20, 2011
NDC 2011
›
{ It may be easy to miss amidst all the hoopla around Windows 8 but the Norwegian Developers Conference just released all their session vi...
48 comments:
Wednesday, June 15, 2011
Search, Match, Replace, Generate
›
{ Many moons ago I got about 0.25 seconds of fame when nRegex , a tool I wrote for evaluating regular expressions of the .NET flavor, go...
2 comments:
Tuesday, June 14, 2011
On Features
›
{ “More features isn’t [sic] better. More features is unfocused. More features means you’ll do them worse. More features means you prob...
Monday, June 13, 2011
Closures, Anonymous: JavaScript influenced C#
›
{ I’ve taken knocks in the past because of my penchant for closures and lambdas. Syntactically they never looked that strange to me and mo...
Friday, June 10, 2011
Getting Random Rows, Random Numbers with Sql Server
›
{ The 5 second version of this, should you arrive via search, is that to get random rows, simply use an TOP query with ORDER BY NewId() ...
Wednesday, June 08, 2011
Silverlight Is Dead…
›
{ … a title which I hope brings massive attention to this blog and to this rant against those that are rabid in their attacks on Microsoft...
Monday, March 14, 2011
Happy pi day!
›
{ class Program { static double PI(int i, int limit) { return (i > limit)? 1 : (1 + i / (2.0 * i + 1) * PI...
1 comment:
›
Home
View web version