Microsoft introduced the Smart Client in devdays2004 and summarized its six features:
1. Windows User Interface
2. Application data is based on the server
3. Local resources
4. offline data
5. Comprehensive Security
6. easy deployment and maintenance
I wrote a demo according to the introduction.
This demo is basically a winformProgramPut a DataGrid above, bind data through WebService (the permission to directly connect to the database is not enough), and then compile it into EXE and put it in the virtual directory of the server; the client sends a GET request to the EXE through the browser, and then downloads the EXE to a local file similar to C: \ Documents and Settings \ admin \ Local Settings \ Application Data \ Assembly \ DL \ 77fae99ae489a3ad8ac8ecac3555498c \ c2cd9809 \ logs ).
Hey, I suddenly found this thing is similar to that of yonyou NC!