I\'m using Mvc-Mini-Profiler (what a great product!). Using my ordinary web browser everything seems to work fine but as soon as I use my own http client (basic http 1.1 without cookie support) the am
We\'re having lots of problems trying to get the MvcMiniProfiler to work with our EF implementation of the Repository Pattern.
I\'m trying to get MVCMiniProfiler to work with PetaPoco I\'m trying to set the connection in the creation of the PetaPoco DB, but run into problems (connectionClosed)
When using the mini profiler, does this mean production code will be \'littered\' with using blocks? using (profiler.Step(\"Set page title\"))
Given this snippet of code public abstract class Foo { private static Sql开发者_高级运维Connection _sqlConnection;
None of the Command objects have Fill methods, but in the former way I was doing I could instantiate a new OracleDataAdapter. How could I instantiate a Profiled DataAdapter to profile my database acti
I\'m using the awesome MVC Mini Profiler and am trying to profile some PageMethods. The problem is the results are only displayed upon page reload.
I am trying to setup database profiling with my ASP.NET MVC3 application. I have followed every blog I can find about this and the result is:
the last line of the following code triggers an exception: OracleConnection conn = new OracleConnection(getConnectionString());
I\'m trying to use the mini-profiler with old-style EF code - database-first. So far: I\'ve created a db context using: