Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Learnings, Experiences at Microsoft
IE8 JScript Debugger - Under the Hood
I have posted about the JScript Debugger Design for IE8 Developers Tools on the JScript Team blog...
Date: 03/18/2008
JScript Debugger Functionality in IE8
Deepak, Program Manager, from our JScript Team has blogged here in detail about the functionalities...
Date: 03/13/2008
IE8 Beta1 is available
IE8 Beta1 is now available here. It has remarkable script improvements in JScript performance. It...
Date: 03/07/2008
Passing more than one parameter to the script callback
Passing more than one parameter to JScript function isn’t difficult at all after knowing how to pass...
Date: 08/10/2007
Using Return Value of the Script Callback
To use the return value of the JScript Function we need to pass parameter VARIANT *pVarResult to the...
Date: 08/10/2007
Passing Parameter to the Script Callback
Earlier post talked about how to call a callback script from the COM component. What if one wants to...
Date: 08/10/2007
Script CallBack from COM
Earlier we saw how to call a function on COM class from JScript. But what if one wants to call a...
Date: 08/10/2007
Calling functions of COM object from JScript
After earlier post on instantiating COM class, let’s move ahead with invoking the functions over...
Date: 08/10/2007
Interoperability of JScript with COM
Recently I worked on using COM component in JScript. I couldn't find one stop solution or example...
Date: 08/09/2007
Debugging a script debugger
Its kind of pain to debug a debugger. One thing for sure. If you want to debug VS debugger for...
Date: 04/19/2006
Building 2 at IDC
The new building at IDC is ready and from monday it will be occupied. I got a chance to get glimpses...
Date: 04/13/2006
Change in Blog Title
Since I am going to work on Jscript Engine now, the blog is no longer solely for Object Test Bench....
Date: 04/01/2006
Getting rid of un-necessary rebuild messages while working with OTB
In VS2005, if you are trying to work with OTB and you think you are getting unnecessary rebuild...
Date: 03/07/2006
Interesting decision about the design
Recently Neela reported down one interesting issue. Consider a class class1 with following two...
Date: 02/06/2006