开发者

How do I connect my data access methods to my asp.net UI?

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.asp开发者_Go百科x 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.


Not sure what your question is here but anyways! Are you having problems with EntityFramework because I know that maintaining the ObjectContext/DataContext can be hard. Usually, with ASP.NET applications you maintain the ObjectContext inside the HttpContext.

For paging and sorting you can create a custom Grid or use any of the third party grids that have paging and sorting functionality.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