Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

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

Open
philoushka opened this issue Jun 30, 2015 · 1 comment
Open

Comments

@philoushka
Copy link

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?

@philoushka philoushka changed the title Using SQL Azure instead of local mdf and Entity Framework Using other data stores instead of local mdf and Entity Framework Jun 30, 2015
@pedropaf
Copy link
Owner

pedropaf commented Jul 4, 2015

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants