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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -