Kannon: a lightweight web framework for .NET. Without ASP.NET.
posted by JjVv(122) 1 year, 5 months ago +1
The reasons behind this framework are not very well documented. For every single reason why it's better then ASP.NET you can find 20 reasons why the reason is incorrect and probably mostly based upon a grudge against asp.net.
Reply
Aggiorno, the Italian colleague you've always wanted
posted by JjVv(122) 3 years, 10 months ago 0
Can it make pasta?
nHibernate performance against stored procedures
I remember a similair post few weeks ago. It also made the same mistake as mentioned by chadmeyers. I do wonder what people are trying to prove with these tests... When comparing sprocs,sql with or mappers they always tend to forget that NHibernate does much more then just performing selects and crud actions.
The Dark Side of LINQ
posted by JjVv(122) 3 years, 9 months ago 0
The post itself is however an example of "the dark side" of LINQ. It can be "abused" in lots of ways, which only obfuscate things/make them harder to understand when used in an inapproriate context. Too much people seem to think LINQ is the solution for everything...