Paolo Ponzano

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Paolo Ponzano created a post, 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 -
-
Paolo Ponzano created a post, 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... -
-
Paolo Ponzano created a post, 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... -
Paolo Ponzano created a post, 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... -
Paolo Ponzano created a post, 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 -
-
Paolo Ponzano commented, -