pedropaf / saas-ecom

Subscription support for ASP.NET MVC 5 apps using Stripe, including out-of-the-box view helpers. Available via NuGET
http://www.saasecom.org
Apache License 2.0
101 stars 41 forks source link

Using other data stores instead of local mdf and Entity Framework #9

Open philoushka opened 9 years ago

philoushka commented 9 years ago

How can I use saas-ecom without relying on a local mdf and EF?

image

My goal is to have membership implemented elsewhere as well. I want to use SQL Azure, for example.

What steps can I take to extricate this project from local mdf databases?

pedropaf commented 9 years ago

Hi @philoushka, if you want to use a SQL Server database, you can do so by just changing the connection string. On the other hand, if you need to use your custom authentication implementation, there's a bit of work involved on SaasEcom that I'm willing to integrate in the core library as it has been requested already. Would you be able to help to do this work?