Entity Framework Profiler is now in public beta

imageAfter some time in private beta, the Entity Framework Profiler has now to the public beta stage.

For the beta period, I am offering a 30% discount for EF Prof.

EF Prof brings the an unparallel level of insight into Entity Framework internals. You can see exactly what sort of actions Entity Framework takes against you database, view the results of queries, correlate queries to the matching lines of code that spawn them and get on the spot guidance when you are violating Entity Framework best practices.

Here is the screen shot, and you can also take a look at the live demo as well.

image

Print | posted on Saturday, December 12, 2009 7:30 PM

Feedback


Gravatar

# re: Entity Framework Profiler is not in public beta 12/12/2009 7:46 PM Dan

Is *not* or is *now* in public beta?


Gravatar

# re: Entity Framework Profiler is not in public beta 12/12/2009 8:06 PM Ronald Widha

Have you considered a much cheaper license for personal use? I'd love to own a license for the whole set to twiddle around. I'm sure it serves as a good introduction to 'upgrade' to the full license when it comes to real projects.


Gravatar

# re: Entity Framework Profiler is not in public beta 12/12/2009 8:11 PM Kris

Your typos become more painful with each post.


Gravatar

# re: Entity Framework Profiler is not in public beta 12/12/2009 8:19 PM jdn

Yeah, I think he means 'now'.

When is 'uberProf' going to be available so that I can buy the whole thing, not just specific versions.


Gravatar

# I am Not an 18 year old Billionaire 12/12/2009 8:41 PM Aaron Erickson

Ha ha, but I wish I was.


Gravatar

# re: Entity Framework Profiler is not in public beta 12/12/2009 10:22 PM Jason Meckley

What would be interesting, now that there are 3 profilers, is to compare the results of all 3 using the recommended best practices for each framework.

the interesting part would be seeing if there are any differences in
the final sql produced
the execution plan(s)
the complexity of the code for the query(s)
the complexity of the mapping

I think this would begin highlight the trade-offs between each framework. Personally I can't see how EF or L2S can compete with NH, but you never know.



Gravatar

# re: Entity Framework Profiler is not in public beta 12/13/2009 3:15 AM Ayende Rahien

Dan,
I don't know why, buy not & now is something that I keep confusing.


Gravatar

# re: Entity Framework Profiler is now in public beta 12/13/2009 3:16 AM Ayende Rahien

Kris,
The fun part about this blog. No one forces you to read it.


Gravatar

# re: Entity Framework Profiler is now in public beta 12/13/2009 3:16 AM Ayende Rahien

Ronald,
That is something that is under consideration, yes.


Gravatar

# re: Entity Framework Profiler is now in public beta 12/13/2009 10:26 AM jmorris

@dan and @kris - some people call that "local color"...I think it adds to the Ayende experience ;) nit pick all you want, but don't miss the value of Ayende's posts.


Gravatar

# re: Entity Framework Profiler is now in public beta 12/13/2009 11:21 PM Bob

+1 for Ronald's idea about a personal license.

I would buy a personal license in a heartbeat for use at home where I need it as a learning tool.


Gravatar

# re: Entity Framework Profiler is now in public beta 12/14/2009 1:27 PM Glenn F. Henriksen

I totally see the personal license advantage from my point of view as a user, but I also see the disadvantage from Ayende's PoV. Selling a cheaper personal license will mean that a lot of businesses will just buy personal licenses instead, regardless of if they're supposed to or not.

So unless the personal version is sufficently crippled in some way it will mean a direct hit in the sale to the existing target group. The question then is if the sale of the new personal licences will cover that loss.


Gravatar

# re: Entity Framework Profiler is now in public beta 12/14/2009 4:23 PM Suedeuno

I didn't even know you were working on this. I must have been under a rock.
Interesting, does this mean EF has gained meaningful confidence? I know v4 has reduced the shortcomings of poco and lazy loading to some degree but I hadn't actually heard many alt.netters come out and support it much yet.


Gravatar

# re: Entity Framework Profiler is now in public beta 12/14/2009 4:26 PM Ayende Rahien

Suedeuno,
I created this because there is a large market, personally I would use NH, but then I am biased.


Gravatar

# re: Entity Framework Profiler is now in public beta 12/16/2009 4:10 PM Suedeuno

I hear ya. Personally I would use NH too, and while I had nothing to do with NH I am biased as well.

Comments have been closed on this topic.