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
Visual Studio 2012 Tips and Tricks
Search
Alex Thissen
March 13, 2013
Programming
0
100
Visual Studio 2012 Tips and Tricks
Alex Thissen
March 13, 2013
Tweet
Share
More Decks by Alex Thissen
See All by Alex Thissen
Catching up with Windows Azure Active Directory
alexthissen
0
28
Introduction to OWIN
alexthissen
0
39
//build/ redux
alexthissen
0
47
Secure your apps with ASP.NET Identity
alexthissen
0
40
Microsoft SDL in practice
alexthissen
0
510
Azure Active Directory and Web Single Signon
alexthissen
0
70
Claims-based Security for Web Apps using WIF 4.5
alexthissen
0
69
Visual Studio 2012 voor de VB.NET Web developer
alexthissen
0
30
8-bit Game emulation
alexthissen
0
41
Other Decks in Programming
See All in Programming
可変変数との向き合い方 $$変数名が踊り出す$$ / php conference Variable variables
gunji
0
140
ニーリーにおけるプロダクトエンジニア
nealle
0
910
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
120
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
210
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
5
8.4k
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
15
5.4k
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
740
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
2
680
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
1.1k
状態遷移図を書こう / Sequence Chart vs State Diagram
orgachem
PRO
2
190
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
280
効率的な開発手段として VRTを活用する
ishkawa
0
160
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
695
190k
The Invisible Side of Design
smashingmag
301
51k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Music & Morning Musume
bryan
46
6.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
BBQ
matthewcrist
89
9.7k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Designing for humans not robots
tammielis
253
25k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Docker and Python
trallard
45
3.5k
Transcript
None
Visual Studio Tips and tricks Marcel de Vries Alex Thissen
Gerard van der Pol
New in VS2012
Preview Tab • Peek into selected file in Solution Explorer
• Keep open only if desired
Quick Launch • Shortcut: Ctrl+Q • Menus, options, • Limit
search by using filter – @opt – @menu – @mru – @doc • Possible to create additinoal filters
Visual Studio IDE
Task list
Editor
All time classic shortcuts Copy line Ctrl+C without selection Cycle
clipboard ring Ctrl+Shift+V Previous source code line Ctrl+ - Show SmartTag Ctrl+. Navigate To Ctrl+, Opening/closing tag Ctrl+[
Power editing • Press Alt to enable vertical selection
Debugging
Breakpoints and code flow • Conditional breakpoints • DataTip (including
pinning) • Virtual breakpoint (Run to) • Set Next Statement (drag yellow arrow) • TracePoints
Power debugging • Setup symbol server – Debug into Microsoft
assemblies • WinDbg from Visual Studio
Summary
Questions and Answers