FOR

939
reputation
41 views

Registered User

name FOR
member for 1 year
seen 17 hours ago
website
location
age
Nov
5
awarded  Enlightened
Nov
5
awarded  Nice Answer
Oct
15
comment Mocking a DataServiceQuery<TElement>
Marking this as the answer since the team decided to use a mocking framework (finally)
Oct
15
awarded  Yearling
Sep
17
comment Mocking a DataServiceQuery<TElement>
In general, no specific reason. We might introduce it, but it's unlikely we'll do it overnight for this specific task. So, let's say that for now we'd like to find a solution without adding a mocking framework.
Sep
17
comment Mocking a DataServiceQuery<TElement>
Dror, thanks for the idea, but for the time being we're not using any mocking framework. We'd be interested in seeing if there is a solution that doesn't rely on one. Still, thank you
Sep
17
asked Mocking a DataServiceQuery<TElement>
Jul
31
awarded  Nice Answer
Jul
3
comment Div Layout - Repeating image help
I think I see it now. You mean the place where the "notebook-Content.png" image 'connects' with the "notebook-Bottom.png" image towards the bottom of the page? Hmmm - haven't solved that type of problem before, sorry - if I some up with something I'll post.
Jul
3
comment Should business objects contain objects or references?
I've been very happy with this approach in the last few years. Perhaps it has something to do with the fact that it allows me to inject dependencies (en.wikipedia.org/wiki/Dependency_injection) at run-time.
Jul
3
answered Creating ASP.NET MVC application with different product categories
Jul
3
comment Div Layout - Repeating image help
I accessed the page and the image did not look 'cut-off'. It might be you are facing a browser-specific issue.. I was using Firefox 3.0.10 In what browser do you see the image cut-off? Also, consider a reset stylesheet to minimize cross-browser differences.
Jul
2
comment How to rollback a transaction in Entity Framework.
In essence, I believe you get transaction rollback for free in the simple scenario, and that you will need to handle transactions as demonstrated in the two examples for more complex scenarios. Your sample app seems to confirm this. Sorry if my wording was less than stellar - was in-between meetings when I wrote this yesterday.
Jul
1
answered How to rollback a transaction in Entity Framework.