Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

Add-In’s (CLR and VSTA)

We have gone through some naming changes with WinFX and .Net . And we have gone through a few on the MAF (Managed AddIn Framework), the WinFX AddIn model and System.AddIn. The previous are all terms we use to discuss the Add-In model in the broad sense.

Visual Studio 2005 Service Pack 1 Update for Windows Vista

The Visual Studio 2005 Service Pack 1 Update for Windows Vista addresses areas of Visual Studio impacted by Windows Vista enhancements.
Posted by JackG | 0 Comments
Filed under:

Out of Process IPC/TCP Remoting code

function ToggleDisplay (label, control) { if (control.style.display == "none") { control.style.display = "block"; label.innerText = "Hide Code"; } else { control.style.display = "none"; label.innerText = "Show Code ..."; } } Click this link for a description

.Net Remoting (AppDomains, Out of Process, Two Way, etc..)

I previously wrote about bi-directional remoting over IPC (see .Net Remoting continued and .Net Remoting ). Several people asked for complete sample code. Ok, the squeaky wheel gets the attention. This could be an indication of my poor writing skills

Winforms and System.AddIn

This posting is in response to a F.A.Q. (Frequently Asked Question) I receive regarding the Add-In model and Winforms . To be clear, there is nothing in the Add-In model that prevents rich isolatable Host/AddIn UI scenarios. Support for AppDomains and/or
Posted by JackG | 8 Comments

Secret revealed

In a previous post ( Extra, Extra – Read all about it! ) I mentioned an upcoming highly requested feature. Well, it’s here. Last night we released the Visual Studio, code name “Orcas” March 2007 CTP. In this release you will find a number of VS, Language,
 
Page view tracker