C# Desktop System Integration with ASP . NET WEB System

Asked

Viewed 467 times

1

I have a C# Desktop System and the data is recorded in Sqlserver. How can I write this data simultaneously to a WEB system developed in ASP . NET ?

  • This system is a REST API?

  • No @dcastro, ado.net 3 layers with two library class

  • This has nothing to do with whether it is a REST API or not. Ado is the framework used to access the database, and the fact that it uses two Ibraries is irrelevant. I’m asking what the public interface of this project is. It’s an API or it’s web pages?

  • Sorry lack of knowledge, are web pages.

  • then there is no way to integrate programmatically. You need to expose the operation through a API

  • It has like through a webservice?

  • Yes, what is usually called a web service is a SOAP API. SOAP is falling into disuse, I recommend before that link I posted in my last comment, but either one "works".

  • Not every webservice is a Soap api. I particularly prefer json by the smaller overhead. But every case is a case and Soap is still very useful.

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.