Sign in
Software Musings
Random thoughts while writing code (and mostly about code)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
#include Auto Completion
.Net
.NET System.Xml Namespace
Assembly.Load
C#
C++
Code Coverage
Component Level Testing
Control
Coordinates
Float
IntelliSense Options
Manual Testing
Navigate To
Quick Search
Regular Expressions
Software testing
Technical interviews
Test Hooks
Testing
Testing levels
ThreadSafe
ToolStrip
UI Testing
Unit Testing
Unloading assemblies
Visual C++
Visual Studio
Visual Studio .Net Reflection
Visual Studio .NET XML Serialization
Visual Studio 2010
Visual Studio AddIns DTE IServiceProvider
Browse by Tags
MSDN Blogs
>
Software Musings
>
All Tags
>
visual studio
Tagged Content List
Blog Post:
Hey look I'm on TV! (well sort of)
Raul Perez
I did a channel 9 interview right before the holidays where I talk about the front end and the IntelliSense architecture in general. I was going to write an intro but I'll be lazy and reuse the one from the interview http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-5-Inside-the-Visual...
on
12 Jan 2012
Blog Post:
No Repro, No Way! - Handling Bugs Before They Come Back To Haunt You
Raul Perez
I haven't actually written in a long time which its an indication of how busy things have been around here. I put together a presentation about how to handle itermitent test failures earlier this year and I've been meaning to turn it into a document and I figured this was a good chance to do just that...
on
23 Dec 2011
Blog Post:
Visual C++ IntelliSense Options on Visual Studio 2010
Raul Perez
One of the requests we that we often heard from our customers was the ability to disable IntelliSense at will. There are ways of disabling it on previous versions via macros and other tricks (more details about that from this blog post ) but we all agree that if you want to turn off a feature it should...
on
19 Mar 2010
Blog Post:
#include Auto Complete
Raul Perez
One of the new features for C++ in Visual Studio 2010 is the auto completion of #include statements. Overall it’s a pretty simple feature and the behavior is exactly the same as regular IntelliSense auto completion. When you invoke it if there’s an exact match to complete your term the match gets completed...
on
17 Nov 2009
Blog Post:
Reading and Writing data using custom methods and the System.Xml Namespace
Raul Perez
On a previous post dealing with Xml Serialization I mentioned that one of the ways you could achieve this was by customizing the read and write methods. I’m going to bypass the wrapping the code into Read/Write methods and go straight to the code: Let’s start with this simple xml file: ...
on
25 Sep 2009
Blog Post:
Navigate To (aka Quick Search)
Raul Perez
One of the new features of Visual Studio 10 is the Navigate To feature (previously called Quick Search). I could write a whole article about the discussions around the naming but at least for now we’re sticking to Navigate To (with the disclaimer being that as of today this is not final). The first thing...
on
24 Aug 2009
Page 1 of 1 (6 items)