472,982 Members | 2,234 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,982 software developers and data experts.

optimizing .net NTD application

Hi All,

We had developed a .Net application which has the following environment
Uses the No touch deployment concept
Uses framework 1.1 on client and server machine,
Visual studio 2003,
Sql server 2000,
Deployed on a windows 2003 box.
Reporting is done using Crystal reports 10
A third party component grid from DevExpress has been used on all the forms
in the application.
And the No touch deployment exe uses webservice hosted on the web server
which call the .net dlls for communicating with the database which is hosted
on its own machine.
All of my tables have indexes on them.
Application uses customized SOAP headers to communicate with the webservice.

The application is deployed over the internet in CT and the client is using
it in Houston over the internet using a T1 connection. Most of the times it
is ok, but at time the performance of the application, which depends a lot on
the speed of the internet connection is very slow. Very soon we are going
international on this application which mean that there would be clients in
Europe, Asia who would be using our application hosted in CT.

My question is considering this environment the application is developed and
deployed in, can any one suggest ways of optimizing this .net application,
either database wise or .net optimization or configuration. I know there is
already a latest framework out there, 2.0(if I am no wrong), can any one give
me reviews on it and also tell me if in any way it optimize the application
to run any faster.

Thanks
Muzammil
Jul 22 '05 #1
2 1601
It sounds like the slowness of the application has to do with network
latency, rather then an issue with the actual application.

Test your application inside your network. If it runs very quickly, then it
is the network latency that is the problem. I don't see how you can do too
much about that.

"sameer" <sa****@discussions.microsoft.com> wrote in message
news:96**********************************@microsof t.com...
Hi All,

We had developed a .Net application which has the following environment
Uses the No touch deployment concept
Uses framework 1.1 on client and server machine,
Visual studio 2003,
Sql server 2000,
Deployed on a windows 2003 box.
Reporting is done using Crystal reports 10
A third party component grid from DevExpress has been used on all the
forms
in the application.
And the No touch deployment exe uses webservice hosted on the web server
which call the .net dlls for communicating with the database which is
hosted
on its own machine.
All of my tables have indexes on them.
Application uses customized SOAP headers to communicate with the
webservice.

The application is deployed over the internet in CT and the client is
using
it in Houston over the internet using a T1 connection. Most of the times
it
is ok, but at time the performance of the application, which depends a lot
on
the speed of the internet connection is very slow. Very soon we are going
international on this application which mean that there would be clients
in
Europe, Asia who would be using our application hosted in CT.

My question is considering this environment the application is developed
and
deployed in, can any one suggest ways of optimizing this .net application,
either database wise or .net optimization or configuration. I know there
is
already a latest framework out there, 2.0(if I am no wrong), can any one
give
me reviews on it and also tell me if in any way it optimize the
application
to run any faster.

Thanks
Muzammil

Jul 22 '05 #2
if it is to do with the internet\ network, do you suggest any way i could try
minimizing this dealay. i am considering doing a tracert and look at the
points at which it take most time. Do you have any knowledge or experience on
this issue.

thanks

"Marina" wrote:
It sounds like the slowness of the application has to do with network
latency, rather then an issue with the actual application.

Test your application inside your network. If it runs very quickly, then it
is the network latency that is the problem. I don't see how you can do too
much about that.

"sameer" <sa****@discussions.microsoft.com> wrote in message
news:96**********************************@microsof t.com...
Hi All,

We had developed a .Net application which has the following environment
Uses the No touch deployment concept
Uses framework 1.1 on client and server machine,
Visual studio 2003,
Sql server 2000,
Deployed on a windows 2003 box.
Reporting is done using Crystal reports 10
A third party component grid from DevExpress has been used on all the
forms
in the application.
And the No touch deployment exe uses webservice hosted on the web server
which call the .net dlls for communicating with the database which is
hosted
on its own machine.
All of my tables have indexes on them.
Application uses customized SOAP headers to communicate with the
webservice.

The application is deployed over the internet in CT and the client is
using
it in Houston over the internet using a T1 connection. Most of the times
it
is ok, but at time the performance of the application, which depends a lot
on
the speed of the internet connection is very slow. Very soon we are going
international on this application which mean that there would be clients
in
Europe, Asia who would be using our application hosted in CT.

My question is considering this environment the application is developed
and
deployed in, can any one suggest ways of optimizing this .net application,
either database wise or .net optimization or configuration. I know there
is
already a latest framework out there, 2.0(if I am no wrong), can any one
give
me reviews on it and also tell me if in any way it optimize the
application
to run any faster.

Thanks
Muzammil


Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Ian Richardson | last post by:
I'm writing a large Javascript application (uncompressed source around 400K) which is doing almost all the initialisation it needs to in a just-in-time manner. However, I have included an option...
0
by: sameer | last post by:
Hi All, We had developed a .Net application which has the following environment Uses the No touch deployment concept Uses framework 1.1 on client and server machine, Visual studio 2003, Sql...
0
by: sameer | last post by:
Hi All, We had developed a .Net application which has the following environment Uses the No touch deployment concept Uses framework 1.1 on client and server machine, Visual studio 2003, Sql...
2
by: Brian | last post by:
In particular, this question goes out to the Microsoft C++ development team. Back in June, Ronald Laeremans posted the following message. Has the optimizing compiler been included with the...
4
by: Flashman | last post by:
A little confusing with setting up optimizing options with 2003 .NET. Under the Optimization Tab. if you set to /O1 or /O2 is the program ignoring the settings for Inline Function expansion,...
3
by: Diffident | last post by:
Hello All, I need some help on optimizing a piece of code. Currently this is how we retrieve our Oracle's connection string for executing all the queries in our application. public string...
2
by: sameer | last post by:
Hi All, We had developed a .Net application which has the following environment Uses the No touch deployment concept Uses framework 1.1 on client and server machine, Visual studio 2003, Sql...
7
by: sameer | last post by:
Hi all, Application environment : VB.Net desktop application,.NET 1.1 Framework, VS 2003. communicates between the database and the application is done over webservices using ADO.NEt Datasets....
24
by: Richard G. Riley | last post by:
Without resorting to asm chunks I'm working on a few small routines which manipulate bitmasks. I'm looking for any guidance on writing C in a manner which tilts the compilers hand in, if possible,...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.