sql server - Responsive web design and database access -


i new both responsive web design , angular , working on building web page access database , display things based on data in 1 of sql server tables. please point me in right direction of can use grab data database? need web service? data component? technology best use?

for responsive aspect, can use simple css, media queries or library designed purpose (like twitter-bootstrap example).

angularjs won't access database directly since it's client-side language. need build server-side application access database. then, angular components can call server-side application retrieve data. angularjs modules + any-technology web-service can suitable solution.

the choice of technology on highly depends on needs , constraints. unless can ask more precise questions, cannnot much.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -