| bio | website | coderjournal.com |
|---|---|---|
| location | Collegeville, PA | |
| age | 33 | |
| visits | member for | 2 years, 4 months |
| seen | Dec 15 '11 at 17:53 | |
| stats | profile views | 12 |
email: nberardi@gmail.com
twitter: @nberardi
blog: http://coderjournal.com
cv: http://careers.stackoverflow.com/nickberardi
In my spare time when not working as a software developer, I contribute to a couple open source projects that I am quite proud of:
ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable.
URL Rewriter a .NET module which mimics the Apache mod_rewrite syntax for support in IIS and Casini
Fluent Cassandra a .NET client for accessing the NoSQL Apache Cassandra database.
Oh yeah and I also wrote a book:
- Co-authors of ASP.NET MVC 1.0 Website Programming: Problem - Design - Solution published by Wrox and released in June 2009.
|
Jan 24 |
awarded | Popular Question |
|
Dec 15 |
awarded | Announcer |
|
Dec 15 |
awarded | Scholar |
|
Dec 15 |
accepted | Why does this Entity Framework query perform so bad in MySQL? |
|
Jan 22 |
comment |
Why does this Entity Framework query perform so bad in MySQL? Well I don't have another database with this much data in it. So I can't really test under same circumstances. :( |
|
Jan 21 |
comment |
Why does this Entity Framework query perform so bad in MySQL? I would get the plan, explain won't execute because the query always times out. Is there anyway to get a plan with out having it execute the query? |
|
Jan 21 |
comment |
Why does this Entity Framework query perform so bad in MySQL? As I said /* farther down and later on in the code */ they are broken apart, so yes combining it like that would fix the problem, but because of how the request is structured I don't have this luxury. Because the OData provider adds the OrderBy and Take parts on. I was trying not to get too technical about the program process, because it really didn't matter. But that comment I put between the two statements is actually happening through an OData REST request. So everything after the where statement I have no control over. |
|
Jan 21 |
awarded | Student |
|
Jan 21 |
asked | Why does this Entity Framework query perform so bad in MySQL? |
|
Jan 21 |
awarded | Autobiographer |