Welcome to MSDN Blogs Sign in | Join | Help

August 2008 - Posts

Process Creation and Coordination

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 ..."; } } In some previous posts ( Out
Posted by JackG | 1 Comments
Filed under: ,

Attachment(s): WaitForProcessStartup.zip

RTM of Visual Studio 2008 and .NET Framework 3.5 SP1 (Client App Deployment)

I wanted to thank all the ISV's, VAR's, and SI's I have spoken with and those who have replied to my requests for soliciting feedback on Client Application Development (e.g., Software as a Service (SaaS) and Rich Internet Applications (RIA) ). This release

Silverlight 2, Beta 2 and the 2008 Olympics

Some time ago I wrote a post about the announced Silverlight 2 product . While I received a number of favorable comments, I also received some skepticism. We have been working hard on delivering on our goals in the form of providing an amazing media experience
Posted by JackG | 2 Comments
Filed under:
 
Page view tracker