| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
Consider the following test web method :
public byte GetRandomBytes(int len)
{
Random rr = new Random();
byte bb = new byte;
Stephen Ahn
|
02-01-2007 09:39 PM
Stephen Ahn | 0 | 33 |
|  | I have Windows XP on my laptop. It has now stated that everytime I shut my
laptop down, then boot it up the next day, Windows XP has...
Velvet
|
01-30-2007 03:44 AM
Alexey Smirnov | 1 | 43 |
|  | I started working on a performance demanding app. I created structures that
I put into an Array. Then I realized that arrays are byref objects,...
buu
|
01-29-2007 11:58 AM
Nip | 5 | 61 |
|  | I have Visual Studio.NET 2003 Professional. It was working just fine a
couple of days back and all of a sudden the IDE has become so slow to
start...
Abhishek Madas
|
01-26-2007 05:12 PM
Abhishek Madas | 2 | 43 |
|  | Hey folks!
is there a tool for list all available counters on my machine?
I am german running a german os, whatelse. And now I try to access...
Mike Behrendt
|
01-25-2007 11:43 AM
Mike Behrendt | 2 | 56 |
|  | One suggestion is to goto the Folder Options in a windows folder, go to the
View tab. Select the option to 'Launch folder windows in a seperate...
Adam Benson
|
01-25-2007 04:51 AM
Ciaran O''Donnell | 1 | 43 |
|  | o_O
try running repair.exe in your World of Warcraft folder.
I'd suggest looking on the forums at www.worldofwarcraft.com next time you
have an...
n!
|
01-24-2007 10:51 AM
n! | 0 | 41 |
|  | "Surain Shen" <looong.shin (AT) gmail (DOT) com> wrote
It's important to understand the role of the GC, the GC is not a memory allocator, it's...
Willy Denoyette [MVP]
|
01-14-2007 05:48 PM
Willy Denoyette [MVP] | 2 | 46 |
|  | Hi
When the process ends or when the OS needs more memory (not sure about this
though)
What problem are you having?
--
Ignacio Machin
Ignacio Machin \( .NET/ C# MVP \)
|
01-10-2007 11:29 PM
Surain | 1 | 37 |
|  | It's not too bad, really.
All the basic stuff works - but then again, I bought a very generic system
(a very common Dell) just to help make sure I...
Sridhar
|
01-10-2007 04:36 PM
Phil Wilson | 8 | 58 |
|  | Hi,
I have created a service which parses real-time prices from one format
into another. This is all working very quickly and nicely, however,...
mwhalber@gmail.com
|
01-09-2007 02:23 PM
Phil Wilson | 8 | 45 |
|  | I think this question comes down to when, if ever, does the managed heap get
reduced in size and the memory deallocated and returned to the OS. I...
Phil Wilson
|
01-08-2007 03:15 PM
Phil Wilson | 2 | 36 |
|  | Hi,
Each object or reference that is no longer used is marked for collection,
but the memory is not freed up straight away, garbage collection...
Mike Powell
|
01-05-2007 06:26 AM
Mike Powell | 0 | 37 |
|  | Hi,
Each object or reference that is no longer used is marked for collection,
but the memory is not freed up straight away, garbage collection...
Mike Powell
|
01-04-2007 09:37 AM
Mike Powell | 0 | 38 |
|  | When it needs to use some more memory that it can relaim or ehen the process
terminates, whichever occurs first.
"Surain Shen" <looong.shin (AT)...
Stephany Young
|
01-04-2007 05:43 AM
Stephany Young | 0 | 37 |
|  | System requirements are on the download...
David Browne
|
01-02-2007 04:15 AM
Ciaran O''''Donnell | 4 | 63 |
|  | Hello,
usually, performance counters are used with Increment() and Decrement()
call, not by setting the counter to its actual value.
So I guess,...
Henning Krause [MVP - Exchange]
|
12-27-2006 07:03 PM
nicknux@gmail.com | 2 | 57 |
|  | Hi,
I am trying to monitor the number of threads being used on multiple calls a
web service and files available for dowload through http.
Q1. What...
smarty
|
12-25-2006 05:33 AM
Steven Cheng[MSFT] | 7 | 70 |
|  | Hello,
does anyone know if an update is available (or at least planned) for
the much cited standard reference
IMPROVING .NET APPLICATION PERFORMANCE...
mjheitland
|
12-22-2006 06:21 AM
mjheitland | 0 | 35 |
|  | Hi,
I'm developping a software, in C# 2.0 with Visual Studio 2005.
Here is my problem, I'm doing a performance counting of my exceptions
with...
Barzot
|
12-20-2006 09:17 AM
Jason Hales | 1 | 58 |
|  | We are currently designing an n-tier web app in NET 2.0 (C#). There will be
UI, Business, and Data Access tiers. Initially, they will all exist on...
Mike Robbins
|
12-19-2006 11:26 AM
Robson Siqueira | 4 | 53 |
|  | There is a datagrid in the page, 400 rows, viewstate is enable.
There is also a dataset which is stored in viewstate.
//However you will do,it shuold...
Kevien Lee
|
12-18-2006 07:13 PM
Kevien Lee | 0 | 39 |
|  | I'm trying to benchmark floating point operations invoked from C# running
WinCE 5.0 on both an AMD Geode (x86 compatible) platform and an...
Wil S
|
12-15-2006 12:29 PM
Wil S | 0 | 43 |
|  | Hi,
Also microsoft recommends that one must use viewstate to store small amount
of data.Not large ones.
Thanks and Regards,
Manish Bafna.
MCP and...
Manish Bafna
|
12-14-2006 11:20 PM
Manish Bafna | 0 | 42 |
|  | Hi,
Datagrid are know to generate huge Viewstate.But if one disables the
viewstate for datagrid then all its advances features like paging/sorting...
Manish Bafna
|
12-14-2006 11:08 PM
Manish Bafna | 0 | 42 |
|  | Depending on your definition of "robust server applications" .NET 2.0 is a
pretty good platform for building such applications.
If I had to build...
Chris Mullins
|
12-14-2006 04:45 PM
Chris Mullins | 0 | 35 |
|  | If there are some int,string ,ushort filed in a class,How to find out
how it would cost of the memery?
Kevien Lee
|
12-14-2006 04:26 AM
shanemjtownsend@hotmail.com | 3 | 41 |
|  | A type-safe collection typically uses Object as a storage container if using
an ArrayList or something and is not using generics. The only way...
Hafiz
|
12-11-2006 11:58 AM
Shawn B. | 7 | 41 |
|  | Hi,
I have a calculation library written in C compiled into a DLL. I now
need to move into the .NET world and would like som advise on this.
One...
barcel
|
12-07-2006 04:54 PM
Robert Hooker | 13 | 71 |
|  | I have a problem with an application which randomly hangs on site.
The symptoms are that the user will click a button - which normally would
open a...
Simon Verona
|
12-02-2006 02:03 AM
C Malone | 2 | 55 |
|  | As im sure most of you are aware of you can not host .Net services without
IIS. This where my question comes in on what is the best practice on...
Brent
|
11-29-2006 08:10 PM
Brent | 0 | 33 |
|  | Hi,
I am looking for component which allows me to parse my xml file.
the reason i am asking this, is because my xml files are huge it can
reach as...
rony
|
11-28-2006 02:44 AM
joachim@yamagata-europe.com | 2 | 39 |
|  | I wish to remotley monitor servers counters using ACT from a client , however
there is a ISA firewall inbetween.
What port(s) are used by ACT to get...
Gerard
|
11-27-2006 09:26 PM
Gerard | 0 | 35 |
|  | I've created a performance log that collects a number of counters, including
the ".NET CLR Memory" counters. When I run the log, it collects data...
ChuckBerg
|
11-27-2006 08:29 PM
ChuckBerg | 0 | 37 |
|  | Hi,
We have an ASP.NET application that can generate reports. However, some
users will request soo much data that the server will throw...
Rudi
|
11-26-2006 01:36 PM
Vadym Stetsyak | 1 | 46 |
|  | Hi,
I posted this request yesterday but no response. I have my webservice
with WSE3.0 Security(x509 anonymous messagelevel). I have one webmethod...
Renny
|
11-24-2006 02:34 AM
Renny | 1 | 37 |
|  | After reviewing the code and compiling the application as release
version, are there any other deployment and/or .Net CLR settings that
can be used...
robin9876@hotmail.com
|
11-22-2006 10:07 AM
Rudi | 2 | 51 |
|  | Does anyone out know of any documentation describing how the various
values in the cyptic output of the SOS !EEHeap and !DumpHeap commands
relates to...
kronon34@yahoo.com
|
11-21-2006 05:28 PM
kronon34@yahoo.com | 0 | 35 |
|  | Can you find out how to retrieve the following information from the
currently executing context of...
sridhar
|
11-21-2006 04:43 AM
Loy | 4 | 50 |
|  | I am currently running windows 2000 on 1.3ghz Pentium III processor with
356mb of RAM. I've recenlty reinstalled windows 2000 and performance...
Lloydy-Lee
|
11-20-2006 11:32 AM
Robbe Morris [C# MVP] | 2 | 44 |
|  | When windows is starting up and after signing on, the cursor flashes. If I
press ctrl-alt-del and bring up the task list, then the icons show on...
Gayle
|
11-20-2006 07:14 AM
Ciaran O''Donnell | 1 | 47 |
|  | I have an access database with a crosstable query in it. Opening that
from Accees takes an eyeblink, but when I try to fill a datatable with
those...
Malhavoc
|
11-15-2006 07:32 AM
msgroup | 2 | 43 |
|  | Hello,
My asp.net application calls webservices from a java middle office.
Every things works correctly whith 50 user's but when I'm simulating
150...
RAndre
|
11-15-2006 04:02 AM
RAndre | 0 | 41 |
|  | My issue is that there's no guarantee the Shared Source implementation, and
the production .Net implementation are the same.
Likewise, unless it's...
Chris Mullins
|
11-14-2006 08:33 PM
Brian Gideon | 4 | 45 |
|  | Hi! I have a problem getting this figured out. I am generating a CSV report
based on some data I retrieve from Oracle database. Below are the...
Alex
|
11-13-2006 08:03 AM
Roman Wagner | 2 | 47 |
|  | Hi All,
Are there any guidlines while creating cutom performance counters to
instrument the code?
What are the types of custom performance counters...
kaushikbarat@gmail.com
|
11-09-2006 11:48 AM
kaushikbarat@gmail.com | 0 | 44 |
|  | Hi,
We are seeing high memory usage (1GB) and subsequently out of memory
exception.
We are trying to transform the documents using xslt and most...
Dinesh
|
11-06-2006 01:01 PM
Dinesh | 0 | 41 |
|  | Hi,
I am trying to take some latency measurement of HTTP download times for a
number of zip files varying in size from 100K to 500M. I wrote some...
smarty
|
11-05-2006 04:15 PM
smarty | 4 | 59 |
|  | If you need fast printing (like I do for some projects), you better use
the VB6 printer object than the .net 2.0 printdocument.
I found out that,...
Theo Verweij
|
11-05-2006 12:01 PM
Theo Verweij | 0 | 41 |
|  | My printers light would not stop flashing after installing a new cartridge ,
when I try to print something it tells me that my printer should be...
amberbootyliscious
|
11-01-2006 10:56 PM
amberbootyliscious | 0 | 46 |