Tag mapping in ASP.NET
posted by mrkurt(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 mrkurt(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.
Avoiding subqueries in SQL for big gains
posted by mrkurt(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.
New F# Compiler Released
posted by mrkurt(280) 4 years ago 0
Don Syme does! http://blogs.msdn.com/dsyme/archive/2008/05/02/full-release-notes-for-f-1-9-4.aspx
Yeah, I hear he knows something about it.