.NET Web Application Performance

G

Guest

I combined several application projects into one large project for ease of
management and control. My previous application was a collection of small
independent projects. Can this change affect the performance of the
application? It is a .NET Web application using SQL Server back end
 
M

Michael Nemtsev

Hello Yoav,

If it's the web app, which apps did you combine and how?
How do u measure performance?

YY> I combined several application projects into one large project for
YY> ease of management and control. My previous application was a
YY> collection of small independent projects. Can this change affect the
YY> performance of the application? It is a .NET Web application using
YY> SQL Server back end
YY>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
G

Guest

if i understand you correctly it should effect performance of either. If the
data and logic from the applications run independent of each other it should
be fine. If you start to architect mnore intergration between the
applications it will be best for your performance and most importantly
developement time if you start to convert your stuff to .net.
In the long run you will be glad you invested the time (depending on the
size of these apps)
 

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

Top