Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Baseclasses in VB.Net
Message
 
À
17/03/2003 07:34:41
Information générale
Forum:
ASP.NET
Catégorie:
Programmation orienté objet
Divers
Thread ID:
00766484
Message ID:
00766527
Vues:
20
It depends :)

Joking aside, it really depends on what you want to do. If you will have several projects that will reuse these classes (and most people do) then you'll be better putting them in different assemblies so that you can share them among projects.

However, if this is just first .NET project and/or you'll have only one .NET project for a while, you should probably keep them inside your project while you discover what needs to be "bubbled-out" of the project (to create your base classes) and what needs to stay in the project.



>Hi
>
>I want to create a library of common classes to be used in my apps, do I create my classes etc. and then compile them into .Net Assesmblies? Or is there another way?
>
>Thanks
>Kev
Hector Correa
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform