TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pratik Pimple
1.4k
292
11.5k
How to handle multiple client with one project ?
Jan 19 2021 9:10 AM
Hello,
I am developing one project in Asp.net MVC and SQL server 2014.
Now the question is how to handle multiple clients with a single application with a single DB?
should I create a Separate DB instance and Application instance?
OR
Should I use a single DB and an Application for multiple client?
Please give me a suggestion for the future scope of the project.
Reply
Answers (
1
)
implement remember me concept in asp.net core
How to view related data from API in WebApp.