| Thread | Last Post | Replies |
|
| Customer performance counter which tracks the duration of a proces | 30 Oct 2004 18:08 GMT | 2 |
Is there a PerformanceCounterType I can use for tracking the duration of a process? For instance, something like this: counter.ProcessBegan;
|
| Stumped: What Garbage Collector? | 29 Oct 2004 23:27 GMT | 6 |
This n-tier .Net 1.1 WinForms app I'm working on starts at about 37 MB on startup, As I use the app: view crystal reports, perform queries, load various forms it grows to over 250MB! It eventionally becomes so slow & unresponsive (due
|
| How to copy n paste .asp files to Solution Explorer and have it show up there? | 23 Oct 2004 23:20 GMT | 1 |
I have just installed Visual Studio.net 2003 Enterprise Architect. I have been using Visual Interdev so far, and I am used to be able to select from a desktop bunch of .asp files, drag and drop them into a Project Explorer window and have it show there as a tree of files. Is there ...
|
| Best way - Dataset+cache or XML+cache or javascript ? | 21 Oct 2004 19:38 GMT | 3 |
I am trying to find the most efficient method for designing. We have several pages with dependent dropdowns. Currently what we do is whenever user selects item in one dropdown then we go to the database to re-populate the values in the second and third dropdown. And when
|
| How to switch on register optimization for JIT-compiler by default? | 21 Oct 2004 18:12 GMT | 17 |
Just installed .NET Framework 1.1 and VS.NET 2003. Wrote a simple program: [DllImport("kernel32.dll")] public static extern int GetTickCount(); int a = 0;
|
| profiling webservice client - horrible results | 21 Oct 2004 15:06 GMT | 2 |
I've tried to profile ws client with CLR Profiler and I'm surprised with results. Calling simple method which echoes string that was sent to it 1000 times causes allocation of 33 MB (ok, not a big deal ;-) ), what is worse that over 8 MB was rellocated (most of them byte arrays ...
|
| Slow Startup Time for Smart Client App | 20 Oct 2004 14:57 GMT | 2 |
We are using NTD to deploy our smart client .NET app over the web. When the application starts up on a client, there are numerous HTTP requests for files such as: "application.resources", "application.resources.dll",
|
| background images slow | 20 Oct 2004 04:41 GMT | 7 |
I'm working on an application and want to use background images for forms and controls. Using the images itself is not a problem, but when I run my application it becomes really slow and my CPU usage goes up to 100% for a time...
|
| Should I pass/hold DataRow or use Class? | 19 Oct 2004 21:10 GMT | 3 |
I hope someone can provide some insight here. I'm trying to determine the best method of retaining and passing around data that has been read from the database. One thought is to Inherit From DataRow and provide type-safe methods, another is to create a dummy class that has ...
|
| request | 17 Oct 2004 20:05 GMT | 1 |
(Type your message here) Plz explain vb.net connection with oracle? -------------------------------- From: chachan cc
|
| How open a huge binary file | 16 Oct 2004 11:03 GMT | 2 |
I am traying to open a huge file, just I want to open it. This is the code that I am using. I am using Visual C++ 6.0 compiler. main() {
|
| Serious Performance, can .NET handle it? | 16 Oct 2004 09:55 GMT | 10 |
I want to write a HTTP proxy with C#, but I am unsure if it will scale; I need to handle at least 5000 simultaneous users per server. The servers can be MP with 2GB ram, that isn?t the issue. I will be filtering the http streams for keywords, so there is a processing load
|
| *URGENT Reducing time/performance hit on system (ADO/XML) | 15 Oct 2004 15:31 GMT | 11 |
Hi! I have a slight problem with my application. In short, it goes to database (Oracle) executes a view, returns on an average less than 1000 records. Then my app has to read an xml config file that describes how each column should be formated before outputed to a text file in a ...
|
| Printing automation help | 15 Oct 2004 00:33 GMT | 1 |
I am looking for a way to automate some of my printing tasks, which I would be able to do if it were not for this problem. I have a directory (which I know the name of). In this directory is a bunch of subfolders (which I DON'T know the name of- unless I actually open the main
|
| Custome Control... | 14 Oct 2004 04:22 GMT | 1 |
hai i am fine what about all of u? i have a problem regarding to ASP.NET custom control , can anybody help me? my problem is when i placed my custom control on page at design time i am not able to
|