RE: EF4 and SQLite monitoring

2011-07-19 Thread Kirsten Greed
What about temporarily switching to developer SQL server and looking at the profiler? _ From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Keogh Sent: Tuesday, 19 July 2011 3:37 PM To: 'ozDotNet' Subject: RE: EF4 and SQLite monitoring Last

EF4 and SQLite monitoring

2011-07-18 Thread Greg Keogh
On a more sensible subject ... I've been building an app that uses Entity Framework 4 and SQLite for the data layer. As I reported a few weeks ago, I'm quite happy with the way the two work together. I guess I must mostly thank the people who wrote the ADO.NET provider which is nicely compliant.

Re: EF4 and SQLite monitoring

2011-07-18 Thread Jason Keats
http://efprof.com/ ? HTH On 18/07/2011, at 17:09, Greg Keogh g...@mira.net wrote: On a more sensible subject ... I’ve been building an app that uses Entity Framework 4 and SQLite for the data layer. As I reported a few weeks ago, I’m quite happy with the way the two work together. I guess

RE: EF4 and SQLite monitoring

2011-07-18 Thread Greg Keogh
http://efprof.com/ ? Looks great, but it’s $305 and I only want to snoop into the underlying commands as a learning exercise. Oh, I just noticed it’s written by ‘Ayende’, I know that guy. If he has hooked into the EF4 processing flow somehow to create this tool, then perhaps I can find the

Re: EF4 and SQLite monitoring

2011-07-18 Thread Grant Molloy
Does that breach copyright? On Mon, Jul 18, 2011 at 10:36 PM, Greg Keogh g...@mira.net wrote: http://efprof.com/ ? ** ** Looks great, but it’s $305 and I only want to snoop into the underlying commands as a learning exercise. Oh, I just noticed it’s written by ‘Ayende’, I know that

RE: EF4 and SQLite monitoring

2011-07-18 Thread Greg Keogh
Last night I found this: Tracing and Caching Provider Wrappers for Entity Framework http://code.msdn.microsoft.com/EFProviderWrappers This chap (from Microsoft I think) has written a data provider wrapper which intercepts all ExecuteReader, ExecuteScalar and ExecuteNonQuery calls and