Jeff User wrote:
> Hi all
>
> Developing C# web apps, .net1.1
>
> I have gotten in habit of placing commonly used (interface) functions
> in my base page. However, some apps I work on use a seperate "Utility"
> class containing common utility functions.
>
> Is there any benefit in doing it one way or the other?
> For instance, does having to load up a seperate class cost more or
> less than loading a base page?
>
> Best practices / thoughts are wanted.
>
> Thanks
> Jeff
The cost of course depends on what the constructor does in each case.
The actual creation of the object costs very little.
--
Göran Andersson
_____
http://www.guffa.com