Android xamarin connect to sql server online like somee -


is possible directly connect sql database of or other hosting site except azure without using web api? directly connect sql database. in other hand have website host there grab data android app develop in xamarin

thank you

yes, xamarin equal other c# applications can use, example, entity framework

it allows connecting directly sql database , write own sql setences.

the entity framework enables developers work data in form of domain-specific objects , properties, such customers , customer addresses, without having concern underlying database tables , columns data stored. entity framework, developers can work @ higher level of abstraction when deal data, , can create , maintain data-oriented applications less code in traditional applications.

ef


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -