Search

Gaurav Seth

age ~45

from Sammamish, WA

Gaurav Seth Phones & Addresses

  • 205 212Th Pl NE, Sammamish, WA 98074
  • Redmond, WA

Resumes

Gaurav Seth Photo 1

Group Program Manager, Microsoft Edge

view source
Location:
Seattle, WA
Industry:
Computer Software
Work:
Microsoft since Nov 2008
Program Manager

Microsoft India Development Center Feb 2005 - Oct 2008
Program Manager

Microsoft India Development Center Mar 2003 - Jan 2005
Software Development Engineer-Test

Lucent Technologies May 2000 - Mar 2003
Senior Software Engineer
Education:
National Institute of Technology Warangal 1996 - 2000
B.Tech., Computer Science
Delhi Public School - R. K. Puram 1990 - 1996
Skills:
Software Development
Javascript
Software Project Management
Agile Methodologies
Program Management
Web Applications
Software Design
Distributed Systems
Software Engineering
Product Management
Enterprise Software
Cloud Computing
Visual Studio
Developer Tools
Node.js
Lean Software Development
Network Architecture
Html5
Typescript
Virtual Machines
Compilers
Microsoft Edge
Conference Speaking
Web Services
Internet Explorer
Runtimes
High Performance Computing
Evdo
Ecmascript
Storytelling
Customer Driven Innovation
Kano
Business Relationship Management
Strategic Planning
C++
Microsoft Azure
C
Agile Project Management
Languages:
English
Hindi
Gaurav Seth Photo 2

Program Manager Ii

view source
Location:
Sammamish, WA
Industry:
Computer Software
Work:
Microsoft
Program Manager Ii
Skills:
Cloud Computing
Gaurav Seth Photo 3

Sales Associate

view source
Work:
Dale Hardware Ltd
Sales Associate
Gaurav Seth Photo 4

Reservoir Engineer

view source
Position:
Reservoir Simulation Engineer at Chevron
Location:
Houston, Texas
Industry:
Oil & Energy
Work:
Chevron since Sep 2010
Reservoir Simulation Engineer

University of Tulsa Aug 2008 - Aug 2010
Graduate Student

Reliance Dec 2004 - Jul 2008
Sr. Petroleum Engineer

Hindustan Oil Exploration Company Jul 2004 - Dec 2004
Well Construction Engineer
Education:
University of Tulsa 2008 - 2010
MS, Petroleum
Indian School of Mines 2000 - 2004
B. Tech., Petroleum Engineering
Govind Ballabh Pant Krishi Evam Praudyogik Vishwavidyalaya 1999 - 2000
Bachelor in Technology, Electrical Engineering
Skills:
Petrel
Nodal Analysis
Simulations
PVTsim
Eclipse
Geostatistics
Reservoir Simulation
Petroleum Engineering
Reservoir Engineering
Reservoir Management
Interests:
Basketball, Volleyball, Friends and Networking, Writing, Photography
Languages:
English
French
Hindi
Gaurav Seth Photo 5

Gaurav Seth

view source
Location:
United States
Gaurav Seth Photo 6

Gaurav Seth

view source
Location:
New York, New York
Industry:
Financial Services
Gaurav Seth Photo 7

Gaurav Seth

view source
Location:
United States

