Help with redesign of VB6 modules

M

MK

Hi,

I'm currently looking into redesigning existing VB6 modules before I
port them to VB.NET and would like oppinions of whether to go with
classes or seperate class libraries (dlls).

There are currently 297 existing modules in the application I'm
working on. The majority are an interface to middleware services,
passing data back and forth from the front end. Any design suggestions
for porting to VB.NET is much appreciated.

Regards,

Michael
 
M

Mr. Arnold

MK said:
Hi,

I'm currently looking into redesigning existing VB6 modules before I
port them to VB.NET and would like oppinions of whether to go with
classes or seperate class libraries (dlls).

There are currently 297 existing modules in the application I'm
working on. The majority are an interface to middleware services,
passing data back and forth from the front end. Any design suggestions
for porting to VB.NET is much appreciated.

I would suggest you come up with a Framework of base classes/objects that
your other classes/objects can be derived from.

You can gain that knowledge by getting the CSLA Book for VB Business Object
and read it, put the CSLA Framework together to understand a framework, and
put the project together to use the CSLA Framework.

Now, it's not about implementing that CSLA Framework in your solution. It's
about learning from that CSLA Framework to help you make your own
classes/objects for a viable Oops solution.

http://www.lhotka.net/Article.aspx?id=1351540e-b941-446a-bacb-e0059cc82ee7
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top