Exforsys

Online Training

Dot Net questions

This is a discussion on Dot Net questions within the Interview Questions forums, part of the Interviews and Job Listings category; Contributed by shankar raman Early & Late Binding: --------------------- - Early binding is to know the type of an object at ...


Go Back   Exforsys > Career Management > Interviews and Job Listings > Interview Questions

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-17-2004, 03:00 PM
Senior Member
 
Join Date: Nov 2004
Posts: 177
sanereddy is an unknown quantity at this point
Dot Net questions

Contributed by shankar raman

Early & Late Binding:
---------------------
- Early binding is to know the type of an object at compile time. The
compiler have all the needed element at compile time to build the call into the excutable code (resolution of calls at compile time)
- With late binding, the type of an object is known only at runtime. It will need extra instructions to find out where is the method to be called (if it exists) before calling it (resolution of calls at runtime)

U can also go to foll link for details n an example.

http://msdn.microsoft.com/library/de...ateBinding.asp

Application Domain :
--------------------
The logical and physical boundary created around every .NET application by the Common Language Runtime (CLR). The CLR can allow multiple .NET applications to be run in a single process by loading them into separate application domains. The CLR isolates each application domain from all other application domains and prevents the configuration, security, or stability of a running .NET applications from affecting other applications. Objects can only be moved between application domains by the use of remoting.

U can also go to foll link for details n an example.
http://msdn.microsoft.com/library/de...omainhosts.asp


Process:
--------

A process, in the simplest terms, is a running application. A thread is the basic unit to which the operating system allocates processor time for a process.

Remoting:
---------

A .NET technology that allows objects residing in different application domains to communicate. Objects in different application domains are said to be separated by a remoting boundary. Objects using remoting may be on the same computer, or on different computers connected by a network. Remoting is the .NET replacement for DCOM.

With Regards,
Shankara Raman S.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-29-2006, 04:12 AM
liam_bleu's Avatar
Member
 
Join Date: Apr 2006
Posts: 35
liam_bleu is on a distinguished road
hi.. your post is quite informative.. but im having problems with the link that you gave to us.. it wont load..

are you sure its working?
im using mozilla suite 1.7.0

please help me.. it might be helpful..

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit Tech FAQ 0 11-01-2005 07:00 AM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit Tech FAQ 0 08-01-2004 07:00 AM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit Tech FAQ 0 07-03-2004 08:27 PM


All times are GMT -4. The time now is 05:15 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.