Home > Net >  Is it reduce to use c/s, the use of more b/s?
Is it reduce to use c/s, the use of more b/s?

Time:02-11

Before for customers are stand-alone version, winform + sqlite, many customers use do not have what problem for many years, but now there is more than the customer request, hope is more accessible to use (currently use cloud disk synchronization to solve, but is very troublesome, sometimes synchronization error), want to change to SQL - (or mysql) version of the server, but it is not to be on the customer database cloud server, so that customers use don't need to consider the synchronization issues such as,

Now the problem is: the winform + remote servers is essentially way, regardless of the execution efficiency, security, maintenance, than winform jacket (such as the use of cef set of shell browser to access the b/s) slower, less?

If so, whether directly set of shell - or simply don't jacket, open a url to the customer directly, so that more efficient? So that there is another "good" : not the development of android, the webview casing web page, also can let android installation simple app , homologous data anyway

CodePudding user response:

Reference
if so, whether directly set of shell - or simply don't jacket, open a url to the customer directly, so that more efficient? So that there is another "good" : not the development of android, the webview casing web page, also can let the android mobile phone to install the app, a simple data anyway homologous


Yes, this is the ultimate solution, winform direct database is the second worst practices, better than the Shared database file a little bit, cs mode must be by the server to connect to the database,

CodePudding user response:

On a remote server is essentially a way of file sharing which come of C/S?

CodePudding user response:

Microsoft in the.net 5.0 release blazor assembly, formally entered webassembly era in the future, we no longer special to recruit js programmers,

CodePudding user response:

Large on a web page, you can run the.net framework, I basically basically all of the code for the sample can be run directly on the web page, all the huge function in the.net framework -- and you meet. Net core specification code - can run the web client, and the net, of course, also can directly control the DOM to design the web controls,
  •  Tags:  
  • C#
  • Related