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 > june 2005

Asynchronous WebRequests?
Posted by Dave at 6/24/2005 6:08:01 AM
Sorry for cross-posting but wasn't getting any response in the asp.net forum. I've have several webrequests being called sequentially in an .aspx that return XML from sources outside the company. When the page runs it can take anywhere between 45-60 seconds because each webrequest waits for ...more >>


What good is this automatic garbage collector?
Posted by joe at 6/24/2005 12:00:00 AM
I have a simple .NET application with two or three listViews which are filled with icons and when the user click on the proper item, they display the related images. I use "image = null ; " for all images that have been used and are going to be closed. This is how ever no way to reduce the memor...more >>

Directory Services failing
Posted by Wesley Snider at 6/23/2005 4:21:03 AM
I have a class that uses DirectoryServices to do searches to Active Directory. It is able to return properties and that sort of thing. It is used in a web application and every so often I am seeing it loose connection to AD and I can not get it back with out restarting the WWW service. I ...more >>

How to measure response time of a Mobile Web Application
Posted by adacal at 6/19/2005 3:47:01 PM
I'm trying to measure the response time of a mobile web application developed for Pocket PC's. I'm accessing the application using an iPAQ and want to record the time it takes from the inital request and to the arrival of the last byte of the response, which is in fact TTLB (time to last byte)...more >>

Custom performance counter instances are not visible in a Perfmon
Posted by Val Mazur (MVP) at 6/14/2005 7:16:06 AM
Hi guys, My application creates custom performance counter and it works fine. Now I am creating multiple instances of the same counter and increment value for each instance. This part work fine as well. But if I open Performance Monitor it does not show any instances of the counter and, of ...more >>

migration vb6 to .net
Posted by DavideR at 6/14/2005 2:15:03 AM
I Am trying to migrate a vb6 project to vb.net but in the upgrade wizard the conversion crash with a critical error (vbu.exe unspecified error ....) when the wizard is loading type library stdole I have vs2002 sp1 Framevork1.1 sp1 What can i do? Best regards Davide ...more >>

System.OutOfMemoryException for Huge StringBuilder
Posted by Tao at 6/13/2005 7:33:01 PM
Hi- an application is trying to construct a string builder out of the lines between separator lines in a huge file. All lines between two neighboring separator lines will belong to the same stringbuilder. however, sometimes it could be long. e.g., in one instance, the stringbuffer has a len...more >>

HttpWebRequest: Processing synchronous or asynchronous
Posted by Sojwal Chitnis at 6/9/2005 10:52:53 PM
Hi, We have a asp.net web application in which we are making HTTP requests to a remote web server (CGI) & get response in form of XML data. We are using HttpWebRequest object to post the request. In case of concurrent users using our web application: 1. On a page if there are multiple such ...more >>



Debug Assertion error
Posted by Muralish P N via .NET 247 at 6/9/2005 10:12:55 PM
(Type your message here)I got Debug Accertion error=2EMy senario is= to bring a popup and from there i will call other dialoge=2EBut= after the call, the whole VC++ program crashes and gv me the= error(debug assertion error)=2Emay i know the details of this= error and need help to over come...more >>

GC Collection
Posted by Sethu Madhavan at 6/9/2005 7:36:03 AM
I am developing a Mission Critiacal Application in dotnet which runs in 24X7 hours, This application will receive request and send response, the request received is from wrapper object for unmanaged code and it send a response to same wrapper object. my question is that in wrapper object i ...more >>

inserting rows into a DB
Posted by Kenny M. at 6/8/2005 6:31:14 AM
I have heard that the most time consuming task into a DB is the when we use the Insert Statatement, Is that true? Ok I have an application that sends from 10 to 500 rows to the DB, those rows are compared again a fixed value and then they are inserted to the DB if the comparison is ok. ...more >>

Caching Data
Posted by Coding Maniac at 6/8/2005 5:28:14 AM
Hi, I'm developing a data access framework. I'm have the following problem: When users instantiate the main class of the framework, it read an config file to get information like database type, connection string, date format, etc. I want to cache this data so I can read this file only once,...more >>

Need some precision in DateTime
Posted by dox at 6/7/2005 9:09:32 AM
Hi all, I've a little problem with the DateTime.Now precision. To be simple, imagine this portion of code : for (int i = 0; i < 10; i++) { ... // do some work, i.e: executing a 'SELECT' in database Console.WriteLine("Line {0} : {1}", i, DateTime.Now.ToString("dd/MM/yyyy HH:mm:ss.ffff...more >>

No .Net Performance counters visible using perfmon
Posted by Gaurav at 6/6/2005 6:12:03 AM
Hi, I am trying to see .Net related performance counters on windows server 2003 standard edition. Does anyone know, how can I fix this problem? Thanks in advance, Gaurav...more >>

BufferedStream versus FileStream
Posted by Randolph Neall at 6/5/2005 12:27:37 PM
What is the fastest and most efficient way to read and write binary data from disk files? Does BufferedStream offer any advantage over FileStream? Do BinaryReader and BinaryWriter offer any advantage over either FileStream or BufferedStream? The docs are very imprecise and ambivalent. The docs...more >>

Thread.Start significantly slower than using ThreadPool
Posted by tango at 6/4/2005 4:39:02 AM
During some testing in a simple console application, the automated use of a ThreadPool performs more than 8 times faster (100,000 cycles in 18secs) than controlling the same application through Thread.Start (100,000 cycles in 2:30 +). Is this typical? I'm using Microsoft Visual C...more >>

A challenge to all MVP's.......GET A J.O.B. for once in your life
Posted by lwti at 6/4/2005 3:45:58 AM
You guys who hang around here are some of the sorriest and most incompetent programmers( if you can even be called that) ever!!! The only thing you know are reference books and theory that's been proven wrong in the real world You sit in front of your computer answering the SAME nickel and dim...more >>

Smart client performance problem.
Posted by Aparna at 6/4/2005 2:41:02 AM
Hi, I need some help with dotnet smart clients. We are facing performance issues while downloading dll'd in a application which is deployed as a smart client. We have around 35 dll's deployed and the load time required is around 19 secs or so. We have tried reducing the number of dll's bu...more >>

Conditional breakpoint (C#) "The condition is invalid"
Posted by Dekel at 6/1/2005 1:23:23 AM
I know this is not the ultimate group for that question - any pointers are welcome: ( I've posted it on the next group but there was no answer http://groups-beta.google.com/group/Dot-Net-Discussions/browse_frm/thread/a= 3f9f7ed820cbbac/694f3ac67c6451f5#694f3ac67c6451f5) --------------------...more >>


DevelopmentNow Blog