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
doing c#
Search
Michael Minton
December 11, 2013
Programming
0
29
doing c#
Slide from the first florida coders user group meeting. 2013/12/11
Michael Minton
December 11, 2013
Tweet
Share
More Decks by Michael Minton
See All by Michael Minton
SOLID Fundamentals
minton
1
130
learning to code
minton
0
92
Other Decks in Programming
See All in Programming
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
290
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
200
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
260
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
120
ニーリーにおけるプロダクトエンジニア
nealle
0
840
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
770
Code as Context 〜 1にコードで 2にリンタ 34がなくて 5にルール? 〜
yodakeisuke
0
130
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
570
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
1k
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
560
PipeCDのプラグイン化で目指すところ
warashi
1
280
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
140
Featured
See All Featured
Making Projects Easy
brettharned
116
6.3k
Building Applications with DynamoDB
mza
95
6.5k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Site-Speed That Sticks
csswizardry
10
690
4 Signs Your Business is Dying
shpigford
184
22k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Being A Developer After 40
akosma
90
590k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
We Have a Design System, Now What?
morganepeng
53
7.7k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
6
300
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
Transcript
doing c# @mcminton
tools are tools
tools are tools don’t obsess over your hammer
Visual Studio 2013 IDE - integrated development environment
Visual Studio 2013 IDE - integrated development environment
Visual Studio 2013 IDE - integrated development environment makes life
easy
Visual Studio 2013 IDE - integrated development environment makes life
easy available for free as Express Edition http://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx
Visual Studio 2013
Basic Terms
Basic Terms solution
Basic Terms solution project
Basic Terms solution project class
Basic Terms solution project class collection of projects
Basic Terms solution project class collection of projects collection of
classes
Basic Terms solution project class collection of projects collection of
classes assembly i.e. exe, dll
Visual Studio 2013 manages our solution, projects and classes
Visual Studio 2013 manages our solution, projects and classes intellisense
Visual Studio 2013 manages our solution, projects and classes intellisense
debugging
Visual Studio 2013 manages our solution, projects and classes intellisense
debugging ui designers
Visual Studio 2013 manages our solution, projects and classes intellisense
debugging ui designers compiler
Basic Terms solution project class collection of projects collection of
classes assembly i.e. exe, dll compile
Basic Terms solution project class collection of projects collection of
classes assembly i.e. exe, dll compile turn text into an app
let’s code @mcminton