Hi there,
I am seriously at a loss here. The three things that will not change in this project are the fact that we are using the Entity Framework to do our data access, the fact that we want thorough unit testing and that our UI is asp.net. My question is how the hell do you make this work in Asp.net?
E.g. You can use an ObjectDataSource to connect a method to a control, but if this control is a FormView you have all these problems http://vaultofthoughts.net/ProblemsWithObjectDataSource.aspx to deal with and it simply doesn't work.
Furthermore, with grids, you don't get paging or sorting out of the box unless you use an EntityDataSource which basically circumvents your entire application. I can't be the only person who cries at this. What do you do?
Thanks in advance.