Tagged Questions

5
votes
3answers
1k views

When should you build a web application vs. a thick client?

I would like to hear other people's advice on when one should build a web application versus building a thick client. Over the last few years, I have participated in several discussions about whether ...
0
votes
1answer
175 views

SQL server database on thick browser based client side without full sql installation - is it possible?

I would like to build thick client using web browser, Silverlight and some database mechanism. What do I mean? I would like to have some database on client side which interface is web browser. Is ...