문제

Having a difficult time trying to setup a WPF application that takes advantage of RIA Services and Entity Framework 5.0.

What makes this even more confusing, is how do I set all of this up asynchronously?

There is hardly any information out there. :(

도움이 되었습니까?

해결책

That's because there is no RIA Services implementation for WPF (ie. the proper .NET framework).

In the context of WPF, WCF Data Services is nearest of kin in terms of what it is used for, but it's not compatible.

Furthermore, RIA Services is async-only (but doesn't support the async/await paradigm natively), whereas Entity Framework is sync-only (async support comes in EF6 I believe).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top