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
30
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
CSC305 Lecture 14
javiergs
PRO
0
210
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
520
pnpm に provenance のダウングレード を検出する PR を出してみた
ryo_manba
1
170
外接に惑わされない自システムの処理時間SLIをOpenTelemetryで実現した話
kotaro7750
0
150
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
5.9k
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
860
Kotlin 2.2が切り拓く: コンテキストパラメータで書く関数型DSLと新しい依存管理のかたち
knih
0
240
CSC305 Lecture 10
javiergs
PRO
0
330
NIKKEI Tech Talk#38
cipepser
0
360
AI駆動開発カンファレンスAutumn2025 _AI駆動開発にはAI駆動品質保証
autifyhq
0
110
CSC509 Lecture 10
javiergs
PRO
0
160
Vue 3.6 時代のリアクティビティ最前線 〜Vapor/alien-signals の実践とパフォーマンス最適化〜
hiranuma
2
360
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Producing Creativity
orderedlist
PRO
348
40k
How to Ace a Technical Interview
jacobian
280
24k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Statistics for Hackers
jakevdp
799
220k
For a Future-Friendly Web
brad_frost
180
10k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
A designer walks into a library…
pauljervisheath
209
24k
Building Applications with DynamoDB
mza
96
6.7k
Fireside Chat
paigeccino
41
3.7k
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