aplication blocks

  • Thread starter Thread starter suzy
  • Start date Start date
S

suzy

hi,

can anyone explain to me how application blocks differ to references. from
my understanding an application block is a reference to a pre-compiles bit
of code, (which is what a reference is).

thanks in advance.
 
Suzy,

Application blocks come with source code and documentation. You can build
application blocks' binaries and reference them from your app, or you can
include application block's source code in your project and build it as part
of the same solution (so you will not need any references). The decision
which option to choose is totally up to you.

Alek
 
Back
Top