Resources for Project Architecture

  • Thread starter Thread starter zakhurst
  • Start date Start date
Z

zakhurst

One of the challenges we have is to develop applications
in a modular fashion so that parts of a system can be
changed without requiring a full release.

To date our experiences of ActiveX has not been good.

Anyway I was wondering if .NET comes with a better way of
developing modular applications where we need to insulate
changes in one module from another ?
 
Hello,

zakhurst said:
One of the challenges we have is to develop applications
in a modular fashion so that parts of a system can be
changed without requiring a full release.

To date our experiences of ActiveX has not been good.

Anyway I was wondering if .NET comes with a better way of
developing modular applications where we need to insulate
changes in one module from another ?

You can use .NET Class Libararies instead of ActiveX-DLLs.
 
Back
Top