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
AIでLINEスタンプを作ってみた
eycjur
1
230
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
190
API Platform 4.2: Redefining API Development
soyuka
0
220
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
460
私の後悔をAWS DMSで解決した話
hiramax
4
210
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
640
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
780
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
7
2.6k
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
550
Reading Rails 1.0 Source Code
okuramasafumi
0
250
Performance for Conversion! 分散トレーシングでボトルネックを 特定せよ
inetand
0
3.4k
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
330
21k
Side Projects
sachag
455
43k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The Art of Programming - Codeland 2020
erikaheidi
56
13k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Context Engineering - Making Every Token Count
addyosmani
3
62
Optimizing for Happiness
mojombo
379
70k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Six Lessons from altMBA
skipperchong
28
4k
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