general archetecture questions.

J

jack

I'm starting a venture into the ASP.NET area for the first time in ways.
though i've learned how to write up a page real quick i'm starting to write
a full application.

My past projects used classic asp and java (with j++ and javareg.exe)
because i kinda sorta dispise vb6. asp.net fixed that, now i gotta get on
board.

first app i'm writing will be using XML as a database of sorts, using
dataset and dataview and wrapped up in a set of classes. in the past i used
".getinstance()" in java to get a single instance of a class (datapool type
of situation) contained in a application variable to ensure i dont have 3-4
different instances hitting the database and worse now writing 3-4 different
xml files.

is there anything that would ensure this doesnt happen? when you use a
application variable in .net does it reference the same object in memory and
let it be addressed by different sessions?
 
J

jack

thanks... will look into it!


clintonG said:
When you want to find architectural documentation search MSDN
or Google: "patterns & practices" which you can see by starting
here [1].


--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


[1]
http://msdn.microsoft.com/library/d...-us/dnnetsec/html/secnetlpMSDN.asp?frame=true

jack said:
I'm starting a venture into the ASP.NET area for the first time in ways.
though i've learned how to write up a page real quick i'm starting to write
a full application.

My past projects used classic asp and java (with j++ and javareg.exe)
because i kinda sorta dispise vb6. asp.net fixed that, now i gotta get on
board.

first app i'm writing will be using XML as a database of sorts, using
dataset and dataview and wrapped up in a set of classes. in the past i used
".getinstance()" in java to get a single instance of a class (datapool type
of situation) contained in a application variable to ensure i dont have 3-4
different instances hitting the database and worse now writing 3-4 different
xml files.

is there anything that would ensure this doesnt happen? when you use a
application variable in .net does it reference the same object in memory and
let it be addressed by different sessions?
 

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,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top