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
300
Other Decks in Programming
See All in Programming
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
170
WebViewの現在地 - SwiftUI時代のWebKit - / The Current State Of WebView
marcy731
0
120
Team operations that are not burdened by SRE
kazatohiei
1
310
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
760
NPOでのDevinの活用
codeforeveryone
0
830
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
820
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
140
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
5.6k
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
530
技術同人誌をMCP Serverにしてみた
74th
1
640
Code as Context 〜 1にコードで 2にリンタ 34がなくて 5にルール? 〜
yodakeisuke
0
130
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Done Done
chrislema
184
16k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Code Review Best Practice
trishagee
69
18k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
Scaling GitHub
holman
460
140k
Building an army of robots
kneath
306
45k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
We Have a Design System, Now What?
morganepeng
53
7.7k
Practical Orchestrator
shlominoach
189
11k
4 Signs Your Business is Dying
shpigford
184
22k
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# すごい!!
参考文献 < > で作る 記事一覧