Click here to Skip to main content
15,881,380 members
Articles / Hosted Services / Azure

WCF by Example - Chapter XVI - EF 5 & SQL CE - AzureWebSites Deployment

Rate me:
Please Sign up or sign in to vote.
4.33/5 (6 votes)
31 Jan 2013CPOL11 min read 45.2K   1.6K   21  
EF Code First implementation of generic repository and unit of work. With deployment to Azure web sites using SQL Compact.
<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="EntityFramework" version="5.0.0" targetFramework="net40" />
  <package id="EntityFramework.SqlServerCompact" version="4.3.6" targetFramework="net40" />
  <package id="Microsoft.SqlServer.Compact" version="4.0.8876.1" targetFramework="net40" />
  <package id="SqlServerCompact" version="4.0.8854.1" targetFramework="net40" />
</packages>

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
Software Developer (Senior)
Ireland Ireland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions