Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i want to connect to a windows application database and read tables data from another server and use that data in my web application . i use entity framework code first to create my database.please help me how can i do it?

What I have tried:

i want to connect to a windows application database and read tables data from another server and use that data in my web application . i use entity framework code first to create my database.please help me how can i do it?
Posted
Updated 10-Jan-19 14:36pm

Typically a database is placed on the network and used by different kinds of clients, Windows applications, web applications, etc. Very seldom the database belongs to a specific application.

For example, you may be able to use SQL Server Express Edition as the database that serves all your clients. You can install it in a single computer and from other computers you just connect to the existing database.

For example, have a look at
- SQL Server 2017 Express Edition | Microsoft[^]
- Database First - EF6 | Microsoft Docs[^]
 
Share this answer
 
v2
Best way - SignalR , Server and Client manage in real time.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900