Click here to Skip to main content
15,892,005 members
Articles / Programming Languages / C#

O-Data Rest API in .NET with Entity Framework and AutoFac

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
8 Dec 2019CPOL7 min read 13.4K   5  
This is an introductory article about creating an Odata Rest API in collaboration with Entity Framework. We are also going to use Autofac as our IOC container. Also, Repository and Unit of Work pattern will be used for cleaner access of persistence model through our ORM (Entity Framework).

Views

Daily Counts

License

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



Comments and Discussions