Gaurav Seth's WebLog
It's never too late to get started.
The AJAX Experience : Presentation and Webcasts
Select presentations and webcasts from the The AJAX Experience 2008 conference are now available....
Date: 01/05/2009
AJAX Performance Bestpractices
Recently someone asked me about the best practices for AJAX performance. Though this information is...
Date: 11/21/2008
CodeFocus Focuses on IE8
I know this comes in a bit late from me, but nevertheless. The Code Focus Magazine - 2008 - Vol. 5 -...
Date: 11/20/2008
TAE 2008: Analyzing the AJAX Application Performance
It is for the first time that I attended and presented at a web-developer conference. That too, one...
Date: 10/05/2008
JScript Engine Improvements - IE8 beta.
In this post, I just wanted to lay focus on some of the improvements that have been done in the...
Date: 03/08/2008
JScript and IE8 Beta
As a follow up my previous post JScript Performance in IE8 Beta, here is another set of reviews that...
Date: 03/06/2008
JScript Performance in Internet Explorer 8 Beta
The cat’s finally out of the bag. IE 8 Beta is finally live and available publically for download....
Date: 03/06/2008
Classes in Java Script
Here is a series of posts on “Classes in JScript” written by Ritesh from the JScript team at MS:...
Date: 11/07/2007
Difference in Java Script behavior across browsers
Many a times, Java Script developers are perplexed by the fact that the same piece of Java Script...
Date: 11/05/2007
JScript COM interop...
Here are links to a virtual series written by Sheetal, one of the developers in the JScript team on...
Date: 09/25/2007
Got JScript Questions - Post them here...
One of the things that I did not capture on my Quick JScript References blog was a repository of the...
Date: 09/25/2007
Some Quick JScript References
Looking for documentation regarding the different flavors of JScript and not sure which one is...
Date: 09/07/2007
Improve AJAX Performance | Download Windows Script 5.7 now
Recently, Microsoft made a public release of Windows Script v5.7 which ships with different flavors...
Date: 08/27/2007
Microsoft Ajax View tool
Recently, MS made a public release of the Ajax view tool and I thought it's surely worth mentioning...
Date: 08/27/2007
Difference between JScript, JScript.NET and Managed JScript
There are three different types of JScript engines that MS currently offers to the users. In this...
Date: 08/16/2007
The World of JScript, JavaScript, ECMAScript …
Change is inevitable, except from vending machines – a quote from an unknown source but so true....
Date: 08/15/2007
Visual J# 2.0 Redist Package Second Edition: Targeting Different Platforms using Visual Studio 2005
Visual J# applications were designed to be built in an “x86” only mode using Visual Studio 2005. The...
Date: 06/07/2007
Building Visual J# applications for 64-bit platforms using MSBuild
MSBuild is a build platform for Microsoft and Visual Studio. Details about MSBuild tasks are...
Date: 05/24/2007
Visual J# 2.0 Redistributable – Second Edition: Compiler Changes
The Visual J# compilers (both 32-bit and 64-bit) shipped with J# Redist 2.0-SE now support a new...
Date: 05/22/2007
Visual J# 2.0 Redistributable – Second Edition: Leveraging Existing 32-bit Visual J# Code
The 64-bit editions (x64 and IA64) of Microsoft Visual J# 2.0 Redistributable Package – Second...
Date: 05/21/2007
Visual J# 2.0 Redistributable–Second Edition: Released To Web
The ENU Visual J# 2.0 Redistributable Package – Second Edition for x86, x64 and IA64 platforms is...
Date: 05/18/2007
.NET Vs J2EE: How do we compare
A customer recently wrote the following to us- My organization is currently considering either .NET...
Date: 05/10/2007
Back to the world of Blogging
I know I have kept away from blogging for quite some time now. There were pleasant changes in life...
Date: 05/09/2007
JLCA 3.0 – A Perspective: Cheat Sheet unleashed
As I promised, I have posted the JLCA 3.0 cheat sheet for the users on my Blogs. The aim of this...
Date: 06/19/2006
JLCA 3.0 - Usability Features
JLCA 3.0 includes a new set of features to improve the tool’s usability. Special source code...
Date: 06/19/2006
JLCA 3.0 - Threads
In Java, there are two ways to create a new thread of execution. One is to declare a class...
Date: 06/16/2006
JLCA 3.0 - Java Event Model (AWT and Swing)
Java Event Model mechanism is primarily featured by listeners and adapters used to deal with the...
Date: 06/15/2006
JLCA 3.0 - Serialization
Serialization corresponds with the core and native technology that Java provides to save/recover the...
Date: 06/14/2006
JLCA 3.0 - Java Messaging Service (JMS)
Messaging is a system of asynchronous request conducted as event-driven communication layer that...
Date: 06/13/2006
JLCA 3.0 - Remote Method Invocation (RMI and RMI-IIOP)
RMI provides an easy access to objects on remote machines. The server application registers objects...
Date: 06/09/2006
JLCA 3.0 - CORBA - Dealing with Other Languages
Since JLCA only converts Java applications and Java CORBA support is targeted through .NET Remoting,...
Date: 06/09/2006
JLCA 3.0 - Common Object Request Broker Architecture (CORBA)
CORBA is a core part of the Object Management Architecture (OMA), a complete infrastructure for...
Date: 06/07/2006
JLCA 3.0 - Enterprise Java Beans
Enterprise Java Beans define a server side distributed component model architecture that intends to...
Date: 06/06/2006
JLCA3.0 - Java Beans
Java Beans are components that can be controlled dynamically and assembled to applications via...
Date: 06/05/2006
JLCA 3.0 – Java API’s and Java Technologies
JLCA 3.0 incorporates support to convert J2SE APIs. The APIs are converted to equivalent .NET...
Date: 06/05/2006
JLCA 3.0 - Introduction
Java Language Conversion Assistant (JLCA henceforth) is a tool that provides support for the...
Date: 06/02/2006
JLCA 3.0 Cheat Sheet – A perspective
A lot many times I feel that exhaustive documentation is not available on the Java Language...
Date: 06/02/2006
How does WoW64 work?
In one of my previous posts I discussed a little bit about WoW/WoW64 in 64-bit computing. While I...
Date: 04/26/2006
MSDN webcasts on 64-bit platform computing
Here are some really cool MSDN webcasts related to 64-bit computing. If you are getting started with...
Date: 04/25/2006
Floating points - IEEE-754 Floating Point numbers
I found these blog entries from Prem to be quite exhaustive. So posting the links here just in case...
Date: 04/24/2006
What is WoW, Windows on Windows, WoW64, WoWx86 emulator … in 64-bit computing platform
Before we discuss this, it is important for the users to understand a few facts about 64-bit...
Date: 04/24/2006
64-bit Visual J# Redistributable TAP goes live
If you have been reading my blogs and wondering that why off late I have been discussing a lot of...
Date: 04/03/2006
Dual Core Vs Dual Processor Vs Hyper Threading
As we start talking of high performance computing, 64-bit platform offerings etc. some of the buzz...
Date: 03/20/2006
Some interesting reads on 64-bit performance benchmarks
Here are some of the sites that I have really found good and informative about the different...
Date: 03/20/2006
Using Delegates in the J# world
While I was trying to write a blog around the topic of Delegates in J#, I found that a few blogs...
Date: 03/17/2006
Migrating Web/JSP apps using Java Language Conversion Assistant 3.0
I just want to discuss one of the issues that we have in the Java Language Conversion Assistant...
Date: 03/16/2006
Moving from 32-bit to 64-bit application development on .NET Framework
This blog aims at clarifying the issues which 32-bit developers might be having when they start...
Date: 03/07/2006
Cross compilation in the 64-bit .NET Framework world for platform specific features
In today’s world, a lot of applications are written targeting both the 32-bit and/or the 64-bit...
Date: 03/06/2006