1 / 20

お気に入りの Web Stack MVC , jQuery, HTML5

お気に入りの Web Stack MVC , jQuery, HTML5. 竹原 貴司 ( たけはら たかし ) http://takepara.blogspot.com Twitter @ takepara takepara@gmail.com. Web Stack って 何?. クライアントサイドプラットフォーム サーバーサイドプラットフォーム サーバー OS ハードウェア ネットワーク お金. プラットフォーム?. サーバーサイド .NET Framework ASP.NET ASP.NET MVC クライアントサイド HTML ブラウザ

sarila
Download Presentation

お気に入りの Web Stack MVC , jQuery, HTML5

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. お気に入りのWeb Stack MVC, jQuery, HTML5 竹原 貴司(たけはら たかし) http://takepara.blogspot.com Twitter @takepara takepara@gmail.com

  2. Web Stack って何? • クライアントサイドプラットフォーム • サーバーサイドプラットフォーム • サーバー • OS • ハードウェア • ネットワーク • お金

  3. プラットフォーム? • サーバーサイド • .NET Framework • ASP.NET • ASP.NET MVC • クライアントサイド • HTML ブラウザ • HTML • CSS • JavaScript 実行ランタイム フレームワーク 開発言語

  4. プラットフォーム間連携 • HTTP • REST • GET,HEAD,POST,PUT,DELETE… • SOAP • TDS • SQL Server • CIFS • ファイル共有

  5. 入力→処理→出力 クライアントサイド サーバーサイド

  6. ASP.NETの仕組み • ASP.NET • HttpApplicationPipeline • Provider Model • PagePipeline • Page Controller • Control Tree • Postback • View State http://msdn.microsoft.com/ja-jp/library/bb470252.aspx http://msdn.microsoft.com/ja-jp/library/ms178472.aspx

  7. HTML5の定義 “HTML5 は、プロプライエタリなプラグインとして提供されているリッチインターネットアプリケーションのプラットフォーム(JavaFX、Adobe Flash、Silverlight 等)を置き換えることを標榜しており、ウェブアプリケーションのプラットフォームとしての機能やマルチメディア要素が実装されている。” http://ja.wikipedia.org/wiki/HTML5

  8. Approaching HTML5 First Public Working Draft Working Draft Last Call Candidate Recommendation Recommendation http://channel9.msdn.com/events/MIX/MIX11/HTM05

  9. HTML5とは • Element • Forms • 各種 Event と API • パーサー • Canvas • Microdata • Messaging http://www.slideshare.net/dynamis/keypoints-html5-4920336

  10. JavaScriptとは • ECMAScript の実装 • など細かい話は Google で検索 • フレームワーク • jQuery • jQuery Mobile • Modernizr • Prototype.js • Mootools

  11. サーバーサイド Stack

  12. クライアントサイド Stack

  13. Architecture Center - MSDN - http://msdn.microsoft.com/es-es/architecture/en/

  14. Architecture Center - MSDN - http://msdn.microsoft.com/es-es/architecture/en/

  15. テストについて • Unit Test • 完璧を求めると疲れるね • スタック,機能はMocks • Service Locator大活躍 • 結合はシナリオ • Web システムなら Selenium とか • 徐々に増やしていこう • 継続的インテグレーション(CI) http://msdn.microsoft.com/ja-jp/magazine/cc163358.aspx

  16. 実行環境 • オンプレミス • クラウド • IaaS • PaaS • ホスティング http://www.datacenterknowledge.com/inside-microsofts-chicago-data-center/microsoft-chicago-center-aisle-container/

  17. ASP.NET MVC3について少し • Razor • DependencyResolver • HTML5 Template • Mvc Html5 Template • http://nuget.org/List/Packages/MvcHtml5Templates • MVC Html5 Toolkit • http://mvchtml5.codeplex.com/ • NuGet

  18. デモアプリケーション MVC RESTful MVVM Cloud Storage ASP.NET MVC WCF Data Services HTML CSS Entity Framework Mail IIS SQL Server JavaScript Windows Server

  19. demo ...

More Related