| Thread | Last Post | Replies |
|
| shared methods in data access | 30 Sep 2004 21:21 GMT | 1 |
I am noticing that the methods in MS's data application block are all shared. Any implications for performance with this? Seems like if users are sharing methods, we could take some sort of hit if they are accessing the same methods.
|
| CLRProfiler.exe "Waiting for service to start common language runtime" | 29 Sep 2004 14:24 GMT | 3 |
I'm trying to profile my service using the CLR Profiler, CLRProfiler.exe The CLRProfiler works OK for the sample Apps, but is not working for my "Service",
|
| Threading problem service has too much traffic | 29 Sep 2004 06:52 GMT | 2 |
I have a service using .Net remoting. This service creates one static instance of my main server which keeps an hashtable of customers. Thoses customers have 2 hashtables for visitors and employees. All these hashtable are created with Hashtable.Synchronized. Then, I access the ...
|
| .Net 1.1 SP1 - Definite measurable performance slowdown | 29 Sep 2004 00:39 GMT | 8 |
Background... I've been working on a project for some months now which runs code that is CPU intensive, therefore I have been very careful to keep track of the code's performance and to make optimizations where
|
| Preformance Counters, Missing .NET Values hklm\system\CurrentControlSet\Services\.NETFramework\performance | 28 Sep 2004 16:42 GMT | 1 |
I'm missing some performance registry keys under hklm\system\CurrentControlSet\Services\.NETFramework\performance\ Any idea how to populate these values? Is an install or update missing? More specifically I should be seeing the following and I'm not:
|
| Application gets slower and slower | 28 Sep 2004 15:53 GMT | 9 |
I'm going to review an application written in VB.NET. The problem is that during using application (after few hours) it gets slower and slower. After my first impression (I look at it for 5 minutes) is is not, a memory problem. It is a database intensive application but it is
|
| BUG: CLR Profiler v2.0 crashes when multiple instances are opened for ASP.NET Profile | 28 Sep 2004 07:16 GMT | 1 |
Reproduce: 1) run CLR Profiler (v2.0) 2) File->Profile ASP.NET application 3) Start second instance of CLR Profiler
|
| Missing Performance Counters | 22 Sep 2004 18:33 GMT | 2 |
On our test and production servers, I'm missing all of the ASP.NET-related performance objects in perfmon. I do have them, however, on my workstation. We're running ASP.NET v1.0 on production. How can I install the performance counters?
|
| Unrecoverable memory loss. | 22 Sep 2004 04:19 GMT | 2 |
My form has a picture control. When I move my mouse over it, it translates the coordinates to a different coordinate set and then updates two static texts with the new coordinates. I attached a MouseMove event to the picture item to achieve this, then I
|
| What makes VB.Net XslTransform REALLY REALLY SLOW? | 20 Sep 2004 22:53 GMT | 7 |
I've just started working with VB.Net to put a wrapper around an XML processing application. This application bascially presents a user with an iterative loop of - load XML
|
| Custome Control.. | 20 Sep 2004 19:02 GMT | 1 |
i have a problem regarding to ASP.NET custom control , can anybody help me? my problem is 1) when i placed my custom control on page at design time i am not able to select the child control of my custom control,how can i do this
|
| Aspx Performance and Trace | 17 Sep 2004 09:18 GMT | 1 |
I have some trouble with performance on a aspx application. If I sit locally on the webserver it runs really fast, but if i access the page remotely it takes a really long time to load.
|
| Microsoft Application Center Test | 17 Sep 2004 06:33 GMT | 1 |
I have installed Microsoft Application Center test on 2 machines both signed on to our domain as the same user. Firstly, besides Help on ACT and web version are there any user manuals for ACT which you can forward me a link to.
|
| put datas from dataSet in SoretedList with C# | 16 Sep 2004 16:33 GMT | 1 |
(Type your message here) -------------------------------- From: pepe perez Hi, i need pass datas from structure DataSet to SortedList but i don?t know the method.
|
| Transaction Cost Analysis | 15 Sep 2004 17:31 GMT | 6 |
Maybe someone can shed some light on TCA... I've read a few articles about TCA and here's what I understand: 1. You gather statistics for your web app and put together a user profile that show the actions performed by users and how often they occur.
|