Sign In
Jaiprakash
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
COM VariantClear Security
for in loop
JScript
JScript Exceptions IE frame
Jscript VBarrays safearrays
Archive
Archives
March 2007
(1)
January 2007
(4)
December 2006
(1)
November 2005
(1)
October 2005
(4)
September 2005
(1)
MSDN Blogs
>
Jaiprakash
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jaiprakash
valueOf and toString
Posted
over 5 years ago
by
Jaiprakash
0
Comments
My colleague SDET Titus Chandramohan sent me a mail and reported a inconsistent bahavior in JScript. The issue he reported was... var f = function(){ return 5;}; var num = new Number(5); num.x = f.valueOf; num.x(); ------> this should return...
Jaiprakash
A tip for improving perf with JScript...
Posted
over 5 years ago
by
Jaiprakash
0
Comments
Most of you must be knowing this but still i find it useful to share... " If you are calling a dom method again and again in your website then it is a good idea to cache it to improve performance ." For example, let's say you are calling a method...
Jaiprakash
JScript exceptions not handled/thrown across frames if thrown from a expando method.
Posted
over 5 years ago
by
Jaiprakash
0
Comments
Hope all of you are doing great! Today I am going to discuss sort of limitation of Jscript engine which I had hard time debugging. I hope through this post i can save you guys from running into same issue. Scenario - Let’s say Foo() is defined...
Jaiprakash
Calling VariantClear on a OUT param can lead to security hole !!!
Posted
over 5 years ago
by
Jaiprakash
1
Comments
There was a mail thread going on internally where a security hole was suspected due to VarianltClear() being called inside a method on a out param. Since i am new to COM world, I asked my fellow MSFTian Paul Dempsey that how can it be possible. Here is...
Jaiprakash
JScript supports SafeArrays of Variants only!!!
Posted
over 5 years ago
by
Jaiprakash
1
Comments
Recently I investigated a bug in Jscript which was reported on Vista. The scenario was working perfectly fine on XP and win2k3 but regressed in Vista. Here is the repro code... var strSCID = "{305CA226-D286-468e-B848-2B2E8E697B74} 2"; var shell = new...
Jaiprakash
For In Loop in JScript
Posted
over 6 years ago
by
Jaiprakash
0
Comments
Hi, It's been more than one year since my last post. I will try to be regular now on :). BTW, during this period, I have moved to Jscript team and will be sharing my little knowledge on JScript with you all. Recently I investigated a bug wherein...
Jaiprakash
J#/C#/VB Express SKU prevent use of MS Word - Issue made us work hard
Posted
over 7 years ago
by
Jaiprakash
0
Comments
Hi all, Last week one J# user (Mike Ward of Eurostep) reported that after installing J# express from this link he was not able to work on any Office tools at all. He could install and work on J# express successfully but as soon as he tried to open...
Jaiprakash
Bean Style properties in J#
Posted
over 7 years ago
by
Jaiprakash
2
Comments
Bean style properties in J#. Difference between bean properties and .net properties. Consuming bean style properties....
Jaiprakash
Writing Indexers in J#...
Posted
over 7 years ago
by
Jaiprakash
0
Comments
Indexers in J#. How to consume J# properties in C# as indexers....
Jaiprakash
Properties in J#...
Posted
over 7 years ago
by
Jaiprakash
0
Comments
Writing properties in J#. Differences from C#....
Jaiprakash
BadImageFormatException for a J# assembly on 64 Bit machine.
Posted
over 7 years ago
by
Jaiprakash
2
Comments
Hi, Today I would like to write about something which left me clueless for hours and really made me work hard to figure the root cause. I was building and running a suite on a 64 bit machine. This suite was written in C# and referring few existing dlls...
Jaiprakash
Here I come...
Posted
over 7 years ago
by
Jaiprakash
0
Comments
Hi Friends, This is Jaiprakash, working as SDET in Visual J# team for the last few years. During this stint with J# I have learnt quite a lot interesting things about different aspects of product development, about .net, about J# and had some real cool...
Page 1 of 1 (12 items)