I'm a (web) software developer from Nuremberg/Germany, currently working with Visual Studio 2010 and Silverlight 4 + .NET 4.0 Framework, have also experience in "classic" Web development (HTML + CSS) or WinForms.

May
15
answered SQL Azure connectivity fails all of a sudden
Apr
26
comment MvcMailer unit tests: System.ArgumentNullException httpContext cannot be null
Thank you! The Wiki should be updated to the new version. Good work
Mar
28
answered Can't read RSS feed with xmlTextReader - "A column named 'link' already belongs to this DataTable"
Mar
21
comment Model Binding an interface in MVC4
At some point you will have to configure/tell the model binder (or the IoC container) which model to bind, I don't think that it can "guess" which one is the right, since you might have multiple identical concrete implementations etc. Maybe you want to have a hardcoded or configured Dictionary, describing the type to map back? Might make your live much easier. Just things to think about :)
Mar
21
answered Model Binding an interface in MVC4
Feb
8
awarded Popular Question
Feb
3
awarded Yearling
Dec
30
comment Kendo UI Window Opens after two clicks in IE 8
The current release of Kendo UI fixes many bugs related to jQuery 1.8+, maybe you should also check your Kendo UI Version (currently, 2012.3.1114 from November 2012)
Dec
28
answered Kendo UI Window Opens after two clicks in IE 8
Dec
21
awarded Popular Question
Dec
19
comment How do I use javascript to download a url?
Possible duplicate stackoverflow.com/questions/5192917/…
Nov
26
awarded Popular Question
Nov
22
comment How can I optmize a "select all" statement in linq that casts ~4000 rows to objects?
@usr I'm just giving tips on how to reduce runtime on c# side since he says that the query is very fast. Maybe there are other things like lazy-loading disabled (causing EF to read all related data), or other reasons. But this was actually accepted and I wonder why. Did it really solve the problems?
Nov
21
comment How can I optmize a "select all" statement in linq that casts ~4000 rows to objects?
You cannot optimize the Linq statement, this one is just OK. You can optimize the Entity Framework usage which ist much more important
Nov
21
revised How can I optmize a "select all" statement in linq that casts ~4000 rows to objects?
added good link
Nov
21
answered How can I optmize a "select all" statement in linq that casts ~4000 rows to objects?
Nov
21
comment Why does this regex not work as I expect?
I've just tried some online tools ( like regexhero.net/tester ) and it works as expected.
Nov
20
answered how to make two table rows be constantly attached
Nov
19
comment Kendo UI Grid different detail templates depending on condition
@JevgenijNekrasov ah Ok so i was probably mislead by the fact that the name Type is usually used for actual class types. But well, you can Skip part 1 of the code then. Does the template work for you then?
Nov
19
answered Kendo UI Grid different detail templates depending on condition
1 2 3 4 5