Azureはじめました

Windows Azureで業務システムを組んでみる日記

2015-03-01から1ヶ月間の記事一覧

IIS オート スタート設定による ASP.NET Web アプリケーションの初回実行時のパフォーマンス向上の罠

IIS オート スタート設定による ASP.NET Web アプリケーションの初回実行時のパフォーマンス向上 - THE TRUTH IS OUT THERE - Site Home - MSDN Blogsをやってて罠に嵌りまくった腹いせエントリ。すいません言い過ぎました。 ● Windows Azure クラウドサービ…

AzureSDKのアップグレード後、Azureエミュレータの起動に失敗する

DFAgent.exeが起動に失敗してntdll.dllのメモリエラーがうんたらかんたら('A`)ンモー

jquery.validate(unobsolusive)でエラーになったタブを開く

エラーになってもタブを勝手に開いてくれないのかよ(´・ω・`) $("#reserveeditform").submit(function () { $elem = $(".input-validation-error:first"); $elem.parents().filter(".collapse").collapse("show"); //tab上にある if ($elem.parents().filte…

jquery.validate.unobtrusiveでタブなどに隠れたフィールドの評価がされない

なんてこった。 In the new version of jQuery validation plugin 1.9 by default validation of hidden fields ignored. I'm using CKEditor for textarea input field and it hides the field and replace it with iframe. The field is there, but valida…

jquery.validate.unobtrusive でクライアントサイドで動的に追加したフィールドをチェック

i am using jquery's unobtrusive validation plugin in with asp.net mvc. the problem is that all the fields that are rendered server side gets validated with this scheme but if i dynamically add a field in the form using javascript it is not…

非同期アクション用のスニペット

VSで使えるMVCの非同期アクション用のスニペット。 コードスニペットマネージャーでインポートして使える。

@Html.DropdownListがSelectedを消してしまう

しかも"たまに" (# ゚Д゚)ふぁーーっく!!! こんな状況 //---model--- public class StayType{ public int id{get;set;} public string name{get;set;} } public class Reserve{ [いろいろ] public ICollection<ReserveItem> items{get;set;} } public class ReserveItem{ [</reserveitem>…

Controller/Viewのスキャフォールディング中にエラー

これで何をわかれと言うのか(# ゚Д゚)