Paolo Ponzano
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created Profiling DB Queries with Linq2DB or Dapper
Hello, I was wondering if using dotTrace I can see the queries performed via Dapper / Linq2DB or if it's they're not supported as providers Thanks -
Created Which object are taking aroung 4GB of memory??? Help to analize the dump
Hello, I've got an alert that on an application server the w3wp is aroung 5GB, I've performed a snapshot using dotMemory console profiler and I've uploaded the file via webform ([10584]-w3wp.exe.20... -
Edited Help me to understand why Select causes a retention
Hello, I was profiling a WPF application while I encountered a small memory retention... I have this base class which's a viewmodel public class ManageFontModelBase<T> where T:class { public Obser... -
Created Best approach to avoid memory explosion during batch importing
Hello Forum, please excuse me if I write here, but I think you're the best to answer my question... I've to read from a CSV file (that can be up to 3 GB) My idea is to read the file (which is on a... -
Created String Duplicates on WPF application
Hello, when profiling wpf applications I always have those string duplicates and I they comes from XAML (later BAML) files Is there a simple way as String.Intern to avoid such a duplication? Thanks -
Edited How can I remove those retentions?
Hello, I've a WPF application that uses Catel as MVVM Framework. I've seen that a viewmodel doesn't get collected since it has 2 references to a CanExecuteChanged EventHandler I don't expose myself...