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
概念モデル→論理モデルで気をつけていること
sunnyone
3
290
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
620
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
310
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
7
2.5k
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
170
Ruby Parser progress report 2025
yui_knk
1
450
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
870
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
10
4.4k
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.9k
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
160
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
710
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
250
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Facilitating Awesome Meetings
lara
55
6.5k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
530
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Become a Pro
speakerdeck
PRO
29
5.5k
GitHub's CSS Performance
jonrohan
1032
460k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Scaling GitHub
holman
463
140k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.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# すごい!!
参考文献 < > で作る 記事一覧