Reputation: 15976
I have heard of remote dot net application. What I have understood that the application works on the client side, while it's on the server. This mean client can't access code and also need to connect to server to access application. I'm not sure of that, is that the purpose. Also does it have a relation with Windows Azure? some clarifications and links appreciated and thanks :)
Upvotes: 1
Views: 570
Reputation: 5121
Azure is cloud computing which is a step up from smart thin clients. Also I'd like to point out that smart thin clients don't have to run in the browser like is very commonly misunderstood.
Upvotes: 0
Reputation: 36037
Here are some forms of remote applications (not sure which you are referring to):
Upvotes: 0
Reputation: 5651
I'm not quite sure what your question is. But, you might want to look at .NET Remoting, read an article from code project here
Windows Azure is a cloud based operating systems & offers various .NET Services on the cloud, read Windows Azure - Breaking It Down by Justin Etheredge
Upvotes: 2