
Early binding and Late binding in VB.
there are really many articles you'll easily find with www.google.com for
instance.
I'd say go for late binding if you want to do RAD and have the least
possible change of version problems (what often happens if the class design
is quick and dirty).
for the WEB, components speed does not count too much.
For a good CLASS design where parameters and interfaces are not likely to
change quickly (as in ADO for instance) use early binding.
If you are writing client code only, and you know that your or server
writers are reliable and professional on the subject, use early binding.
Glad that .NET solves this problem.
--
Egbert Nierop
Session management for webfarms:
http://www.nieropwebconsult.nl/asp_session_manager.htm
Quote:
> Hi,
> Do anybody have an ideal on "Early bind and Late bind" in VB ?
> Or can introduce me to any article on internet ?
> Thanks in advance.
> --
> XINXIN