Yes finally I found someone who written a xVal provider for FluentValidation, you can find it at http://fluentvalidation.codeplex.com/Thread/View.aspx?ThreadId=54463 but you must download the sourcecode for fluentvalidation and compile it. So hopes it helps someone out there ;)
Javascript in my usercontrols at the bottom please
So the other day I sat down to optimize my latest part of a page that I been working on and I realized that I had some javascript in a usercontrol. In the javascript I called .net functions like ResolveUrl and i didn't want the cost of yet another request with the thoughts of all my jquery plugins.
...
Nested linq queries
So linq queries are something I like, but there was something I didn't knew how I should do a nested query. But a few days ago I saw an example of it so thought i should write something about it.
Exemple:
from item in list from subitem in item.SubItems select subitem
Hope somebo ...
Hello World
As for Jakobsson this is also my first blog post and I am a programmer through my whole heart and soul, which i think explains my headline. The Similarities between me an Jakobsson doesn't end there because I am also from the Varberg and we have gone to the same school and share the programming intr ...