マイクロサービス時代の認証と認可 - AWS Dev Day Tokyo 2018 #AWSDevDay都元ダイスケ Miyamoto
The document details the AWS Dev Day Tokyo 2018 event, featuring various discussions and topics related to AWS technologies. It includes mentions of sessions, coffee breaks, and interactions among participants, along with multiple hashtags related to the event. The document is primarily a collection of tweets and notes reflecting the event's activities and engagements.
The document provides an overview of an AWS webinar on CloudFormation that will cover:
1) An introduction to CloudFormation and how to get started with it.
2) Development, testing, deployment, and operation methods for CloudFormation.
3) The webinar is intended for those new to CloudFormation or already using it to learn about useful CloudFormation features and efficient automation methods in 2020.
2020/11/21Android Bazaar and Conference Diverse 2020 Autumn
https://sites.google.com/view/abcd2020a/
GDG Shikoku / Sansan, Inc.
Kenichi Tatsuhama
マイクロサービス時代の認証と認可 - AWS Dev Day Tokyo 2018 #AWSDevDay都元ダイスケ Miyamoto
The document details the AWS Dev Day Tokyo 2018 event, featuring various discussions and topics related to AWS technologies. It includes mentions of sessions, coffee breaks, and interactions among participants, along with multiple hashtags related to the event. The document is primarily a collection of tweets and notes reflecting the event's activities and engagements.
The document provides an overview of an AWS webinar on CloudFormation that will cover:
1) An introduction to CloudFormation and how to get started with it.
2) Development, testing, deployment, and operation methods for CloudFormation.
3) The webinar is intended for those new to CloudFormation or already using it to learn about useful CloudFormation features and efficient automation methods in 2020.
2020/11/21Android Bazaar and Conference Diverse 2020 Autumn
https://sites.google.com/view/abcd2020a/
GDG Shikoku / Sansan, Inc.
Kenichi Tatsuhama
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.
6. ASP(Active Server Pages)
ASP.NET WebForm
ASP.NET MVC ASP.NET Core Blazor Server
ASP.NET Core MVC ASP.NET Core Blazor
WebAssembly
1996 2002 2009 2016 2019 2020
ASP.NETの歴史と進化
VBScript,JavaScript
ASP.NET 3.5SP1-4.6
MVC1-MVC5
.NET Core 3.0
ASP.NET 1.0-3.5,Ajax
VB.NET,C#
.NET Core 1.0,MVC5,SPA
.NET Core 3.1
18. ASP.NETの歴史と進化
ASP.NET Core SPA
Since 2016~
Angular(バージョン4)、React、Reduxといった
SPAフレームワークがASP.NETのプロジェクトテンプレートで登場
ASP.NET Web API + ASP.NET MVC
+ jQuery + Bootstrap + knockout.js などで複数の技術を利用して
頑張って構築されているテンプレートとなっている
サーバー側コードはNode.jsなので、TypeScript記述になる
Linuxも動作
20. ASP.NET Core Blazor Serverとは
SPAフレームワークだとTypeScriptが必要だったものが、
サーバー側コードをASP.NET Core SignalR + C#でコーディングが可能と
なった
いままでは、画面側に書けるコードはRazor構文やC#っぽい
特定のコードだけだったが、.NET Standard 2.0まで対応されたため、
ちゃんとしたC#のコードが記述可能になった
Web Formの意思を引き継いでいるということなので、うまく構成すれば、
似たような開発も可能!?
もちろんLinux(macOS)でも動作可能
ASP.NET Core Blazor Server
Since 2019~