This morning I browse some stats that google made on my blog, and saw that there are some 404 (Not Found) page. After some inspection I see that all the 404 have the form http://www.nablasoft.com/Alkampfer/xxx They have capital A for Alkampfer, if I changed the Alkampfer in alkampfer everything work……the strange thing is that I [...]
Continue reading about WordPress and permalink make your url case sensitive
Overriding the Equals method is not a stuff for the fainted-hearts; it could seems absolutely a simple thing to do, but there are a lot of subtleties that had to be keep in mind. Here is a typical implementation of Equals for a Customer entity made by Resharper (R# permits you to define equals with [...]
Continue reading about Overriding the Equals Method for object used as a key in hashtable
This morning I stumble across this old post, that shows how to create a recursive function with lambda. The article is very interesting and has a second part that deal with memoization. These two articles are really great ones, but I want to point out that you need really pay attention to performance each time [...]
Continue reading about Lambda recursion, pay attention to performances
As Jeff Atwood says “we love computers”, yes, we are developer, but in the end we choose this profession because is the one that make us possible to work with the object of our love…computer. I’m one of those person that build his development machine, I want to choose every pieces of hardware, and this [...]
I’m doing the first steps with silverlight, and today I incurred in a very strange behavior. First of all I see that in my web project I can add WCF service or Silverlight-enabled WCF services. My first thought was…”why a wcf service should be different for silverlight”? The only difference is that with a silverlight [...]
