Is it possible to share SQL Server database between WPF application and Ionic application
-
I want to develop a WPF application and then develop an Ionic application for mobile. I'm planning to create an API for an Ionic application that uses the same database. Is it feasible? Should I create an API and use it for both WPF and Ionic applications?
-
I want to develop a WPF application and then develop an Ionic application for mobile. I'm planning to create an API for an Ionic application that uses the same database. Is it feasible? Should I create an API and use it for both WPF and Ionic applications?
Databases are client agnostic. They don't care what language the client is written in or even what type of app it is.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak -
I want to develop a WPF application and then develop an Ionic application for mobile. I'm planning to create an API for an Ionic application that uses the same database. Is it feasible? Should I create an API and use it for both WPF and Ionic applications?
Create a web API which services both client applications.
Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP