GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Mixed
Go To First  |  Previous Question  |  Next Question 
 Mixed  |  Question 40 of 42    Print  
How does VS.NET IDE identify which property / method belongs to an object when a dot(.) is applied e.g variablename.ToString();

  
Total Answers and Comments: 1 Last Update: September 28, 2006     Asked by: ss 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: balajifortest
 

Hai,

  When u put . operator in .NET IDE  internally bubble event is raised that corresponding event Handler gets automatically invoked which contains code for identifying properities/methods of an object.



Above answer was rated as good by the following members:
patel Dharmesh s
September 28, 2006 06:07:42   #1  
balajifortest Member Since: August 2006   Contribution: 13    

RE: How does VS.NET IDE identify which property / meth...

Hai

When u put . operator in .NET IDE internally bubble event is raised that corresponding event Handler gets automatically invoked which contains code for identifying properities/methods of an object.


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    

 Related Questions

Latest Answer : Dim object as object --> the general VB object was createdDim obj as myform --> the myform object was created. The first one is general object and second one is the specified object. ...

Latest Answer : To make property read onlyI want make a property readonly for FirstName(string)public string FirstName{      get{return _firstName;}      //Not apply set code here}This method is readonly property of FirstName. ...

Latest Answer : Hai,Dim obj as new class-name() ...

Latest Answer : There are basic three tags for HTML form:1) ID2) action3) methodeg: ...

In DHTML what is the difference between FontSize and Font Size ?? A: FontSize is a property, Font Size is a style

Latest Answer : Yes COM keeps track of all instances of the object refrences. It does so using the AddRef and Release methods defined in the IUnknown interface which every COM class must inherit and hence implement. If you are using MFC, these are already implemented ...

How does VS.NET IDE identify which property / method belongs to an object when a dot(.) is applied e.g variablename.ToString();
Read Answers (1) | Asked by : ss


 Sponsored Links

 
Related Articles

ODP.NET - OracleCommand Object

ODP NET More About the OracleCommand Object Till now we have seen OracleCommand working with OracleDataReader OracleCommand is not simply meant for OracleDataReader It has got a lot of functionality for itself Let us see few of the most commonly used features of OracleCommand in this section We will
 

Microsoft AJAX Library - Creating Object Members on the Fly

Creating Object Members on the Fly One major difference between OOP in C and ASP NET and OOP in JavaScript is that JavaScript allows creating object members on the fly" This is true for objects and classes that you create yourself and also for JavaScript s own objects and types as well He
 

Microsoft AJAX Library - Object-Oriented JavaScript

Object Oriented JavaScript Objects and classes are implemented differently in JavaScript than in languages such as C VB NET Java or C However when it comes to using them you ll feel on familiar ground You create objects using the new operator and you call their methods or access their fields using t
 

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

Object-Oriented Client-Server Internet

Object Oriented Client Server Internet OCSI Environments as IT Infrastructure Client Server Basics Object Oriented Client Server Internet OCSI environments provide the IT infrastructure for supporting OCSI applications For our purposes infrastructure refers to operating systems networks middleware
 

JavaScript String Object

JavaScript String Object In this JavaScript tutorial you will learn about String Object purpose of string object in JavaScript purpose of string object indexof method lastIndexOf method and substring method along with syntax and example mosgoogle center Purpose of String Object in JavaScript The mai
 

JavaScript Date Object

JavaScript Date Object In this JavaScript tutorial you will learn about date object and methods of date object explained along with syntax and example mosgoogle center JavaScript Date Object Usage of Date Object Date object of Java Script is used to work with date and times General syntax for defini
 

What is Common Data Modeling Method

Common Data Modeling is one of the core considerations when setting up a business data warehouse. Any serious company wanting to have a data warehouse will have to be first serious about data models. Building a data model takes time and it is not unusual for companies to spend two to five years just
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape