Click here to Skip to main content
15,916,215 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am developing application in VB.Net (dot net framework 4.0) and SQL Server 2008 R2.

Will it work sucessfully on thin client machine ?

Thanks
Posted
Updated 9-Jan-11 11:36am
v2
Comments
Dalek Dave 9-Jan-11 17:35pm    
Minor Edit for Grammar.

Hi,

Yes it will. It depends how which architecture you choose for your application. Usually all the business logic runs remotely on a server and the client only deals with the UI.

Have you considered Smart Client?

Building Smart Client using .NET[^]

Smart client bridges the gap between pure thin client and rich client. Developing smart client applications in using .net is fairly easy.

Valery.
 
Share this answer
 
Comments
Henry Minute 9-Jan-11 17:21pm    
Good answer.
Dalek Dave 9-Jan-11 17:36pm    
Good Call.
If you are willing to switch environments, you could also take a look at Delphi[^].

With delphi you will often be able to deploy your application as a single executable. DevExpress VCL Controls[^] and RemObjects DataAbstract[^] are suites that complements each other, and allows you to create powerful applications with a minimum of effort.

It's an alternative, and to be able to deploy your solution as single executable without requiring .net, ocx'es, is often a compelling reason to at least evaluate this development environment.

It's just a thought...

Regards
Espen Harlinn
 
Share this answer
 
Dear valery possoz and Espen Harlinn
Thanks for your reply.
To reduce the cost of Hardware at client I plan to use Thin Client machine (without some hardwares like HDD)

Regards
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900