Glimpse plugin for OpenAccess ORM

Wednesday, Oct 16, 2013 19:01 · 145 words · 1 minute read

Glimpse

Glimpse is a client-side debugger implemented in JavaScript which shows execution timings, server configuration, request data and more, all in browser, with no changes to your application code.

OpenAccess ORM and Glimpse

Once the Glimpse is installed and enabled it is very easy to start using OpenAccess ORM with it. You need to install the OpenAccess ORM plugin for Glimpse:

Install-package OpenAccess.Glimpse

We will register it in the Global.asax.cs file using the following code snippet:

The last step that needs to be done is to setup the logging for your OpenAccess ORM domain model. Helpful information on this topic can be found here.

Now you could run your application a have a look at the information logged in the OpenAccess ORM tab. Telerik DataAccess Tab in Glimpse

Additional information regarding the OpenAccess commands execution can be found under the Timeline tab. Telerik DataAccess Timeline in Glimpse

The complete demo application can be found here.

comments powered by Disqus

Buy Me A Coffee