OK, I've finally taken some time to add RSS support for this site. For some reason, people are actually reading the posts I've published here.
Content filed under "ASP.NET"
Sometimes you just need to support a specific feature for a specific browser or you just get a report that something isn't working as it should. And when visitors/customers complains about something running online not working, we always ask the same questions
I've implemented a new look & feel for my little blog. I found the theme at oswd.org and I really like it, hope you will too.
I started to use ASP.NET MVC, and I have to say, it's incredibly easy to learn and use. Development time is cut with at least 30-40% and I can spend more time on implementing the business logic and data access.
So, I started to try to port some of my Web services running on IIS and Windows server to Linux (openSuSE). The first problem that occurred was that mod_mono is running with version 1.1 as default, nothing strange with that, but I need support for 2.0+

