.NET news » Addins 
Developing Visual Studio .NET Macros and Add-Ins
Author: Jeff Cogswell
Average rating: (3 reviews)
More .NET Addins books
Internet Explorer Browser Module Framework
..Managed framework for developing Internet Explorer Browser Modules on GotDotNet. It allows one to write Browser Helper Objects (BHOs) using C#. There have been several example on how to do this including on support.microsoft.com, but no framework that I have seen. So I decided to create a framework for this!
There are several examples:
1) Random Home Page - Allows you to configure a series of urls as your default home page. It will select one at random in the list as the starting point and then cycle through them.
2) Logging - Keep track of the sites that you visit. This logs your activity to a local SQL Server 2005. I hope to creating enhanced phishing filters based on the information it collects.
He has only posted source code for the moment.
Check it out!
Internet Explorer Browser Module Framework
20 Feb 2006, 21:47:00 Source: Internet Explorer Browser Module Framework
Tags: Components
Internet
Addins
Add Item wizard
A wizard of wizards that can be configured without stopping Visual Studio.
DebuggerVisualizers - Image Debugger Visualizer using Visual C# Express
The article is regarding a new feature in Visual Studio .NET 2005, that gives you the ability to decide how your image data is to be visualized in debug time.
15 Feb 2006, 15:01:00 Source: DebuggerVisualizers - Image Debugger Visualizer using...
Tags: Addins
Debug
C#
The Perfect Host: Create And Host Custom Designers With The .NET Framework 2.0
The .NET Framework 2.0 introduces a set of classes that can be used to host designers right out of the box. With the understanding of designers you'll glean from this article, you'll be ready to host them in your own apps.
9 Feb 2006, 02:00:00 Source: The Perfect Host: Create And Host Custom Designers With...
Tags: Examples
Addins
Outlook Add-Ins: Improve Your Outlook With Visual Studio Tools For Office
Microsoft Visual Studio Tools for Office 2003 supported only Microsoft Word and Excel. The new version, however, has the tools you need to create managed code add-ins for Outlook 2003.
9 Feb 2006, 02:00:00 Source: Outlook Add-Ins: Improve Your Outlook With Visual Studio...
Tags: Visual Studio
Addins
Auto notify your team members with email, when performing Visual Source Safe operations.
A Visual Source Safe Addin written in VB with the help of which you can auto-email your team members about the operations (Add, Check in, check out...) you performed on VSS
20 Jan 2006, 20:38:00 Source: Auto notify your team members with email, when performing...
Tags: Addins
VB.NET
Source Control
CodeXchange Addin for Visual Studio 2005
CodeXchange is an Visual Studio.NET add-in providing you with instant integrated access to an online repository of ready to use .NET code snippets.
Ten Essential Tools: Visual Studio Add-Ins Every Developer Should Download Now
James Avery does it again with his popular list of developer tools. This time he covers the best Visual Studio add-ins available today that you can download for free.
8 Nov 2005, 02:00:00 Source: Ten Essential Tools: Visual Studio Add-Ins Every...
Tags: Addins
Visual Studio
Do You Trust It? Discover Techniques for Safely Hosting Untrusted Add-Ins with the .NET Framework 2.0
When you allow your application to run arbitrary code through an add-in, you may expose users to unknown code, running the risk that malicious code will use your application as an entry point into the user's data. There are several techniques you can use to reduce the attack surface of your application, which Shawn Farkas discusses here.
11 Oct 2005, 03:00:00 Source: Do You Trust It? Discover Techniques for Safely Hosting...
Tags: Addins
Security

