ASP.NET MVC Preview 4 Release (Part 1) - ScottGu's Blog
ナオキさんとこで知ったPreview 4。
まだ水曜だけど、iPhone以上にリリースが待ち遠しくて、ボケ~と読み返してたんだけど、コメント欄が凄いことになってる...。
ガスリー君3つ子説俄然説得力を増してくる...。
JoeOn.net In Japanese : Scott Guthrie はどうしてあれほど多くの仕事ができるのか
気になるコメント。
>>>>>> Can you please give some date as to when will the ASP.Net MVC go live?
You can go live with ASP.NET MVC today. The license supports production deployments.
製品開発に使ってもよかとですか。
>>>>>> Now that we are on Preview 4, what comes next? Beta 1? RC1?
I think Beta1 probably isn't far off now.
P4の次はとうとうベータ1!?
>>>>>>> Hi Scott, love the blog, always a great read! One slightly (read completely) off topic question, what theme are you using for VS? It looks fantastic!
I have a slightly custom theme that I use. You can download it here: www.scottgu.com/.../scottgu-dark.zip
ペーター君はなぜにそこが気になったのか...。
Using SubDataItems and View User Controls in ASP.NET MVC
Page でRenderUserControlするときに、第3引数になんらしらのViewDataを渡すと、UserControl内で ViewData.Modelは見れても、Controllerで入れたViewData[~]が空になって全く参照できなくてガッカリなことがあると思うんです。
で、Preview3のソースを追っかけてたところ、UserControlExtensions.csのDoRendering関数が怪しいんじゃないかと思って、検索してたら発見したのが↑のサイト。
同じようにSubDataItemsも子コントロール内での参照ができないから、ViewDataもソースいじれば引き継いでくれるようになるんだろうけど、なんかいじるのヤダナ。消極的にPreview 4を待ちます...。