Browse by Tags
All Tags »
CAB (RSS)
Hello, after working with DevDiv and p&p as vendor for the past 7 years (wow, I can't believe it's so long) I finally joined Microsoft as a full time employee. I joined the VS Team Architect team as an SDE 2 months ago. I joined the team just in time
Read More...
If you used to Workspaces in CAB, you will find that CAB Workspaces have two problems: 1. They unnecessary consume a Win32 HWND handle. 2. There is limited support for the kind of containers that you are allowed to use. Let’s say that you purchased a
Read More...
The current implementation of the MVP(Model View Presenter) pattern in CAB have several issues that I don't like. Note: In order for the proposed solution to work, you must first change the behavior of ObjectBuilder by adding the ComponentStrategy, for
Read More...
If you have ever written an AddIn for Visual Studio or a Package, you must likely recognize the interfaces EnvDTE.Solution, EnvDTE.Project, EnvDTE.ProjectItem, EnvDTE80.SolutionFolder and EnvDTE.DTE, and you may ask what's so wrong about these interfaces?
Read More...