Application for Specific Requirements - ASP.NET MVC 4, EF 5, Database First, Web API

I have done deep google-ing, but apparently not deep enough. I am looking for a sample application in any code repository that has the following specifications. Crazy props for anyone who can point me in the right direction, because I'm not usually on the hunt for snarks and / or unicorns.

  • .NET 4.5
  • EF 5
  • Database first
  • Web API Integration
  • Other requirements - minimum 3 application tiers, DI

Again, thanks to someone who knows or knows where this little thing lives.

(;

+3


source to share


1 answer


I'm currently trying to create a similar setup, and here's what I recommend:

  • Go back to asp.net and look at the various principles (ASP.NET API, EF, etc.) and see how you can create a mashup. This seems to work for me so far.
  • I just came across this. They seem to be doing what you might run into.


Happy coding.

0


source







All Articles