mvc-mini-profiler
Dapper with MVCMiniProfiler
I am wanting to use the MVCMiniProfiler with Dapper. Is this possible beyond wrapping the \"Query\" call from dapper in \"Using Profiler.Step\" block?[详细]
2023-04-03 01:44 分类:问答How to use mvc-mini-profiler with mysql connection?
I\'m currently trying to use the mvc-mini-profiler with a MySQL Connection. Is there a way to do this with some kind of custom wrapper?[详细]
2023-04-02 14:43 分类:问答"Unable to determine the provider name" error with mvc-mini-profiler 1.9
I am using entity framework with mvc-mini-profiler. After upgrading from mvc-mini-profiler 1.开发者_JAVA技巧7 to version 1.9 and solving some issues, I managed to compile my project. Now I am getting[详细]
2023-04-01 20:54 分类:问答mvc mini profiler problem
I\'m trying to get the mini profiler working with code first and am having a problem. I\'ve got the miniprofiler and miniprofiler.ef pa开发者_如何学Pythonckages from nuget and have added the[详细]
2023-04-01 14:01 分类:问答Can I start the MVC Mini Profiler in the PostAuthorizeRequest method?
I\'m using the MVC Mini Profiler and I\'m only showing the profiler for authenticated users who are in the \"Profiler\" role. The example shipping in MiniProfiler.cs was using the AuthenticateReques开[详细]
2023-04-01 09:42 分类:问答Mini profiler upgrade from 1.7 to 1.9 breaks existing code
I have a asp.net project that uses mvc-mini-profiler. I was using version 1.7 of the NuGet package and I noticed that there is an updated package whose version is 1.9. I updated the package and now my[详细]
2023-04-01 05:14 分类:问答Configure Mvc Mini Profiler with Linq DataCotext
I\'m using linq-to-sql datacontext for an application. I have the following class UserDataContext which I instantiate the table with[详细]
2023-04-01 03:22 分类:问答How to get MVC-mini-profiler working on EF 4.1 Database First
Spent better part of the day combing through SO for this.Here\'s the setup MVC 3 App using Repository pattern with 3 repositories across 2 databases.[详细]
2023-03-31 17:07 分类:问答how to use MvcMiniProfiler with MvcTurbine?
I am using MvcTurbine which automatically wires up the IViewEngines from your project and I recently added MvcMiniProfiler and am trying to get it to work the only problem is that the MvcMiniProfiler[详细]
2023-03-30 21:27 分类:问答Does MiniProfiler work in ASP.NET MVC2?
Does The StackExchange MiniProfiler http:/开发者_Python百科/code.google.com/p/mvc-mini-profiler/ work in ASP.NET MVC2?If so, how?When adding MiniProfiler to the project, what is the MVC2 equivalent of[详细]
2023-03-30 16:40 分类:问答