Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet performance > october 2005

Getting a lot of Http and DNS errors while testing ASP.NET application thro' ACT
Posted by prakash.sekaran NO[at]SPAM gmail.com at 10/29/2005 12:13:21 AM
Hi, Actually i was testing the load test of an application thro' Application Centre Test(ACT),which is developed in ASP.NET and uses VB Script,while re-running the application thro, ACT iam getting a lot of Http errors and DNS errors,i really donno whats the reason behind it and i wanted to res...more >>

Datagrid cell position and textboxes
Posted by jamie at 10/28/2005 4:41:08 PM
I'm looking for a way to be able to edit data in the datagrid similar to how it works in the full framework. My current thought is when I select a cell in a datagrid place a textbox in the exact location and focus on the text box, when done save the value in the datagrid and move the textbox....more >>

smart client performance test
Posted by Paul Delcogliano at 10/26/2005 10:08:08 AM
I'm building a smart client application which uses Web services. I'd like to perform load and stress tests on the application. I need to measure performance under varying user load conditions. I can't seem to find a tool similar to Application Center Test that I can use to perform these type o...more >>

Using Structure vs Class for Datasource
Posted by Mike Robbins at 10/21/2005 2:03:55 PM
I'm currently using ArrayLists of Objects as a DataSource for several web controls (Repeater, DropDownList, etc.). I have no methods in these classes and use only the properties, which are simple assignment Gets. It seems to me that it would be more efficient to create Structures and use tho...more >>

Slow Exe Launch for all but One User
Posted by mhetherington at 10/20/2005 7:59:16 AM
I'm having a difficult time explaining the following behavior: A. User1 launches EXE (default "Hellow World!" C++.NET Console App) from a Command Line on Computer1 and "Hello World!" is returned almost immediately. B. User1 launches same EXE from Command Line on Computer2 and achieves same ...more >>

Performance of VS 2005 RC
Posted by John at 10/20/2005 5:11:04 AM
Hello, I am building the application which is writes in C# and needs goog performance. I optimalize it in the .NET Framework .NET 1.1. Then I am start using of ..NET beta Framework 2.0 beta 1, than beta 2 and now Release canditate. But now performence decreased. I am using generics for...more >>

DataReader vs DataSet Performance.
Posted by Ashish at 10/19/2005 1:02:37 PM
hi Folks, I am about to start development on a new framework, and contemplating whether to use datareader to create objects or to use DataSets to create object. For a test scenario i created two classes , with each having 8 properties. Then i created two Data creation logics, one that fe...more >>

Which Method for a Local Data Store
Posted by Landley at 10/18/2005 11:43:09 PM
Hello all, I am writing an application that needs to load vasts amount of data into memory, so that the users can manipulate their own copy of the data and save any changes back to the database. It is important that the data is loaded in as fast as possible and data manipulation is quick wi...more >>



TimeSpan(startTicks - EndTicks).TotalMiliseconds returns 0 ???
Posted by KK at 10/18/2005 12:00:00 AM
Hi I was testing a quicksort algorithm. long startTime = DateTime.Now.Ticks; //ticks before sorting begins q_sort( 0, mElements.Length-1 ); TimeSpan tp =new TimeSpan((DateTime.Now.Ticks - startTime)); //difference of ticks mSortTime = tp.TotalMilliseconds; //sort time in millisecond...more >>

Performance Issue with ForEach loop
Posted by AK at 10/16/2005 10:49:02 PM
Hi Everyone, For Last a few weeks I have been involved with performance tuning of an application. I have observed that if I do a loop over a collection (ArrayList/HashTable) which has 50000 objects in one shot then it takes about 15 minutes to do the computation. But if I break this to loo...more >>

Un-buffered file performance .net 1.1
Posted by MattS at 10/12/2005 9:20:02 PM
Recently I ran across this article http://arxiv.org/ftp/cs/papers/0502/0502012.pdf by Peter Kukol and Jim Gray that gave me a taste of the performance offered by un-buffered file IO. The method outlined requires SafeFileHandle which is only in .net 2 which my company will not be moving to fo...more >>

