This may seem an odd question, But i’ve been looking into making a data layer for interfacing with my windows phone application. I’m maing a windows phone app that records the period of time that a button is pressed, but then i need to send and process this information into an SQL database. The actual application will be relatively small so i won’t need to sue WCF i dont think.
I heard I should use the Web API with ASP.net 4 using an entity framework, but i can’t fnd any tutorials. Any suggestions?
Sorry for being annoying i’m just struggling to get anywhere with it.
First search hit on “web api entity framework”: ASP. NET Web API with Entity Framework
.