Visual Studio Toolbox: Building Extensions with CodeRush
- Posted: Oct 21, 2011 at 1:21 PM
- 48,252 Views
- 4 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- High Quality WMV (PC, Xbox, MCE)
- Mid Quality WMV (Lo-band, Mobile)
- High Quality MP4 (iPad, PC)
- MP4 (iPod, Zune HD)
- Mid Quality MP4 (WP7, HTML5)
This week, Robert invites Mark Miller and Rory Becker from DevExpress onto the show. They demonstrate how you can use CodeRush to build a plug-in that will enforce naming conventions for classes, methods, and other members in a Visual Studio solution. Mark is in the studio and does all the programming while Rory calls in and offers commentary.
Check out Robert's blog to see how to download and run this plug-in.
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Great stuff. I am always exhausted after a presentation by Mr. Miller!
CodeRush works for C++, there is even a free version
http://devexpress.com/Products/Visual_Studio_Add-in/RefactorCPP/
You could probably also build this CodeRush plugin completely in C++, if you really must use the _standard_ language real developer<sic> use.
Ah sorry for the non sequitur, let me fix that.
/The commercial version of/ CodeRush works for C++. There is even a free version /of Refactor/ for C++ http://devexpress.com/Products/Visual_Studio_Add-in/RefactorCPP/
CodeRush and Refactor are just different services on the core IDE technology (and if you buy the commercial version it comes with both services). Refactor makes code changes without changing behaviour, CodeRush is everything else (Templates, Navigation, etc). the core IDE technology also parses C#, VB and C++ into language independent structures - so that plugin they built in C# that dealt with the names of identifiers could probably run on your C++ code.
Anyway these days most Windows developers are no longer using C++, not because they lack the ability but because there are more efficient alternatives. You can't blame Microsoft for focusing their effort where most developers actually are.
At least they have built a pretty decent C++ Compiler and IDE for those who can't make the move to managed code. It could be worse <cough>Foxpro</cough>
This video very very much for study and practice purpose.
Remove this comment
Remove this thread
close