I need to work with rss, so I wandered a little bit in the net and found Argotic library. At the first glance the library is really good, but a simple thing appears to be missing (or probably I did not find in the documentation) I need to examine a large set of feed to [...]
In the last post I gave a solution to make possible to specify the default component in a dependency resolution with castle windsor. That solution is good for automatic dependency resolution, with respect to the previous post if you have a IPageDownloader that has a property of type ICache, if you do not set that [...]
Continue reading about Again on castle windsor and default component
Castle windsor is a really good library of IoC, but has some issues that sometimes can lead to obscure configuration. One of the most important is the concept of a “default component” suppose I create an ICache interface and I want some objects to be “cache-enabled”. My approach is usually that of a NullObject pattern, [...]
Uff…that was thought, it is almost one year I opened my blog, wordpress is great, but I never be able to set permalink to work correctly, caused by the fact that my hosting use IIS, and wordpress likes to be hosted on apache. In a lot of blog I found that to enable permalink I [...]
Continue reading about WordPress Permalink on IXwebhosting and IIS
Another great tool for distributed teams is VPN (Virtual Private Network), with a VPN all the team members can live in the same virtual local network. This is important, first of all for security. VPN estabilish a secure channel between computer using an insecure transport as the internet, with wpn all the data is ciphered, [...]
Continue reading about Working with distributed team – VPN and source control
