8/31に開催された 『LINE API Expert x Microsoft MVP Community Day』 でお話ししたMicrosoft MVPアワードプログラムご紹介セッションのスライドです。10分でご紹介しきれなかった実際のMVPの声も掲載している資料など、プログラムに関連する資料を最後にまとめてありますので、ぜひそちらもご覧ください。
イベントページ 『LINE API Expert x Microsoft MVP Community Day』
https://linedevelopercommunity.connpass.com/event/220423/
8/31に開催された 『LINE API Expert x Microsoft MVP Community Day』 でお話ししたMicrosoft MVPアワードプログラムご紹介セッションのスライドです。10分でご紹介しきれなかった実際のMVPの声も掲載している資料など、プログラムに関連する資料を最後にまとめてありますので、ぜひそちらもご覧ください。
イベントページ 『LINE API Expert x Microsoft MVP Community Day』
https://linedevelopercommunity.connpass.com/event/220423/
Clash of Oni Online - VR Multiplay Sword Action Yoshifumi Kawai
"Clash of Oni Online" is made in 2016 Japan VR Hackathon.
2days(31 hours) create vr contents challenge.
This game is made for HTC Vive.
The ancient giant evil Ogre is approaching to the Castle. Charge secret “Samurai Blade” in hand, and repel enemy attack!
Vive Control is your powerful Samurai Blade, hit back rocks Ogre throwing!
Multiplayer online play is available!Cooperate with mate and beat red Ogre up!
The document outlines an AWS-based application development workflow, including remote pair programming and CI/CD processes using AWS services like CodeStar, CodeCommit, and Lambda. It provides code snippets for a sample application to handle events and test cases using Python, along with AWS CloudFormation templates for deployment. The content also mentions build and test phases in project setup, specifically using AWS CLI and Maven.
VSUG Day 2010 Summer - Using ADO.NET Entity FrameworkAtsushi Fukui
This presentataion slide describes Microsoft.NET Framework 4 ADO.NET Entity Framework and was used for VSUG Day 2010 Summer in Japan.
VSUG (Visual Studio Users Group)
The document discusses an upcoming VSUG Leaders Summit 2008 event. It mentions lightning talks on the Web Client and Software Factory topics. It also notes plans to attend Tech Ed 2008 and a discussion on activities with the Web Client Software Factory and GAT/GAX. The summary touches on debates around personnel aspects and requirements for the Software Factory.
Protect Your IoT Data with UbiBot's Private Platform.pptxユビボット 株式会社
Our on-premise IoT platform offers a secure and scalable solution for businesses, with features such as real-time monitoring, customizable alerts and open API support, and can be deployed on your own servers to ensure complete data privacy and control.
18. UI データバインド
• サーバーサイド レンダリング
• ASP.NET MVC では View を生成する処理
• Razor テンプレートをもとに動的にHTML を生成
• クライアントサイド データ バインディング
• クライアント JavaScript から非同期でデータを取得
• HTML DOM にデータをバインド
19. UI データバインド
Web Server /
App Server
Browser DB Server
サーバーサイド レンダリング
• 動的にHTMLページを組み立て
• データアクセスした結果をページの挿入
• 生成したページを送信
生成したHTML
HTTP GET リクエスト
• 生成されたHTMLをブラウザで
表示
20. UI データバインド
Web Server /
App Server
Browser DB Server
クライアントサイド データ バインディング
• Web サービスを公開
• データアクセスした結果をJSONとして返
却
JSONデータ
ajax GET リクエスト
• 取得したJSONデータをHTML
DOMにバインド
25. 例外処理
• 例外は原則として集約的に捕捉して処理する
• Web API の例外処理
• Web API 2.2 Global Error Handling
• Web API のパイプラインで発生したすべての例外を補足
• 以下のインターフェイスを継承
• IExceptionLogger
• IExceptionHandler
• それ以外の例外処理
• Global.asax の Application_Error イベントハンドラ
• IIS、ASP.NET で発生した例外を補足