ASP.NET Technique Headcheck

D

Dave Swersky

I've written a hierarchical API using VB.NET. This API forms the
foundation of two ASP.NET applications and an ASP.NET administration
application. The API abstracts commercial property management.

A "management" class can instantiate the top-level object, Property, and
each downlevel object can instantiate its own children using a method or
provide them from a collection-type property. Here's the hierarchy:

ManagementClass > Property > Building > Tenant

Here's my question:
My current plan is to pop an instance of the management class into
Application state and use it to instantiate downlevel objects.

Can anyone see any serious scalability issues here?

TIA!!

Dave Swersky
(e-mail address removed)
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top