mrkurt


Comments:

Tag mapping in ASP.NET

posted by mrkurtmrkurt(280) 4 years, 7 months ago 0

Too bad it won't work on the HtmlControls, no tagMapping of <form runat="server"></form> for me, unfortunately.

Reply

Dangers of the new ASP.NET MVC framework

posted by mrkurtmrkurt(280) 4 years, 6 months ago 0

The "great divide" already exists. What's new is a toolkit from Microsoft that caters to the other side, so to speak.

Reply

Avoiding subqueries in SQL for big gains

posted by mrkurtmrkurt(280) 4 years, 1 month ago 0

You know, articles like this are painfully useless without any kind of look at what the DB does to optimize queries. His example query is so braindead as to be useless, though I'm mildly surprised that MySQL doesn't optimize it to something smarter.

In many cases, SQL Server will use the exact same execution plan for equivalent subquery and join based selects.

Reply

New F# Compiler Released

posted by mrkurtmrkurt(280) 4 years ago 0

Yeah, I hear he knows something about it.

Reply