Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
C# でできること
Search
Shion
April 04, 2018
Programming
0
270
C# でできること
Shion
April 04, 2018
Tweet
Share
More Decks by Shion
See All by Shion
App Center × Android × CD(仮)
shion
0
91
謎とき会(Android画像ライブラリ調査会)@2018/02/21
shion
0
310
Other Decks in Programming
See All in Programming
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
480
CSC509 Lecture 01
javiergs
PRO
1
440
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
150
CSC305 Lecture 01
javiergs
PRO
1
400
複雑化したリポジトリをなんとかした話 pipenvからuvによるモノレポ構成への移行
satoshi256kbyte
1
960
Signals & Resource API in Angular: 3 Effective Rules for Your Architecture @BASTA 2025 in Mainz
manfredsteyer
PRO
0
110
Local Peer-to-Peer APIはどのように使われていくのか?
hal_spidernight
2
470
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1k
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
250
CSC305 Lecture 02
javiergs
PRO
1
260
Serena MCPのすすめ
wadakatu
4
930
Swift Concurrency - 状態監視の罠
objectiveaudio
2
490
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
49
14k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
How to Ace a Technical Interview
jacobian
280
24k
4 Signs Your Business is Dying
shpigford
185
22k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
How STYLIGHT went responsive
nonsquared
100
5.8k
Balancing Empowerment & Direction
lara
4
680
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Facilitating Awesome Meetings
lara
56
6.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
Six Lessons from altMBA
skipperchong
28
4k
Transcript
C# でできること
いろいろできるC# コードを軽くみながら、どういうものができるか紹介していきます。 ・コンソールアプリ ・ アプリ ・ サーバー ・モバイルアプリ ・ゲーム
コンソールアプリ
コンソールアプリ <概要> テキストで操作するアプリが作れます <使いどころ> ・バッチ処理 ・コマンドラインツール ・ ・
コンソールアプリの例
入力された名前を表示する実装例
PC アプリ
PC アプリ <概要> や で使えるアプリが作れます <使いどころ> ・ アプリ ・ アプリ
あまり事例がないです…… <作り方> ・ ・ ・ ・
Windows Forms の例
Windows Forms の実装例(表示側)
Windows Forms の実装例(コード側)
WEB サーバー
WEB サーバー <概要> ページを配信する仕組みや、データだけを返 す が作れます <使いどころ> ・ アプリケーション ・
<作り方> ・ ・ ・ ・
Web Forms の例
Web Forms の実装例(表示側)
Web Forms の実装例(コード側)
MVC の例
MVC の実装例(View)
MVC の実装例(Controller)
Q: Web Forms とMVC の例が同じ 画面にしか見えない……。
A: ほぼほぼ同じです。動作の仕組 みと作り方が違うだけです
Web API の例
Web API の実装例(Controller)
Bot の例
Bot の実装例
モバイルアプリ
モバイルアプリ <概要> を使うと アプリが作れます <使いどころ> ・ アプリ ・ アプリ <作り方>
・ ・ ・
None
Xamarin.Forms の実装例(表示側)
Xamarin.Forms の実装例(コード側)
ゲーム
<概要> を使うとゲーム開発もできちゃいます。 また の開発にも使われます! <使いどころ> ・ で動くゲーム ・ ゲーム 作り方
・
ゲームの例
転がるボールの実装例
カメラ移動の実装例
C# すごい!!
参考文献 < > で作る 記事一覧