Sign In
Powertoys WebLog
Enhancing Developer Productivity One Tool at a Time
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
_Add-Ins for VS
_Macros for VS
_Productivity Tools (Non-VS)
_VSIP Packages for VS
Code Profiling, Generation, Optimizing
Collaboration Tools
Debugging Tools
Deployment Tools
Design and Modeling Tools
Freeware/Donationware
From MS Team Member
Pages
Powertoys News
Purchase Required (May have free Demo)
Source / Document Control
Source Code Provided
Testing Tools
VS 2002
VS 2003
VS 2005
VS 6.0
Archive
Archives
August 2006
(1)
May 2006
(1)
March 2006
(4)
January 2006
(2)
December 2005
(2)
November 2005
(4)
October 2005
(3)
September 2005
(1)
August 2005
(3)
July 2005
(1)
May 2005
(4)
April 2005
(3)
March 2005
(4)
February 2005
(4)
January 2005
(6)
December 2004
(5)
November 2004
(12)
October 2004
(6)
September 2004
(8)
August 2004
(3)
July 2004
(9)
June 2004
(13)
May 2004
(17)
April 2004
(22)
May, 2004
MSDN Blogs
>
Powertoys WebLog
>
May, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Powertoys WebLog
Threat Modeling Tool Posted
Posted
over 8 years ago
by
Powertoys
3
Comments
I've seen Micheal talk about security a number of times and it's always entertaining as well as informative. Today he announced the availability of a new threat modeling tool. We have to create threat models for just about every VS feature these days...
Powertoys WebLog
Updated Features and new links for the Smart Paster
Posted
over 8 years ago
by
Powertoys
1
Comments
I've updated the Smart Paster entry based on new information from Alex. This is why I'm working towards getting a site where community authors can update their own information in the collection :-) Anyway, check it out... http://weblogs.asp.net/powertoys...
Powertoys WebLog
Point and Test NUnit integration for Visual Studio.NET
Posted
over 8 years ago
by
Powertoys
1
Comments
A little more testing to start the week. Via NUnitAddIn : “Point and Test NUnit integration for Visual Studio.NET. The aim of this project it to simplify testing and debugging using the NUnit framework inside of Visual Studio.NET.” ...
Powertoys WebLog
"Paste As.." in VS.NET with Smart Paster Add-In
Posted
over 8 years ago
by
Powertoys
6
Comments
The pic and post from Alex really says it all. Installed! Alex, you should submit this to the Add-in contest. [Via Alex Papadimoulis ] I don't know about you guys (and gals), but I often find myself pasting large string literals (SQL queries or...
Powertoys WebLog
Easy Multi-Threaded Design in VS via an Add-In
Posted
over 8 years ago
by
Powertoys
3
Comments
[Via Michael Harsh ] One of the prototyping guys at MS, Roland Fernandez, has created a VS.NET 2003 add-in to make multi-threaded programming easier. The premise is that you write your app just as you normally would if it was all running on the...
Powertoys WebLog
Snippet Compiler - Write and test snippets of code outside of VS without saving
Posted
over 8 years ago
by
Powertoys
11
Comments
[Via VSData Team Blog ] One of the things people like about VS2005 is that you can create projects and not save them until you hit, er, File/Save. Keeps you from getting those WindowsApplication1 thru WindowsApplication5999 directories. Anyway, via...
Powertoys WebLog
VB6 MouseWheel Fix via Add-in
Posted
over 8 years ago
by
Powertoys
11
Comments
Thanks to dredge , today I discovered a solution for THE problem that plagued me since I started programming in VB6... The VB6 MouseWheel Fix!!! Now when I have to maintain my old VB6 projects I feel much more confortable... :-) UPDATE: Many...
Powertoys WebLog
NTime - Performance unit testing tool
Posted
over 8 years ago
by
Powertoys
2
Comments
Adam Slosarski presents NTime -a perfomance testing tool - on code project. [Via Weblogs @ ASP.NET ] From the Code Project page: http://www.codeproject.com/dotnet/NTime.asp This article presents a unique tool to run repeatable performance...
Powertoys WebLog
ClrUnit: Unit Testing Framework with VS Integration inspired by JUnit
Posted
over 8 years ago
by
Powertoys
5
Comments
From John Lewicki comes a new Unit Testing framework for VS integrated as a VSIP package. In his words: http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=b85944cd-fd7b-4b8b-86d1-9fc0c710cd0f Load your unit tests automatically...
Powertoys WebLog
Accessibility Macros for Visual Studio .NET 2003
Posted
over 8 years ago
by
Powertoys
5
Comments
As I demo'ed at CSUN , here are the Accessibility Macros for Visual Studio .NET 2003 . These macros allow users to tweak the Visual Studio .NET 2003 IDE by easily increasing and decreasing font size, toggling colors in the editor to pure black on white...
Powertoys WebLog
Introducing MsaaVerify - an Accessibility testing tool
Posted
over 8 years ago
by
Powertoys
1
Comments
Have you ever used AccExplorer or Inspect and wondered whether the information presented was correct? Have you ever wanted to know which controls really need Names, Keyboard Shortcuts, Descriptions, and so forth ? It's time to MsaaVerify! MsaaVerify will...
Powertoys WebLog
ASP.Net Version Switcher
Posted
over 8 years ago
by
Powertoys
0
Comments
Via Rob I found the ASP.Net Version switcher. Rob claims to use it at least once a day. - Josh From the Official Site: http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx The ASP.NET Version Switcher is a little utility that can be used...
Powertoys WebLog
Pinvoke.Net Add-in Link Update
Posted
over 8 years ago
by
Powertoys
1
Comments
If you have the post about the Pinvoke.Net Add-in for VS in your RSS reader cache you should note that the link has changed. It should be more permanent this time. I've updated the post to have the new link and it's also here: http://www.gotdotnet...
Powertoys WebLog
Get Pinvoke.Net Native Method Signatures directly into Visual Studio
Posted
over 8 years ago
by
Powertoys
5
Comments
I know I suggest that everything is cool, but this is really cool IMO! Via Kevin I found this add-in that lets you search for and insert pinvoke signatures right into your code from the Pinvoke.Net web site. You can also add content to the site right...
Powertoys WebLog
"Close All But This" and more Whidbey commands now in VS 2003!!!
Posted
over 8 years ago
by
Powertoys
4
Comments
This is pretty cool. Gaston couldn't wait for Whidbey so he coded up some of our little IDE enhancements as a package for VS 2003 users. Jason , the IDE PM who drove the Whidbey improvements, was impressed when I showed him. :-) From the Site: http...
Powertoys WebLog
Add Code Wizard
Posted
over 8 years ago
by
Powertoys
0
Comments
Craig made a post over at his blog, giving the location of a new toy called “Add Code Wizard”. Here is a description of the sample: http://blogs.msdn.com/craigskibo/archive/2004/04/26/120773.aspx “Visual Studio allows you to create...
Powertoys WebLog
Class Browsing for .NET components with Reflector = High Praise
Posted
over 8 years ago
by
Powertoys
6
Comments
This one has been getting a lot of praise lately... The official site says : “Reflector is a class browser for .NET components. It supports assembly and namespace views, type and member search, C# XML documentation viewer, call and callee graphs...
Page 1 of 1 (17 items)