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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Alex Thissen
March 13, 2013
Programming
0
110
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
30
Introduction to OWIN
alexthissen
0
40
//build/ redux
alexthissen
0
49
Secure your apps with ASP.NET Identity
alexthissen
0
42
Microsoft SDL in practice
alexthissen
0
690
Azure Active Directory and Web Single Signon
alexthissen
0
73
Claims-based Security for Web Apps using WIF 4.5
alexthissen
0
75
Visual Studio 2012 voor de VB.NET Web developer
alexthissen
0
33
8-bit Game emulation
alexthissen
0
44
Other Decks in Programming
See All in Programming
Xdebug と IDE による デバッグ実行の仕組みを見る / Exploring-How-Debugging-Works-with-Xdebug-and-an-IDE
shin1x1
0
270
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
130
ファインチューニングせずメインコンペを解く方法
pokutuna
0
220
仕様漏れ実装漏れをなくすトレーサビリティAI基盤のご紹介
orgachem
PRO
7
3.5k
野球解説AI Agentを開発してみた - 2026/02/27 LayerX社内LT会資料
shinyorke
PRO
0
370
Laravel Nightwatchの裏側 - Laravel公式Observabilityツールを支える設計と実装
avosalmon
1
270
今からFlash開発できるわけないじゃん、ムリムリ! (※ムリじゃなかった!?)
arkw
0
170
生成 AI 時代のスナップショットテストってやつを見せてあげますよ(α版)
ojun9
0
320
Claude Code Skill入門
mayahoney
0
450
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
3
430
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
790
テレメトリーシグナルが導くパフォーマンス最適化 / Performance Optimization Driven by Telemetry Signals
seike460
PRO
2
200
Featured
See All Featured
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
160
Unsuck your backbone
ammeep
672
58k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.5k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
230
Designing for Performance
lara
611
70k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
130
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.3k
[SF Ruby Conf 2025] Rails X
palkan
2
870
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