Us Patents

  • Deep Cloning Of Objects Using Binary Format

    view source
  • US Patent:
    20130124573, May 16, 2013
  • Filed:
    Nov 10, 2011
  • Appl. No.:
    13/293734
  • Inventors:
    Gaurav Seth - Redmond WA, US
    Jianchun Xu - Issaquah WA, US
    Koundinya Veluri - Duvall WA, US
    Geoffrey M. Kizer - Seattle WA, US
  • Assignee:
    MICROSOFT CORPORATION - Redmond WA
  • International Classification:
    G06F 17/30
  • US Classification:
    707798, 707E17011
  • Abstract:
    Techniques are described herein that are capable of deep cloning (a.k.a. deep copying) objects using a binary format. A deep clone of a designated object includes references to other objects (and potentially copies of the other objects) included in the designated object. A binary representation of each object in an object graph is generated to provide a binary clone of the object graph. Objects created by a dynamic language engine are called dynamic language objects. Objects created by a host (e.g., that hosts the dynamic language engine) are called host objects. Each host object is associated with an intermediate representation thereof via a property bag that describes properties of that host object. Each intermediate representation is understandable by the dynamic language engine. A binary representation of each dynamic language object and each host object may be generated in accordance with the binary format to provide the binary clone.
  • Capturing Telemetry Data By Dynamic Language Engine

    view source
  • US Patent:
    20130132930, May 23, 2013
  • Filed:
    Nov 23, 2011
  • Appl. No.:
    13/304178
  • Inventors:
    Jennifer A. Hamilton - Seattle WA, US
    Gaurav Seth - Redmond WA, US
    Yong Qu - Sammamish WA, US
  • Assignee:
    MICROSOFT CORPORATION - Redmond WA
  • International Classification:
    G06F 9/44
  • US Classification:
    717115
  • Abstract:
    At least one embodiment described herein relates to the selective capturing of script code stacks associated with exceptions thrown by script code. For unhandled exceptions, the script engine 1) captures the script code stack in a host-accessible manner in which a host that hosts the script engine may access the captured script code stack, 2) completes unwinding of the script stack, and 3) reports the captured script code stack to a host that hosts the script engine. For at least one of the handled exceptions thrown by the script code for which the script code itself handles the exception, the script code stack is not captured in the host-accessible manner. Also, the call stack property of an error object is populated at throw time, rather than creation time.
  • Memory Usage Data Collection And Analysis For Dynamic Objects

    view source
  • US Patent:
    20130246417, Sep 19, 2013
  • Filed:
    Mar 13, 2012
  • Appl. No.:
    13/418343
  • Inventors:
    Gaurav Seth - Redmond WA, US
    Michael C. Fanning - Redmond WA, US
    Jennifer Hamilton - Seattle WA, US
    Curtis Man - Seattle WA, US
  • Assignee:
    MICROSOFT CORPORATION - Redmond WA
  • International Classification:
    G06F 17/30
  • US Classification:
    707736, 707E17014
  • Abstract:
    A script engine for a dynamic language can collect memory allocation information for dynamic objects created by the scripting engine and for dynamic objects created by the script engine host. A native interface can be exposed to a client comprising a software development tool. The software development tool can be a third-party tool. In response to a query, the script engine can take a snapshot of a garbage collector heap and return an object record for each dynamic object in the heap. The object information can include memory allocation information, object type and other information. Multiple snapshots can be taken and the delta between snapshots can be determined and sent to a requestor.
  • Using Grammar To Serialize And De-Serialize Objects

    view source
  • US Patent:
    20130247003, Sep 19, 2013
  • Filed:
    Mar 14, 2012
  • Appl. No.:
    13/419441
  • Inventors:
    Gaurav Seth - Redmond WA, US
    Jianchun Xu - Issaquah WA, US
    Geoffrey M. Kizar - Seattle WA, US
  • Assignee:
    Microsoft Corporation - Redmond WA
  • International Classification:
    G06F 9/44
  • US Classification:
    717115
  • Abstract:
    Aspects of the subject matter described herein relate to serializing and de-serializing objects. In aspects, a serialization engine uses a grammar to serialize data into a binary representation. The serialization engine may call upon a host serialization engine to serialize embedded object that are not directly supported by the environment hosting the serialization engine. The serialization engine may encode the grammar used to serialize the data into the serialized data for use in de-serializing the data. After the object is serialized, the serialized data may be de-serialized when desired by using the grammar. The grammar is such that it causes embedded objects and relationships to be preserved in the serialized representation of the object.
  • Thread-Agile Execution Of Dynamic Programming Language Programs

    view source
  • US Patent:
    20130263087, Oct 3, 2013
  • Filed:
    Apr 3, 2012
  • Appl. No.:
    13/437942
  • Inventors:
    Stefan R. Batres - Sammamish WA, US
    Geoffrey M. Kizer - Seattle WA, US
    Gaurav Seth - Redmond WA, US
    Amanda K. Silver - Seattle WA, US
  • Assignee:
    Microsoft Corporation - Redmond WA
  • International Classification:
    G06F 9/44
  • US Classification:
    717115
  • Abstract:
    Methods, systems, and products are provided for thread-agile dynamic programming language (‘DPL’) program execution. Thread-agile DPL program execution may be carried out by receiving, in a message queue, a message for an instance of a DPL program and determining whether the host application has a stored state object for the instance of the DPL program identified by the message. If the host application has a stored state object for the DPL program, thread-agile DPL program execution may also carried out by retrieving the state object; preparing a thread available from a thread pool for execution of the instance of the DPL program in dependence upon the state object and an execution context for the instance of the DPL program; providing, to an execution engine for executing the DPL program, the state object and the prepared thread; and passing the message to the execution engine.
  • Hidden Representations For Marshaling Through Hosted Scripting Environments

    view source
  • US Patent:
    20130067433, Mar 14, 2013
  • Filed:
    Sep 8, 2011
  • Appl. No.:
    13/227666
  • Inventors:
    Lucas J. Hoban - Seattle WA, US
    Caroline G. Murdoch - Seattle WA, US
    Gaurav Seth - Redmond WA, US
    Hitesh Kanwathirtha - Seattle WA, US
  • Assignee:
    MICROSOFT CORPORATION - Redmond WA
  • International Classification:
    G06F 9/44
  • US Classification:
    717115
  • Abstract:
    Systems and methods are described for passing a data item to and obtaining the data item from a scripting environment hosted by a host environment, wherein each environment uses a different representation of the data item. The host environment passes the data item to the scripting environment by passing a host environment representation of the data item that is hidden from developers of scripts to be executed by the scripting environment. This enables the original host environment representation of the data item to be preserved even after the data item has been passed to and from the scripting environment in the case where the scripting environment does not modify the data item, and also facilitates lazy conversion of the data item or avoidance of conversion entirely in the case where the scripting environment does not modify the data item.
  • Thread-Agile Execution Of Dynamic Programming Language Programs

    view source
  • US Patent:
    20170168843, Jun 15, 2017
  • Filed:
    Dec 19, 2016
  • Appl. No.:
    15/383961
  • Inventors:
    - Redmond WA, US
    Geoffrey M. Kizer - Seattle WA, US
    Gaurav Seth - Redmond WA, US
    Amanda K. Silver - Seattle WA, US
  • International Classification:
    G06F 9/445
    G06F 9/48
    G06F 9/44
  • Abstract:
    Methods, systems, and products are provided for thread-agile dynamic programming language (‘DPL’) program execution. Thread-agile DPL program execution may be carried out by receiving, in a message queue, a message for an instance of a DPL program and determining whether the host application has a stored state object for the instance of the DPL program identified by the message. If the host application has a stored state object for the DPL program, thread-agile DPL program execution may also carried out by retrieving the state object; preparing a thread available from a thread pool for execution of the instance of the DPL program in dependence upon the state object and an execution context for the instance of the DPL program; providing, to an execution engine for executing the DPL program, the state object and the prepared thread; and passing the message to the execution engine.
  • Thread-Agile Execution Of Dynamic Programming Language Programs

    view source
  • US Patent:
    20140196053, Jul 10, 2014
  • Filed:
    Mar 13, 2014
  • Appl. No.:
    14/210129
  • Inventors:
    - Redmond WA, US
    Geoffrey M. Kizer - Seattle WA, US
    Gaurav Seth - Redmond WA, US
    Amanda K. Silver - Seattle WA, US
  • International Classification:
    G06F 9/445
  • US Classification:
    718104, 718102
  • Abstract:
    Methods, systems, and products are provided for thread-agile dynamic programming language (‘DPL’) program execution. Thread-agile DPL program execution may be carried out by receiving, in a message queue, a message for an instance of a DPL program and determining whether the host application has a stored state object for the instance of the DPL program identified by the message. If the host application has a stored state object for the DPL program, thread-agile DPL program execution may also carried out by retrieving the state object; preparing a thread available from a thread pool for execution of the instance of the DPL program in dependence upon the state object and an execution context for the instance of the DPL program; providing, to an execution engine for executing the DPL program, the state object and the prepared thread; and passing the message to the execution engine.
