Combining ASPNETDB and my own DB
Hi Guys,
I have created a database that holds details about Sellers and Buyers on my site. I want to use the UserID column from the ASPNETDB's aspnet_Users Table as a foreign key in one of my tables and then create a relationship between the two tables. After this, I want to model the database using Entity Framework. My question is; is this prcatical? Is it doable? Is it a good practice? Will it cause any problem in the future?
Thanks.
|