Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more: , +
I am planning to create an WPF & ASP.NET application using Entity Framework 5 or 6 with WCF in Ntier architecture..(T want the same application in desktop n web with different databases sql n oracle so if there is better way to do the same in some other manner please suggest ...)

Or

Any Sample WPF application which is using N-Tier Entity Framework and Entity Framework 6..



If anybody has any reference or sample project which suits my requirement please answer...
Thanks in advance..
Posted

I suggest you to go with WPF-Silverlight instead of WPF-ASP.NET. Because of similaries like XAML, MVVM, etc., So it'll be easy for you as you could use the same code for two projects. Check these
Building WPF and Silverlight Applications with a Single Code Base Using Prism[^]
Contrasting Silverlight and WPF[^]
Microsoft WPF - Silverlight Comparision[^]
Databinding with WPF[^]
and
XAMLFinance – A Cross-platform WPF, Silverlight & WP7 Application[^]
 
Share this answer
 
You might be interested in using the open source N-Tier Entity Framework[^] which uses Entity Framework on server-side and generates the entire infrastructure for building an n-tier architecture based on WCF including an EF-like API on client-side for both, Silverlight and .NET
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900