R
Reinhold Schalk
Hello,
i have a question concerning the implementation of a smart client
application in .NET CF.
I want the following to do: i would like to have the same code running as
"stand-alone" application and as "distributed application", that means i
want to be able to distribute for example the business layer or the database
layer optionally to the server. The Microsoft solution is web services. If
i have a computer running the full .net framework and a web server, that is
able to host asmx, that's no problem. But what on the mobile device.
I can't find any good solution for this problem. Every way leads to changes
in my code, if i want to distribute a layer to a server.
Does anybody have the same problem or any suggestions?
How do you design and implement the interfaces between the layers of a smart
client app?
Many thanks in advance
Reinhold
i have a question concerning the implementation of a smart client
application in .NET CF.
I want the following to do: i would like to have the same code running as
"stand-alone" application and as "distributed application", that means i
want to be able to distribute for example the business layer or the database
layer optionally to the server. The Microsoft solution is web services. If
i have a computer running the full .net framework and a web server, that is
able to host asmx, that's no problem. But what on the mobile device.
I can't find any good solution for this problem. Every way leads to changes
in my code, if i want to distribute a layer to a server.
Does anybody have the same problem or any suggestions?
How do you design and implement the interfaces between the layers of a smart
client app?
Many thanks in advance
Reinhold