Name / Title
Company / Classification
Phones & Addresses
Gaurav Seth
Vice President
Goldman Sachs Real Estate Funding Corp

Googleplus

Gaurav Seth Photo 8

Gaurav Seth

Work:
Chevron Corporation - Petroleum Engineer (2010)
Gaurav Seth Photo 9

Gaurav Seth

Education:
Delhi university
Gaurav Seth Photo 10

Gaurav Seth (Gseth)

Gaurav Seth Photo 11

Gaurav Seth

Gaurav Seth Photo 12

Gaurav Seth

Gaurav Seth Photo 13

Gaurav Seth

Gaurav Seth Photo 14

Gaurav Seth

Gaurav Seth Photo 15

Gaurav Seth

Plaxo

Gaurav Seth Photo 16

Gaurav Seth

view source
India, DelhiRelationship Officer at American Express Being a Capricorn, i believe Complete commitment and never go back my words.......
Gaurav Seth Photo 17

Gaurav Seth

view source
Fund Administration at Actis
Gaurav Seth Photo 18

Gaurav Seth

view source
Ansal Plaza Mall Managemant Company
Gaurav Seth Photo 19

Gaurav Seth

view source
SE

Youtube

Areopagus Japanese Spa Launch - Sayali Bhagat...

Sayali Bhagat, Aditi Govitrikar Parizad Kolah Shewta Kawatra Narayani ...

  • Category:
    Entertainment
  • Uploaded:
    08 Feb, 2011
  • Duration:
    2m 58s

