Database Profiling in Visuals Studio 2019 IDE

Kiran Kumar 1 Reputation point
2021-06-24T18:07:24.52+00:00

I have application in Framework 4.6 and build in Visual studio 2019 Professional , Can we get the profile option for database transactions

Developer technologies | C#
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Karen Payne MVP 35,586 Reputation points Volunteer Moderator
    2021-06-24T19:27:03.247+00:00

    Yes using the following tool. Works with ADO and Entity Framework Core. Also note that with newer versions of EF Core there is .TagWith that shows up in SQL-Server profiler.

    0 comments No comments

  2. Kiran Kumar 1 Reputation point
    2021-06-25T04:58:49.023+00:00

    Hi Karen

    I know this tool works for only core framework , but I want to know whether works for .NET Framework 4.6,7 or 8 c# web/windows/webapi applications

    And you mentioned one thing apart from core that is component usage to connect database I have oracle database with nuget packages Oracle.ManagedDataAccess with useual commands dataadapter , dataset , datatable using my application , can we trace db transactions for this scenario of execution


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.