Sumit Amar

Research and Development

JavaScript: Getter/Setter Properties with native JavaScript

The following is a rudimentary 'iterator' (not to be confused with JavaScript 1.7 iterator) that...

Author: Volcanic Date: 10/19/2012

[Closed] Job Opening: Software Development Engineer (Microsoft, Bellevue, WA)

Do you like dynamic challenges in rich internet application (RIA) development? A large scale...

Author: Volcanic Date: 04/30/2010

KM - Knowledge Management

This is the page for Knowledge Management topics

Author: Volcanic Date: 03/12/2009

HCI - Human Computer Interaction

March 30, 2009 - 5:25p PSTDocumented Observation #1 - Lenovo Laptop Middle Mouse Button First I must...

Author: Volcanic Date: 03/11/2009

[Closed] Job Posting: Software Development Engineer

I have few job openings in my team for Silverlight, AJAX, WCF, WPF and SQL Server developers. Here's...

Author: Volcanic Date: 01/23/2008

Basic C# coding guidelines

C# 2.0 - Use generic collections instead of Hashtables and ArrayList types - If using Generic types,...

Author: Volcanic Date: 03/15/2007

Creating custom wrapper for all JavaScript functions

There might be scenarios when all JavaScript side initiated function calls need to be intercepted...

Author: Volcanic Date: 10/06/2006

Auxiliary Saver Technique in Web Forms

As we all know state management is a big deal in web applications. We might have web forms that send...

Author: Volcanic Date: 02/17/2006

True Asynchronous Payload

For rendering content and feature rich web pages, here are the questions that we have in front of...

Author: Volcanic Date: 09/24/2005

Determine the Payload division

Lately I've been thinking about devising a mechanism to determine the division of the Payload...

Author: Volcanic Date: 09/22/2005

Encrypt at client side and decrypt at server

There might be situations where the content from thin client that is accessible via internet, needs...

Author: Volcanic Date: 06/17/2005

Web Services: Revolutionize your business

Industry is talking of Web Services to the height of Petronas Towers. For an IT professional unaware...

Author: Volcanic Date: 06/07/2005

Retrieving SOAP Envelope from WebException

Web Services might be invoked using HttpWebRequest. If the invocation raises a service specific...

Author: Volcanic Date: 06/07/2005

Publish, Discover and Invoke Web Services using SOAP and UDDI

Introduction The project contains code that allows to Describe, Discover and Invoke a web service in...

Author: Volcanic Date: 06/07/2005

Granting EXECUTE privilege on group of stored procedures to a specified user

CREATE proc grants(@procs varchar(100),@user varchar(100)) as declare curse cursor for select name...

Author: Volcanic Date: 06/07/2005

Working with custom sections in app|web.config

Requirement may arise to define a custom section in app.config or web.config configuration file(s),...

Author: Volcanic Date: 06/07/2005

Intercepting Downloads in ASP.NET

There might be general situations when developer needs to provide a download link to users for any...

Author: Volcanic Date: 06/07/2005

Selecting XML nodes defined with namespaces

While isolating nodes with custom namespace definition, it might be problematic to retrieve the...

Author: Volcanic Date: 06/06/2005

HTA (HyperText Applications): Caveats and Features

Caveats: 1. Security: HTAs bypass the Internet Explorer's advanced settings to disable/enable active...

Author: Volcanic Date: 06/06/2005

Welcome to my weblog

First MSDN blog line.

Author: Volcanic Date: 05/16/2005