Can I use an ORM (as Subsonic) to work with an API?
Posted
by Gabotron
on Stack Overflow
See other posts from Stack Overflow
or by Gabotron
Published on 2010-05-07T00:07:16Z
Indexed on
2010/05/27
7:31 UTC
Read the original article
Hit count: 160
Hello ...
I´m new to ORMs and I have a new project I´ll do in .Net MVC.
In the Model Layer I´ll create my classes: Videos and I´ll work with APIs as a DataLayer (BrightCove & YouTube APIs).
So, I dont have a Relational Database as a Data Layer. Is it possible to work with an ORM (as Subsonic)?
Thanks!
© Stack Overflow or respective owner