Click here to Skip to main content
15,886,757 members
Articles / Programming Languages / C#

Silverlight Application with MVVM WCF and EF

Rate me:
Please Sign up or sign in to vote.
3.82/5 (16 votes)
17 Jun 2012CPOL4 min read 77.9K   3.6K   21  
How to create a simple Silverlight application using the MVVM pattern with WCF and Entity Framework.
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
             x:Class="SilverlightMVVMwithWCFandLinq.App"
             >
    <Application.Resources>
        
    </Application.Resources>
</Application>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Technical Lead EF (Education First)
India India
I graduated as Production Engineer and started my career as Software Developer then worked as tester for a while before moving into Windows application development using Microsoft Technologies. But for the last few years i am working on javascript, React, Node, AWS, Azure Chatbots

Comments and Discussions