Most of you have seen many jQuery Cheat Sheets out in the wild, but as of recently there are now also many ASP.NET MVC Cheat Sheets to chose from. If you know of any other ASP.NET MVC Cheat Sheets, please let me know and I’ll add it to the above list. I hope these prove to be helpful for you. You might consider printing them out and posting them on your cubical walls ;) Note: Instead of hosting th
自分でもコソコソとASP.NET MVCの情報を集めているのですが、ここにさらしておこう。 オフィシャルサイト系 asp.net/mvc ASP.NET MVCサイトの総本山と言っても良い筈。まずはここに来よう asp.net/mvc/garally ASP.NET MVCサイトデザインのテンプレートが入手できる asp.net/mvc/learn 非常に色々と情報が載ってる ASP.NET MVC 1.0ダウンロードページ ASP.NET MVC 1.0本物 ASP.NET MVC Traning KIT 書籍 ASP.NET MVC 実践プログラミング − .NET Frameworkによる標準Web開発技法 CodePlex ASP.NET MVCのCodeplexサイト ASP.NET MVCのロードマップ MVCContrib ASP.NET MVCに付加機能を色々付けてくれる部
ページング表示(とグリッド表示)の例がMVCContribにも入っていますが、ページャの見せ方はアプリケーション固有のものなので、MVCContribを参考にしてカスタムページャを作ってみるテスト(・∀・) とりあえず対象とするデータ構造は以下の様な感じで。 // ページング用モデルのインタフェース public interface IPagination { // 現在ページ int Page { get; } // ページ数 int MaxPage { get; } // 前ページあり? bool HasPreviousPage { get; } // 次ページあり? bool HasNextPage { get; } } 実装の例としては、次の様な感じで。 // シンプルなページング用モデルの実装 public class Pagination<T> : IEnumerable<T>
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く