Inheritance implementation (Full Version)

All Forums >> [.NET Compact Framework Development] >> .NET Compact Framework - VB.NET



Message


lanzd -> Inheritance implementation (5/7/2008 1:30:06 PM)

I am finally able to move to the Dot NET CF from evb. I'm going to port several apps to the CF.

Since about a third of the code is identical in the several apps, using inheritance mkes sense to me. I've already created a base class with the methods in common. For the rest of the other apps, I'll create new classes that inherit the base class project.

My question is this: should I build additional classes in the same project, or should they be seperate projects? Will the base class need to be compiled as a dll file and the others as exe?

Thanks for any advice. 




devbuzz -> RE: Inheritance implementation (5/14/2008 4:03:34 PM)

quote:

ORIGINAL: lanzd
My question is this: should I build additional classes in the same project, or should they be seperate projects? Will the base class need to be compiled as a dll file and the others as exe?

Each project will become an assembly (read dll).

If I was you I start off as simply as possible. The only reason to put the base class in another project would be because you want to resuse it in other solutions.




Page: [1]



Forum Software © ASPPlayground.NET Advanced Edition 2.5.5 Unicode

0.016