Resources No resource found - How To Use Xamarin Profiler With Visual StudioJan 22, 2017. In this article, you will learn how to use Xamarin profiler with Visual Studio.
- MiniProfiler: Profiler For .NET CodeFeb 25, 2015. In this article you will learn about MiniProfiler for .NET Code.
- How to Use SQL Server Profiler and Tuning AdvisorMay 21, 2013. In this article you will learn how to use SQL Profiler and database Tuning Advisor to improve the performance of a database.
- SQL Profiler InputBuffer Events in SQL ServerSep 10, 2010. In this article we will see how to find the last execution command of your user in SQL Server.
- ANTS Profiler by Red Gate gives a Command PerformanceJul 19, 2010. In this article you will learn how to use ANTS Profiler by Red Gate gives a Command Performance.
- Monitoring Specific Table Using SQL ProfilerMar 27, 2018. This article helps you to understand how to use the SQL Profiler, and how to trace a particular table.
- Trace Database Transaction Using SQL ProfilerMay 18, 2016. In this article you will learn how to trace database transaction using SQL Profiler.
- Monitoring the Activities of Garbage Collection in .NET Using CLR ProfilerJan 05, 2015. In this article we learn about garbage collection and it's generations as well as how we can monitor it using the CLR Profiler.
- SQL Server ProfilerSep 25, 2013. In this article we are describing SQL Server Profiler Terminology and Architecture.
- Performance Analysis For String and StringBuilderFeb 24, 2014. This article will give you an overview of when and how to use the String and StringBuilder classes with proper statistical data using the CLR Profiler.
- Profiling Java Application on NetBeans IDEJul 10, 2013. This article will brief you with various profiling task available in the NetBeans IDE.
- iPhone Memory Leaks Tracking and Use of InstrumentsFeb 14, 2013. This article shows the use of Instruments for tracking application memory leaks.
- .NET Best Practice No: 1:- Detecting High Memory consuming functions in .NET codeAug 15, 2009. This article discusses the best practices involved using CLR profiler for studying memory allocation.
- How to improve your LINQ query performance by 5 X times ?Jul 17, 2009. LINQ has been criticized by many early adopters for its performance issues. Well if you are just going to drag and drop using DBML code generator I am sure you will land up in to mess. Try doing this make a simple LINQ to SQL project using DBML and see your SQL profiler, I am sure you will never like to touch DBML code generator again.
In this article we will first look in to how LINQ queries are executed, and then we will touch base on how compiled LINQ queries can help us improve our application performance at least 5 times. My numbers can be 10% up and down as I had come to that figure using my environmental situations.