What Ye Gonna Do.....Teriya Yadaan

My debut single.....Feat. Lx Seth........Lyri... Kush vij.....Music:L...

  • Category:
    Music
  • Uploaded:
    02 Oct, 2010
  • Duration:
    3m 37s

Seth Tower

Hostel Life that brings people together and they make great memories. ...

  • Category:
    People & Blogs
  • Uploaded:
    03 Jan, 2011
  • Duration:
    3m 43s

AutoPortrait

MOTOREEL self portrait by Seth Gaurav shot entirely on a mobile phone.

  • Category:
    Film & Animation
  • Uploaded:
    29 Aug, 2008
  • Duration:
    2m 43s

iktara by me and gaurav.wmv

hope u will like this .......... !!!!!!!!!!!!!!!!... thenx to gaurav ...

  • Category:
    Music
  • Uploaded:
    26 Dec, 2009
  • Duration:
    3m 21s

Happy Days at SFC -1999

The class of 1999 at St. Francis College, Lucknow Special Appearance: ...

  • Category:
    People & Blogs
  • Uploaded:
    26 Feb, 2009
  • Duration:
    10m 28s

Dr. Gaurav Seth, Rheumatologist, speaking abo...

Dr. Gaurav Seth, Rheumatologist, speaking about Rheumatoid Arthritis, ...

  • Duration:
    1m 40s

Dr. Gaurav Seth, Rheumatologist, speaking abo...

Dr. Gaurav Seth, Rheumatologist, speaking about diet & lifestyle for p...

  • Duration:
    1m 18s

Flickr

Classmates

Gaurav Seth Photo 28

Gaurav Seth

view source
Schools:
Aiea Elementary School Aiea HI 1987-2006
Gaurav Seth Photo 29

Aiea Elementary School, A...

view source
Graduates:
Gaurav Seth (1987-2006),
Carla Judge (1978-1982),
Anna Smith (1983-1987),
Cassie Young (1957-1969)

News

Microsoft Says Edge With Asm.js Up To Three Times Faster Than Ie11

Microsoft says Edge with asm.js up to three times faster than IE11

view source
  • and Microsoft Edge now perform more than 300 percent faster on Unity Benchmark, and around 200 percent faster on individual tests like zlib, which features in Google's Octane and Apple's Jet Stream benchmarking suites," said Abhijith Chatra, Chakra senior software engineering manager, and Gaurav Seth
  • Date: May 07, 2015
  • Category: Sci/Tech
  • Source: Google

Facebook

Gaurav Seth Photo 30

Seth Gaurav

view source
Gaurav Seth Photo 31

Gaurav Seth

view source
Gaurav Seth Photo 32

Gaurav Seth

view source
Gaurav Seth Photo 33

Gaurav Seth

view source
Gaurav Seth Photo 34

Gaurav Seth

view source
Gaurav Seth Photo 35

Gaurav Seth

view source
Gaurav Seth Photo 36

Gaurav Seth

view source
Gaurav Seth Photo 37

Gaurav Seth

view source

Get Report for Gaurav Seth from Sammamish, WA, age ~45
Control profile