How to estimate the memory used by dataset object?
Posted by Napo at 10/11/2005 8:55:02 PM
Hi: there is a strong type dataset with one table ,300 columns(string type). scenario A: the dataset has 300 rows,how many memory it will used? scenario B: the dataset arraylist has 300 dataset objects, each dataset object had only one row. How many memory it will used? ...more >>

General performance problems
Posted by B. Chernick at 10/11/2005 6:55:04 AM
I'm writing an application for a client. This is not rocket science. The program simply reads a couple of dbs and then does some updates based on (relatively) simple rules. However we seem to have a major performance problem (and things seem to be slowing down). The program runs in two m...more >>

Compact Framework Read Performance
Posted by juan NO[at]SPAM msdnCompany.com at 10/10/2005 1:10:04 PM
I was talking to a PDC representative about my file read performance and how if I am reading a file in small chunks, it really seems slow and the Microsoft representative told me to post a sample. If I use a memory buffer, the performance is acceptable on my Pocket PC, but if I read the fi...more >>

problem in multi-user asp.net
Posted by Deep Silent Ocean at 10/7/2005 7:45:55 PM
Hi All I am developing one Portfolio Management application where there is single database shared by all the traders. I have developed web-based application for this. I want to make this multiuser application. Following is the architecture of the application ... Front End is develope...more >>

Performance Tests
Posted by EDom at 10/7/2005 10:44:36 AM
Hi, I have a complex web application in ASP.NET. I was to do performance test and stress test. What should I do? Regards, Vineet ...more >>

Boost .NET Application Performance
Posted by (sarah NO[at]SPAM alachisoft.com) at 10/6/2005 10:37:10 PM
.. NCache is an important addition to .NET for Enterprise Applications that are high transaction and require high peformance and high availability. NCache is a clustered object cache for .NET and helps greatly improve performance of .NET applications. NCache implements the ASP.NET Cache API but ...more >>

Performance test and Cache
Posted by Bkandula at 10/6/2005 2:58:01 PM
Hi All, We are developed an ASP.NET web application that has just one ASPX page and loads different user control depending on the Context and user's access rights. We are using ACT to perform stress test and here is the issue: a) When I run a test in ACT, I do not see any queries being run ag...more >>

How to address slow WinForms response time after long idle periods
Posted by Alexander Lowe at 10/5/2005 5:13:02 PM
Hello, I'm working on a project for a public computing device and the UI is a full screen WinForms app using DirectX that is very graphic intensive, lots of motion and animations and such. After the application sits idle for some time (such as overnight) without usage the response of th...more >>

How do I speed up screen redraw on pocket PC application
Posted by jamie at 10/4/2005 3:52:14 PM
I've been creating an Application for pocket PC devices and I'm having performance issues with the busiest form. The form that is having the most issues contains about 60 labels and 60 text boxes. In order to let the user know where they are only the current field is a text box, when the...more >>

aspnet_wp.exe memory problem
Posted by EDom at 10/4/2005 12:00:00 AM
Hi, I have aspnet_wp.exe with increasing on every postback and not every revisit to any page. Even if I clear session and close the browser it remains in the memory. What could be the issue?? Regards, Vineet ...more >>

.NET slows, COM+ still fast
Posted by BigBB88 at 10/3/2005 5:32:03 PM
We have two applications that perform the same functions and run on the same server. This is a traditional 3-tier app using VB client - Proxy- MidTier (in c++) and SQLServer/Messaging connectivity in a COM+ (DCOM) environment. The application was re-developed recently using VB.NET - Remoting...more >>

Problem with C# asynchronous sockets
Posted by Kruz at 10/1/2005 3:35:32 PM
Somewhere around 500 connections send callbacks stop in C# asynchronous sockets. I'm counting how many BeginSend are issued and how many EndSend are received, and somewhere around 500 connections send callbacks stop coming even when the count for BeginSend shows that there are pending sends in t...more >>


DevelopmentNow Blog