| Thread | Last Post | Replies |
|
| Get Line Number from Stack | 31 Jan 2006 05:49 GMT | 1 |
I'm trying to get the current Line Number from the Stack with stackFrame.GetFileLineNumber, how ever the method return 0. What's my error? Thanks in advance for any advice
|
| Here's an oddity of memory usage | 30 Jan 2006 21:41 GMT | 4 |
I've been experimenting with the memory footprint of a windows app and I've come across some odd behaviour, which I'd appreciate some comments on from someone who knows about these things. Starting with a basic form app as generated by VS, with a single button -
|
| .Net Runtime Performance Question | 24 Jan 2006 23:39 GMT | 5 |
I have a legacy app that launches a C# app. It takes a long time for it to launch the first time and after that it launches fine. I know it has to do with the .net runtime. Is there a way around this? This app uses 1.1 .net runtime.
|
| Significant performance dropping of unsafe code in VS.NET 2005 Pro | 24 Jan 2006 14:39 GMT | 3 |
Yesterday I got a copy of VS.NET 2005 from our department and tried it. Part of my project code is to read/write images to/from a byte array with unsafe code (which I found in MSDN knowledge base). The code ran well on VS.NET 2003, but the performance significantly dropped on ...
|
| Performance with reading large numbers of files... | 24 Jan 2006 08:37 GMT | 3 |
I have a small test application (a condensation of the issue from a much larger application) that recurses a directory and adds all the file names to a string collection. The app then iterates over these names, opens the file, and reads the entire file (or the first 4Mb if ...
|
| Constant recompile problem | 18 Jan 2006 21:50 GMT | 4 |
I have a problem with ASP.Net 2.0 application that works fine for a while, then the application needs to recompile at every access to a page. I first noticed it by the application having a slow response time, then I did some basic monitoring and noticed that the w3wp and csc.exe ...
|
| Memory Release Problem | 17 Jan 2006 16:31 GMT | 4 |
I am working huge data. Sometimes, Mem usage is 400MB - 1 GB. I dispose all items. Memory is not released. If i press minimize button. Memory is released. Why? Or How can i release memory? Thanks,
|
| Layers Architecture with remoting : DataSet or not DataSet? | 16 Jan 2006 08:45 GMT | 1 |
In a layers architecture (MVC), we have to choose a DTO(Data Transport Object) to communicate between our back( Business component) and front layer (presentation and coordination). There are two possibilities :
|
| IIS Performance w/.NET Application | 10 Jan 2006 20:49 GMT | 6 |
We just upgraded from a 16-bit windows version of our mission-critical DB app to a new version built on .NET 1.1. We replaced all servers and workstations with powerful new hardware and upgraded our network to a gigabit infrastructure. Now, instead of the client software ...
|
| Application Start Performance | 10 Jan 2006 09:06 GMT | 2 |
I've just released an early test version of a c# WinForms application for screen prototyping etc. The version is split into logical layers (GUI, Business, DAL etc) but is currently running from the same physical device. Users are running a thin client desktop under Citrix. This is ...
|
| 1.1 Framework redirecting to 2.0 causing slow Array.Sort | 05 Jan 2006 14:21 GMT | 1 |
The file 'names.txt' contains a collection of 45000 names each separated by a space. When compiled in .NET 1.1, and running in 1.1, this code is fast, taking maybe a second to execute. Also, when compiled in .NET 2.0, and
|
| Error on Microsoft document ( Improving .NET Application Performan | 05 Jan 2006 01:05 GMT | 4 |
I believe I have found an error in one of microsoft pattern and practices documents (Improving .NET Performance and Scalability.) In the How To: Page Records in .NET Applications section, on page 924, they explain a "User-Specific" technique for paging records, which uses a ...
|